Age | Commit message (Expand) | Author |
2006-10-07 | Replaced operonlystats with userstats to improve security | special |
2006-10-06 | Add extra debugging for socketengines, will now report OS error string when f... | brain |
2006-10-06 | Document more classes | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-05 | Move opertypes/operclasses maps into ServerConfig, for some reason these were... | brain |
2006-10-04 | Whowas is now fixed. | brain |
2006-10-03 | Document | brain |
2006-10-03 | New helper class irc::stringjoiner - it pwns you. | brain |
2006-10-02 | Remove testcases | brain |
2006-10-02 | mmmm dinner break, oh and document and make use of modestacker. | brain |
2006-10-02 | Add more features to modestacker so that we can stack +, -, and parameterless... | brain |
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 |