summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2007-10-23Make clean should clean the socketengine objectsbrain
2007-10-23Windows socket engine tweaksbrain
2007-10-23Windows socket engine tweaksbrain
2007-10-23Move socketengines into their own dir. This was all w00t's idea, but i told h...brain
2007-10-23-Wall is still required, toobrain
2007-10-23-W -> -Wextrabrain
2007-10-23This now works properly with $NoPedantic macro.brain
2007-10-23Roll back to 8323, the -pedantic switch thing totally breaks building the way...brain
2007-10-23Needs a bit more againbrain
2007-10-23And fix it.brain
2007-10-23Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co...brain
2007-10-23Visual studio doesnt like throw definitions like thisbrain
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-23All the core is now pedantic safe!brain
2007-10-23More pedantic safetybrain
2007-10-23Pedantic safebrain
2007-10-23pedantic safebrain
2007-10-23Pedantic safebrain
2007-10-23Pedantic safebrain
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-23Auto generate the install list, no more need to insert it into the .makefile....brain
2007-10-23Oops: Fix one version of overrided match() always being case sensitive..w00t
2007-10-22Make this a little more bulletproofbrain
2007-10-22Conditionals in the buildsystem language allowing for checking of configure f...brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Big obvious commentsbrain