Age | Commit message (Expand) | Author |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-15 | Bad Brain, bad. *spank* :p | w00t |
2007-10-14 | Another dodgy count fixed | brain |
2007-10-14 | Fix the 'total of -1 modules have been loaded' due to new loader | brain |
2007-10-14 | Make error messages on failure to load command more useful | brain |
2007-10-14 | Fix crashing on startup if there was an error condition in win32 | brain |
2007-10-14 | Remove crashdump stuff | brain |
2007-10-14 | Put this back how it was, it didnt help with the fix last night which turned ... | brain |
2007-10-14 | Fix indentation | brain |
2007-10-14 | Split up spanningtree some more, the filenames should be more intuitive so th... | brain |
2007-10-14 | Change the way origins are shown in snonotice, for djGrrr :p | brain |
2007-10-14 | move opening of log before opening of config so that failure to open the conf... | brain |
2007-10-14 | Tweaks | brain |
2007-10-13 | Move some stuff around, this will move a crash to a different place and maybe... | brain |
2007-10-13 | Fixes for potential 4 byte memory leak, and crash | brain |
2007-10-13 | And some more tweaks to make sure it frees memory :P | brain |
2007-10-13 | More fixes to the ident stuff to make sure that one socket doesnt go before t... | brain |
2007-10-13 | Tweaks | brain |
2007-10-13 | Shut up, valgrind | brain |
2007-10-13 | Fix uninitialized var that may stop the ping warning from appearing, thanks d... | brain |
2007-10-13 | IMPORTANT checks in here that special took out thinking they were no longer r... | brain |
2007-10-13 | This fixes a deletion error here, we were using new[] and not using delete[],... | brain |
2007-10-13 | Add sanity checks to the ssl modules so that theres no possibility of an out ... | brain |
2007-10-13 | Fix potential for ssl to block, based on patch submitted by djGrrr, adjusted ... | brain |
2007-10-11 | Silent CHGIDENT for ulines to prevent noisyness from anope | brain |
2007-10-11 | Check is off by one, this wont break anything but will cut a character off th... | brain |
2007-10-11 | Fix for bug #435 and fix return codes (these cannot be localonly for add/remo... | brain |
2007-10-11 | Added a warning when 4in6 is used for binding | special |
2007-10-10 | Fixed bug #437 (Empty userstats setting denies stats to opers too) | special |
2007-10-09 | Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH... | brain |
2007-10-09 | sanity check for existing server in DoFailOver seems to have vanished! | brain |
2007-10-07 | This should fix m_svshold to not allow the nick to be taken on connect | brain |
2007-10-07 | Support 501 numeric (its different for user modes compared to channel modes) ... | brain |
2007-10-07 | dz is determined to crash your ircd :P | special |
2007-10-07 | Fixed bug #434 (cycle allows bypassing modes for users outside of the channel... | special |
2007-10-03 | PROPAGATE this fix | brain |
2007-10-03 | Cut out redundant loop from nickname introductions, also ensure that each UID... | brain |
2007-10-03 | Tweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select prob... | brain |
2007-10-02 | Someone please bp this | brain |
2007-09-30 | Users were also being attached to the wrong server names (by uid and not by s... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-30 | Minor change, param for local PING wasnt an SID and should be | brain |
2007-09-30 | parameters[0] -> parameter.c_str() | brain |
2007-09-29 | Removed extremely verbose debugging from the SSL modules, as I believe that b... | special |
2007-09-28 | Correct wording of message in cmd_invite pointed out by Zaba | brain |
2007-09-27 | Remove /summon and /users (I think 15+ years of being marked deprecated is en... | w00t |
2007-09-27 | Forgot part of the fix for bug #404 | special |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-09-25 | Remove compiler warnings in windows build | brain |
2007-09-25 | Fix compile error | brain |