summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2006-03-09Fixed to correctly use iteratorbrain
2006-03-09Fixed to use iteratorsbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-07Flush user buffers more often (every 30 iterations)brain
2006-03-07Whois typo fixesbrain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07Improved userlist to avoid strlenbrain
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-03-02Slight optimization herebrain
2006-03-02Strdup's to stop corruption of oper classesbrain
2006-03-02Fix for warningbrain
2006-03-02sstrdup?!brain
2006-03-02*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...brain
2006-03-02More efficient AddClient, initializes two identical buffers at once ;)brain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-03-02Extra checks that should prevent desyncs if you stuff up your type/class tags...brain
2006-02-26Fixed some weirdass whowas stuffbrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Tests for channel ghosting?brain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Added exception handling for module loadingbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-07Experimental improved string handling in server linksbrain
2006-01-28Correctly initialize userrec::password (should fix a few m_sql issues)brain
2006-01-27Added warnings to opers when session limits are exceededbrain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
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