Age | Commit message (Expand) | Author |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-15 | Fix for bug #349: NOTE there is important caveat about this in the example co... | brain |
2007-06-17 | More comments | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-01 | Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a... | brain |
2007-04-15 | Feature request outlined in bug #257, allow connect/allow lines by port | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
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 |