summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-18Removed all strncpy() calls and replaced with strlcpy()brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-14Replaced some 'n' with '*n' that was breaking userrec::MakeHostbrain
2006-01-12Replaced sprintf's with some char* voodoobrain
2006-01-09Added chmodes-with-paramsbrain
2006-01-09Unneccessary colonbrain
2006-01-09Updated mode lists in 004 to more accurately reflect inspircd's mode featuresbrain
2006-01-03Fixed to not crash on /PARK (still more to test)brain
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Changes to how classes are looked up (connects slightly faster) and fix for c...brain
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