summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-15Move oper classes and types stuff from users to configreader. It may need to ...w00t
2007-10-15Apply some readability changes to ProcessCommand, which coincidentally may sp...w00t
2007-10-15Move some other stuff to helperfuncs (uline related, and timestring)w00t
2007-10-15Fuck. Press save, then commit.w00t
2007-10-15Move InspIRCd::Duration from command_parse to helperfuncsw00t
2007-10-15Update windows project to include user_resolver.cppbrain
2007-10-15Split user resolver into its own file.w00t
2007-10-15Make install the lib, toobrain
2007-10-15This should be the correct set of tweaks to add user_resolver.cpp.brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-15Bad Brain, bad. *spank* :pw00t
2007-10-14Another dodgy count fixedbrain
2007-10-14Just to be fucking akward, windows vista seperates multiple nameservers with ...brain
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-14Add new spanningtree files to vc80 solutionbrain
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-11Merge in nenolod's unified build patch from bug #413, thanksbrain
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