Age | Commit message (Expand) | Author |
2006-10-02 | More efficient modestacker | brain |
2006-10-02 | modestacker class, stacks modes and returns a string list of up to MAXMODES m... | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-10-01 | Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser... | special |
2006-09-26 | make OnPostConnect global | brain |
2006-09-26 | Remove deprecated -nolimit and -notraceback options | w00t |
2006-09-25 | Whoops, patch | brain |
2006-09-24 | Speaking of misleading comments, 'Delete and InspTImer' isn't particularly de... | special |
2006-09-19 | Make the check against z/k/q/e/g methods return a pointer to the whole object... | brain |
2006-09-19 | Fix crashes, and in the process make xline even faster! | brain |
2006-09-19 | Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed... | brain |
2006-09-17 | Turn irc::commasepstream into a base class, irc::sepstream, inherit two class... | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive... | brain |
2006-09-15 | Fix for bug noticed by dotslasher (?) where SAJOIN can desync | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Remove ExemptItem and InviteItem, these were never used | brain |
2006-09-13 | If inspircd crashes in std::string destructor in CommandParser::ProcessComman... | brain |
2006-09-13 | Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE... | brain |
2006-09-11 | Fix 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-10 | Split hostmasks into ident and host pairs for matching as g/k/e lines. This a... | brain |
2006-09-10 | Match IP's with klines, glines and exceptions, as well as hosts | brain |
2006-09-10 | Move Spacify() into irc:: namespace as multiple modules use it now | brain |
2006-09-10 | Spacify() the oper types | brain |
2006-09-09 | ModuleFactories are not being deleted, this means that updates arent loaded | brain |
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 |