summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain
2006-09-03Proper error checking on loading cmd_*.so filesbrain
2006-09-03Add /RELOAD and move cmd_mode into its own command.brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-09-02Actually make +ovhk removable with DelMode (just in case somebody wants to, o...brain
2006-09-02Don't try and delete from the item list whilst iterating it - make a copy ins...brain
2006-09-02Don't use oncleanup to remove listmode listsbrain
2006-09-02banexception, chanfilter and inviteexception should now be unloadable :)brain
2006-09-02Allow unloading of modules which implement modes!brain
2006-09-02Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v...brain
2006-08-31Made CountChannels faster. We use it in quite a few places. It's now O(1) rat...brain
2006-08-31Remove extra/wrong qualifications, makes GCC 4.1 (at least) dieom
2006-08-31*thwap* om for not fixing the bugs he finds :pbrain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29Document SnomaskManagerbrain
2006-08-29auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a...brain
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-29Spanningtree tidyupsbrain
2006-08-28Update commentbrain
2006-08-28Connect timeouts now work again, using InspSocketbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-28Add support for NAMESXbrain
2006-08-25Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r...brain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-23Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes()brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23More prefixchar stuff.brain
2006-08-23Document mode prefixesbrain
2006-08-23Spotted problem: must clear out all prefixes attached to a user when they qui...brain
2006-08-23Mode handlers handling listmodes where a listmode item is a nickname can now ...brain
2006-08-23Inherit ModuleMessage from Extensible, so users can Extend and Shrink it.brain
2006-08-19Make it virtual, in case someone ever wants to make a derived version of itbrain
2006-08-19Extra comments about how the FileLogger class schedules its own write events ...brain
2006-08-19Missing vector.hbrain
2006-08-19I hate this headerbrain
2006-08-19Add multimapbrain
2006-08-19Remove users.h include from herebrain
2006-08-18Make DELETE inline so its about as fast as the define it replacedbrain
2006-08-18Change #define DELETE to a templatebrain
2006-08-18Change commentbrain
2006-08-18NONBLOCKING LOGGER!brain
2006-08-18Document ListenSocket classbrain
2006-08-18Typos in the socketenginesbrain
2006-08-18Commentsbrain
2006-08-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-18Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc...brain