summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2005-12-16Forgot to remove dependency on serverstats *statsbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Fixed dodgy makefile generationbrain
2005-12-16Adjusted OnRawSocketClose to new systembrain
2005-12-15Fixed BUG BUG BUGbrain
2005-12-15Added 'local users' vectorbrain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Tidied up call_handler to use stringsbrain
2005-12-15Added externsbrain
2005-12-15Rar!brain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
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