summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2005-12-14Fixed to use new methods of ServerConfigbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-07Added ability to put command named * into a class to make it cover allbrain
2005-12-04Tweak for om's threaded-dns issuebrain
2005-12-02Fixed a missing includebrain
2005-12-02Allowed ulined servers to by pass all oper permissions checkingbrain
2005-12-02Made threading optionalbrain
2005-12-02Fixed dns pthread_killbrain
2005-12-02An "I" got in herebrain
2005-12-02This should work again nowbrain
2005-12-02Removed pthread_kill, linux doesnt know where it is!brain
2005-12-02Missing referece for pthread_killbrain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-11-25Added references to connection.hbrain
2005-06-01Fixed onloadmodulebrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-23Code tidyupbrain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-15Added idea from ircu: /invite with too few params shows the channels youve be...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-12Customizable by-byte-size recvq stuffbrain
2005-05-12Fixed wrong number being shown when sendq exceededbrain
2005-05-11added sendq stuff, see example configbrain
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-05-06Fixed park crash bug #63 reported by ViaraiXbrain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-29Fixed some flood checkingbrain
2005-04-29Added some pretty mean anti-flood featuresbrain
2005-04-29Updated buffering, faster and more sensible (old code sucks)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-05Major optimizations!brain
2005-04-01Added nonblocking dnsbrain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2004-09-11Security audit based on RATS outputbrain
2004-05-16Updated header commentsbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-30Added oper classes and types (done through the planned privilage system on a ...brain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-10Fixes to channel join checksbrain
2004-04-09Added flood= value to connect allow classes, added checking for floodingbrain
2004-04-08Tons of buffering fixes and optimisations for user connectionsbrain
2004-04-05Fix for bug ID #5 (PING, PONG And other matters)brain
2004-04-04Completed support for module-handled umodesbrain