summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-28Done my partbrain
2007-10-28Add a virtual Matches to XLine class, and override it appropriately for all d...w00t
2007-10-28Forgot it should return falsebrain
2007-10-28Fixed w00tbrain
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-28Add m_proxyscan -- someone can doubtless do a much better job of this, as it'...w00t
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-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-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/usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long...brain
2007-10-24Whoops forgot thisbrain
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
2007-10-23Fix a bug before I even started this.. don't let User::SetClass() decrease th...w00t
2007-10-23Some more class stuff, blah. Now possible to move a user to a different class...w00t
2007-10-23Some initial work towards tying <connect> classes to user accounts. This will...w00t