Age | Commit message (Expand) | Author |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-17 | Change /msg $* to have the correct source the same way /notice $* does | brain |
2007-02-08 | Check for ::ffff:x.x.x.x ips in user resolver, and if we see one initiate an ... | brain |
2007-02-08 | "is now your hidden host" -> "is now your displayed host". Wording fits bette... | brain |
2007-02-05 | Fix typo | brain |
2007-02-05 | Fix for allowing dns lookups to work in mixed protocol mode | brain |
2007-02-05 | Now working in svn: | brain |
2007-02-05 | Not safe for use yet | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-17 | Debug the spoutmouth output | brain |
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 |