Age | Commit message (Expand) | Author |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-07 | Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/ | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-26 | IS_LOCAL check on flushwritebuf | brain |
2006-03-25 | Possible fix for a desync condition | w00t |
2006-03-25 | kill_link safety checks | brain |
2006-03-13 | Changed to use IS_LOCAL not user->fd > -1 | brain |
2006-03-12 | Adding to the buffer was clearing it first, reverting the buffering to a pre-... | brain |
2006-03-10 | Tidyup and move ConvToStr to a publically accessible place | brain |
2006-03-10 | Another typo | brain |
2006-03-10 | Moved more stuff into right places | brain |
2006-03-09 | Changing by-value parameters to const references | om |
2006-03-09 | Speedups | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Fixed to correctly use iterator | brain |
2006-03-09 | Fixed to use iterators | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-07 | Flush user buffers more often (every 30 iterations) | brain |
2006-03-07 | Whois typo fixes | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | Improved userlist to avoid strlen | brain |
2006-03-05 | Sped up introduction of nicks using vector::resize() rather than the craq++ l... | brain |
2006-03-02 | Slight optimization here | brain |
2006-03-02 | Strdup's to stop corruption of oper classes | brain |
2006-03-02 | Fix for warning | brain |
2006-03-02 | sstrdup?! | brain |
2006-03-02 | *UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC... | brain |
2006-03-02 | More efficient AddClient, initializes two identical buffers at once ;) | brain |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-03-02 | Extra checks that should prevent desyncs if you stuff up your type/class tags... | brain |
2006-02-26 | Fixed some weirdass whowas stuff | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Tests for channel ghosting? | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-15 | Removed a whole lot of strchr's looking for mode +o where we can do if *user-... | brain |
2006-02-07 | Experimental improved string handling in server links | brain |
2006-01-28 | Correctly initialize userrec::password (should fix a few m_sql issues) | brain |
2006-01-27 | Added warnings to opers when session limits are exceeded | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-22 | Added MakeWildHost to userrec (*!*@dhost) | brain |
2006-01-18 | Removed all strncpy() calls and replaced with strlcpy() | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-14 | Replaced some 'n' with '*n' that was breaking userrec::MakeHost | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2006-01-09 | Added chmodes-with-params | brain |
2006-01-09 | Unneccessary colon | brain |
2006-01-09 | Updated mode lists in 004 to more accurately reflect inspircd's mode features | brain |
2006-01-03 | Fixed to not crash on /PARK (still more to test) | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |