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