2007-02-07 |
brain | Fix for bug #205 reported by nenolod (modules that... |
blob | commitdiff | raw |
2007-01-17 |
brain | Mass comment removal. |
blob | commitdiff | raw | diff to current |
2006-12-28 |
brain | Reasonably sized fix - when adding modes in modules... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
w00t | Remove global namespacing, makes modules compile FASTAH... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
brain | Add extra parameter to OnUserPreNotice and OnUserPrePri... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
brain | Fix these too! |
blob | commitdiff | raw | diff to current |
2006-10-28 |
brain | Add support for OnWhoisLine, which allows modules to... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
brain | Insert massive change here. |
blob | commitdiff | raw | diff to current |
2006-10-01 |
brain | Now with binary versioning goodness |
blob | commitdiff | raw | diff to current |
2006-09-25 |
brain | All done. |
blob | commitdiff | raw | diff to current |
2006-09-24 |
special | Fixed bugs #150 and #151, thanks to jamie for reporting... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
brain | Comments describing classes, for the url http://svn... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
brain | Merge jamies many patches |
blob | commitdiff | raw | diff to current |
2006-09-08 |
brain | Typo in mode handler doesnt let -M be removed! |
blob | commitdiff | raw | diff to current |
2006-09-02 |
brain | All modules which implement simplemodes (no parameters... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
brain | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
brain | Remove On005Numeric event from a ton of modules which... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
brain | ModeParser::InsertMode is no longer required -- this... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Move remaining functions: |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Change to using Instance->Log (InspIRCd::Log) rather... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | None of the modules use an extern InspIRCd* any more |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Last of Server:: methods moved to InspIRCd::. Server... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Note: FOR THE MOMENT, this is BROKEN. It wont run right... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | So much stuff changed in this one, i forgot most of it. |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move InsertMode into ModeParser |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | ServerConfig extern moved into class InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WHEEEEE!!!!! |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | mass tidyup, change A LOT of stuff to const char**... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
brain | Convert to new api |
blob | commitdiff | raw | diff to current |
2006-07-09 |
brain | Add support for new API |
blob | commitdiff | raw | diff to current |
2006-07-08 |
brain | Refactored user modes to work like the channel modes... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
brain | Renamed to chanrec::modes |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Yet more const ref changes |
blob | commitdiff | raw | diff to current |
2006-02-21 |
w00t | Added 'is a registered nick' to whois |
blob | commitdiff | raw | diff to current |
2006-02-04 |
brain | Added "char status" parameter to OnUserPreNotice and... |
blob | commitdiff | raw | diff to current |
2006-01-28 |
om | Make m_services use InserMode (are we done yet?) |
blob | commitdiff | raw | diff to current |
2006-01-24 |
brain | kludge in the wrong place ;) |
blob | commitdiff | raw | diff to current |
2006-01-24 |
brain | Added trick to allow local server to unset -r only... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
brain | Added code to remove +r on a nick if they have it and... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
brain | Umode +R was broken (only worked for channels) -- fixed |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Updated copyrights in headers etc using perl inplace... |
blob | commitdiff | raw | diff to current |
2005-12-26 |
brain | Converted to 'Implements' system |
blob | commitdiff | raw | diff to current |
2005-12-07 |
brain | Changed behaviour of module API to pass Server* to... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
brain | Fixes to +r not being set reported by Vincent |
blob | commitdiff | raw | diff to current |
2005-05-15 |
brain | Changed to use __single_client_alloc, faster on most... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
frostycoolslug | Added another check for 'NoServerUline' type thing. |
blob | commitdiff | raw | diff to current |
2005-05-03 |
frostycoolslug | Missed missing ) |
blob | commitdiff | raw | diff to current |
2005-05-03 |
frostycoolslug | Added Check for 'NoServer' when +r ing a channel. |
blob | commitdiff | raw | diff to current |
2005-04-07 |
brain | Tons of module versionflags stuff, and checks for it... |
blob | commitdiff | raw | diff to current |
2005-04-07 |
brain | Added version flags |
blob | commitdiff | raw | diff to current |
2005-04-03 |
brain | More secure checking in 005 handlers |
blob | commitdiff | raw | diff to current |
2005-03-27 |
brain | Added 005 numeric handling to most of the modules |
blob | commitdiff | raw | diff to current |
2005-03-24 |
brain | Finally fixed a load of umode change stuff! |
blob | commitdiff | raw | diff to current |
2005-03-24 |
brain | Fixed minor typo in the bugfix, wrong number of bracket... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
frostycoolslug | Fix to bug #27 |
blob | commitdiff | raw | diff to current |
2004-05-22 |
brain | Added support for changing of text within OnUserPreNoti... |
blob | commitdiff | raw | diff to current |
2004-05-16 |
brain | Updated header comments |
blob | commitdiff | raw | diff to current |
2004-05-08 |
brain | Removed some debug stuff |
blob | commitdiff | raw | diff to current |
2004-05-08 |
brain | Added user/chanel modes +R, +M |
blob | commitdiff | raw | diff to current |
2004-05-01 |
brain | Added Module::OnAccessCheck |
blob | commitdiff | raw | diff to current |
2004-04-27 |
brain | Added m_services.so, must be loaded to give services... |
blob | commitdiff | raw | diff to current |
|