summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2005-12-29Attempt to cut out unneccessary printf() va_args voodoo (ugleh)brain
2005-12-29Cached ISUPPORTbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29*FIX* 'No more connections allowed' was comparing against the network-wide li...brain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-28Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-23Made a var extern that blocks up the RC1 cygwin buildbrain
2005-12-22Missing semicolon (gack)brain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
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