summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2006-05-24More debug trackingbrain
2006-05-14Broken kline matching in connect code (reported by LeaChim)brain
2006-05-06Ignore EAGAIN when write()ingbrain
2006-05-03Checks for negative fd's when adding them to the socketengine so we can gener...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-07Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-26IS_LOCAL check on flushwritebufbrain
2006-03-25Possible fix for a desync conditionw00t
2006-03-25kill_link safety checksbrain
2006-03-13Changed to use IS_LOCAL not user->fd > -1brain
2006-03-12Adding to the buffer was clearing it first, reverting the buffering to a pre-...brain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-10Another typobrain
2006-03-10Moved more stuff into right placesbrain
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Speedupsbrain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
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