summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-10-23Move socketengines into their own dir. This was all w00t's idea, but i told h...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-23Oops: Fix one version of overrided match() always being case sensitive..w00t
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-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t
2007-10-22Move InspIRCd::IsValidMask() to helperfuncs.cppw00t
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-21Update/clarify a comment a bitw00t
2007-10-21Tidy up some DNS stuff morew00t
2007-10-21Move DNS timeouts into the UserResolver class, where they should have been (b...w00t