summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-10-27Dont echo the JOIN to the user whos speakingbrain
2007-10-27Whoops loused up a tweakbrain
2007-10-27Whoops backwardsbrain
2007-10-27Now plays nice with m_invisible, and fix a bug which allows users who havent ...brain
2007-10-27Remove debug stuffbrain
2007-10-26Fix a pretty silly goof-upbrain
2007-10-26Whoops, change Implements to use itbrain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain
2007-10-26Damnit! this should fix :pbrain
2007-10-26Whoops, ballsed up the nameslist generation :pbrain
2007-10-26Seems to work! Are you impressed, w00t? :pbrain
2007-10-26Might work might not. dont know yetbrain
2007-10-26Not complete yet, won't work!brain
2007-10-25Disable pedantic for this. Third party headers do silly stuff. long long?!brain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-25Brain, look at this pls :pw00t
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Last of the -pedantic fixes. Seems we were all good with -pedantic from the s...brain
2007-10-24Pedantic cleanbrain
2007-10-24/usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long...brain
2007-10-24Theres no need to check the address of a stack declared array for NULL, thank...brain
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