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-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-09 | Comment on a lot of recently added stuff that wasnt properly documented (unti... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | 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 |
2006-12-30 | Cached GetFullRealHost etc. | brain |
2006-12-24 | Fix a bug in whowas that could desync list. | peavey |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-15 | Cleaning up irrelevent stuff in channels.cpp | brain |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-12 | Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best... | brain |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
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-04 | Merge peaveys patch, tracker #162 | brain |
2006-11-02 | Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is ... | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-05 | Move opertypes/operclasses maps into ServerConfig, for some reason these were... | brain |
2006-10-04 | Whowas is now fixed. | brain |
2006-08-31 | Made CountChannels faster. We use it in quite a few places. It's now O(1) rat... | brain |
2006-08-31 | *thwap* om for not fixing the bugs he finds :p | brain |
2006-08-29 | Snomask support cometh! and it leave a sticky white mess all over the floor :( | brain |
2006-08-25 | Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-17 | userrec::AddBuffer and userrec::Write end up copying the const std::string& i... | brain |
2006-08-11 | Tons more docs | brain |
2006-08-11 | Document all the new methods (eventually there will be more detail) | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-08 | WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs... | brain |
2006-08-08 | Document new methods | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | Document Write* methods in userrec | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | Tons of comments | brain |
2006-08-08 | Move whowas stuff into its own namespace, move more stuff into userrec | brain |