summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-09-11Fix for picky compilers (see, I work sometimes ;p)w00t
2006-09-10* Fix ChanModes::ModeString to not try and set a key as a user mode ;)brain
2006-09-10Split hostmasks into ident and host pairs for matching as g/k/e lines. This a...brain
2006-09-10Match IP's with klines, glines and exceptions, as well as hostsbrain
2006-09-10Move Spacify() into irc:: namespace as multiple modules use it nowbrain
2006-09-10Spacify() the oper typesbrain
2006-09-09ModuleFactories are not being deleted, this means that updates arent loadedbrain
2006-09-09Make SAMODE oper output tidierbrain
2006-09-08Fix 'item not on list' outputbrain
2006-09-08Allow QUIT to be used before we fully register the connection. This stops mir...brain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
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