summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-10-23Move some stuff from using userrec cached stuff to using stuff in the connect...w00t
2007-10-23Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-23Morebrain
2007-10-23More AddModes fixesbrain
2007-10-23Some AddMode fixesbrain
2007-10-23Pedantic safebrain
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-21Oops, checked wrong var :pbrain
2007-10-21This works, not sure why. Someone find out why we cant use && !isock->HasResu...brain
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-213 second penalty to CYCLE.w00t
2007-10-21Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d...brain
2007-10-21Remove debugbrain
2007-10-21Fixed ssl clients on trunk. The problem peavey was having was that before Rea...brain
2007-10-21This now sets User::ExemptFromPenalty toobrain
2007-10-21Don't penalize any of the SA commandsbrain
2007-10-21Remove next_call garbage.. It didn't really do much more than obfuscate thing...w00t
2007-10-19Fix small memory leak (this cant theoretically happen anyway unless you remov...brain
2007-10-18Tons of comments!brain
2007-10-18Fix here toobrain
2007-10-18Yay fixedbrain
2007-10-18Socket engine tweaks to fix a glitch, and improvements to new m_identbrain
2007-10-18Set IdentRequestSocket::done on failure to getsockname() in OnConnectedbrain
2007-10-18This new ident module now seems to work rudimentarily.brain
2007-10-18No gaurantees this works AT ALL. do not use yet!!!brain
2007-10-17Remove debugbrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)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-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-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-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-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-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-07dz is determined to crash your ircd :Pspecial
2007-10-07Fixed bug #434 (cycle allows bypassing modes for users outside of the channel...special