summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-27Add dz to other contributors, line up columnsbrain
2007-10-27Dont echo the JOIN to the user whos speakingbrain
2007-10-27Whoops loused up a tweakbrain
2007-10-27Who flags now count as a wildcard for searching for privacy reasons, fixes bu...brain
2007-10-27Whoops backwardsbrain
2007-10-27Fix for bug in windows with backslash directory seperators in config path whe...brain
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 crashes and broken code in connect:parent stuff that got broken with intr...brain
2007-10-26Document m_delayjoinbrain
2007-10-26Fix a pretty silly goof-upbrain
2007-10-26Typobrain
2007-10-26Whoops, must be constbrain
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-25Document connect:limitbrain
2007-10-25I was wrong its in one place :pbrain
2007-10-25Tidy upbrain
2007-10-25More dots!!!brain
2007-10-25Take out craq i forgotbrain
2007-10-25Forgot these two lines that prevent duplicate make install/deinstall linesbrain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-25Errr, who did this? :pbrain
2007-10-25If the connect:limit is 0, dont deny connections for going over itbrain
2007-10-25Brain, look at this pls :pw00t
2007-10-25this should fix any of the crashes w00t outlined where User::MyClass == NULL.brain
2007-10-24Implement <connect:limit> - limits how many clients can sit inside a <connect...w00t
2007-10-24Remove that goto, capt'nw00t
2007-10-24Disable all connect classes, reenable them as we find them in the config. Thi...w00t
2007-10-24Finish reference counting connect class stuff. Now rehash removes unused clas...w00t
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-24Tidyupsbrain
2007-10-24Pedantic safetybrain
2007-10-24Pedantic cleanbrain
2007-10-24-pedantic good, -Wextra bad. read g++ manpage :)brain
2007-10-24/usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long...brain
2007-10-24Some constructors dont initialize the refcount, namely, the one thats usually...brain
2007-10-24Whoops forgot thisbrain
2007-10-24Obnoxious -pedantic warningsbrain
2007-10-24Try this w00t, compiles, test running nowbrain
2007-10-24Start of refcount-based rehash stuff for <connect> tags, this is broken and r...w00t
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