Age | Commit message (Expand) | Author |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | And its all done and working! | 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-07 | add internal cmdhandler that will make it easy to move stuff out of core and ... | peavey |
2007-01-04 | Massive speedups for applying and checking perm xlines - matches_*line() now ... | brain |
2007-01-03 | Fix lusers breakage introduced by latest set of optimizations | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-30 | Cached GetFullRealHost etc. | brain |
2006-12-30 | Properly document support for libhamsters | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-30 | Change description for insp_aton since only a positive return means convertio... | peavey |
2006-12-29 | This doesnt need to be static | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-26 | Add Template itoa to convert integer to char* | peavey |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-24 | Fix a bug in whowas that could desync list. | peavey |
2006-12-24 | Add OnGarbageCollect method | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Close logfile on rehash and reopen (it was only doing this on sighup for some... | brain |
2006-12-23 | Fix exit in wrong place, and add new exitcodes.h | brain |
2006-12-23 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Unload as many modules as we can on restart, and close listeners | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-22 | Add ConvToInt() template to go with ConvToStr() that we've had for a while | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-18 | Refactor dns.cpp to use an array of request types rather than map, for O(1) l... | brain |
2006-12-17 | Add this: | brain |
2006-12-17 | Make RemoveCommand private. | peavey |
2006-12-17 | Invented safe delete-while-itering for hash_map. | peavey |
2006-12-16 | Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ... | peavey |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-16 | Make irc::spacify take 'const char*' instead of 'char*' | peavey |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Cleaning up irrelevent stuff in channels.cpp | brain |
2006-12-14 | CPU Usage percent in stats z! yay! | brain |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-13 | Change m_watch to use hash_map rather than map, because of the large number o... | 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-11 | irc::string assign(std::string&) | brain |