Age | Commit message (Expand) | Author |
2006-09-09 | Make SAMODE oper output tidier | brain |
2006-09-08 | Fix 'item not on list' output | brain |
2006-09-08 | Allow QUIT to be used before we fully register the connection. This stops mir... | brain |
2006-09-06 | Finish off the fix for bug #136 (a biggie for such a simple thing) | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | We now have a test module that can dump someones certificate information: /ss... | brain |
2006-09-03 | Proper error checking on loading cmd_*.so files | brain |
2006-09-03 | Add /RELOAD and move cmd_mode into its own command. | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-09-02 | Actually make +ovhk removable with DelMode (just in case somebody wants to, o... | brain |
2006-09-02 | Don't try and delete from the item list whilst iterating it - make a copy ins... | brain |
2006-09-02 | Don't use oncleanup to remove listmode lists | brain |
2006-09-02 | banexception, chanfilter and inviteexception should now be unloadable :) | brain |
2006-09-02 | Allow unloading of modules which implement modes! | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-08-31 | Made CountChannels faster. We use it in quite a few places. It's now O(1) rat... | brain |
2006-08-31 | Remove extra/wrong qualifications, makes GCC 4.1 (at least) die | om |
2006-08-31 | *thwap* om for not fixing the bugs he finds :p | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Document SnomaskManager | brain |
2006-08-29 | auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a... | brain |
2006-08-29 | Snomask support cometh! and it leave a sticky white mess all over the floor :( | brain |
2006-08-29 | Spanningtree tidyups | brain |
2006-08-28 | Update comment | brain |
2006-08-28 | Connect timeouts now work again, using InspSocket | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-28 | Add support for NAMESX | brain |
2006-08-25 | Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r... | brain |
2006-08-25 | Add <options:cyclehosts> which allows a user to appear to have quit when thei... | brain |
2006-08-24 | Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app... | special |
2006-08-23 | ModeParser::InsertMode is no longer required -- this is auto-generated by the... | brain |
2006-08-23 | Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes() | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-23 | Inherit ModuleMessage from Extensible, so users can Extend and Shrink it. | brain |
2006-08-19 | Make it virtual, in case someone ever wants to make a derived version of it | brain |
2006-08-19 | Extra comments about how the FileLogger class schedules its own write events ... | brain |
2006-08-19 | Missing vector.h | brain |
2006-08-19 | I hate this header | brain |
2006-08-19 | Add multimap | brain |
2006-08-19 | Remove users.h include from here | brain |
2006-08-18 | Make DELETE inline so its about as fast as the define it replaced | brain |
2006-08-18 | Change #define DELETE to a template | brain |
2006-08-18 | Change comment | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Document ListenSocket class | brain |