Age | Commit message (Expand) | Author |
2007-01-17 | Make this more sensible | brain |
2007-01-17 | Log client output, so we can actually see what we're sending out, and make mo... | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-03 | Fix lusers breakage introduced by latest set of optimizations | brain |
2007-01-03 | SirOlli gets credit for this fix, because he was the only one willing to work... | brain |
2007-01-02 | Fix for crash in desync of whowas lists on rehash. Also less mem leakage on a... | peavey |
2006-12-31 | Cache invalidation in the wrong place, fixes FHOST remote host change bug | brain |
2006-12-30 | Fix broken cloaking introduced by last commit (we need to invalidate the cach... | brain |
2006-12-30 | Cached GetFullRealHost etc. | brain |
2006-12-30 | Tweaks to instantiate less stuff when writing to a bunch of users | brain |
2006-12-30 | Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ... | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-24 | Fix a bug in whowas that could desync list. | peavey |
2006-12-24 | Fix loop when quitting multiple users (this is probably whats eating cpu) | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-22 | Remove useless debug | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-21 | Proper fix for CS server crash, forgot to delete chanrec* from users chanlist... | peavey |
2006-12-21 | Crude hotfix to what's been crashing chatspike | peavey |
2006-12-19 | When we handle a READ event on a user, return immediately. | brain |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-15 | Try harder to make sure the ERROR string gets sent when closing a connection | brain |
2006-12-15 | Cleaning up irrelevent stuff in channels.cpp | brain |
2006-12-14 | Remove misc debug | brain |
2006-12-14 | Fix silly bug of the day. | brain |
2006-12-14 | Change how users are quit if they get a write error during the things they do. | brain |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-14 | Refactoring: | brain |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-12 | Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best... | brain |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-10 | Correctly handle write events | brain |
2006-12-10 | Fix bug found on barafranca, where quitting the user causes a cascade of erro... | brain |
2006-12-03 | Make this look less insane :P | w00t |
2006-11-16 | Fix /whois on users with lots, and lots of channels (see /whois idleserv). Wa... | w00t |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-13 | use --iter instead of iter-- in prunewhowas | peavey |
2006-11-13 | fix for bug #173, unsafe delete while iterating | peavey |
2006-11-13 | Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas.... | peavey |
2006-11-13 | add <whowas> config option to control whowas behaviour. *may break* | peavey |
2006-11-12 | Fix off-by-one error in userrec::ChangeDisplayedHost, some hosts were truncated | om |
2006-11-06 | Apply patch for bug #165 (compile warning for users.cpp) by peaveydk | special |
2006-11-06 | Fix IPv4 resolution, spank satmd if you were affected by this | w00t |
2006-11-05 | Added time syncing! This is fairly simple - servers exchange timestamps and u... | special |