summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07add internal cmdhandler that will make it easy to move stuff out of core and ...peavey
2007-01-04Massive speedups for applying and checking perm xlines - matches_*line() now ...brain
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2007-01-01Add port type identifiersbrain
2006-12-31Add missing feature: /rehash reinitializes dns subsytem (and can handle chang...brain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-30Properly document support for libhamstersbrain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-30Change description for insp_aton since only a positive return means convertio...peavey
2006-12-29This doesnt need to be staticbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-26Add Template itoa to convert integer to char*peavey
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-24Fix a bug in whowas that could desync list.peavey
2006-12-24Add OnGarbageCollect methodbrain
2006-12-23Hash rehashing changebrain
2006-12-23Close logfile on rehash and reopen (it was only doing this on sighup for some...brain
2006-12-23Fix exit in wrong place, and add new exitcodes.hbrain
2006-12-23Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d...brain
2006-12-23Unload as many modules as we can on restart, and close listenersbrain
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-22change userrec int timeout to time_t since it's a timestamp made of TIME + us...peavey
2006-12-22Add ConvToInt() template to go with ConvToStr() that we've had for a whilebrain
2006-12-22Refactor connect allow/deny linesbrain
2006-12-18Refactor dns.cpp to use an array of request types rather than map, for O(1) l...brain
2006-12-17Add this:brain
2006-12-17Make RemoveCommand private.peavey
2006-12-17Invented safe delete-while-itering for hash_map.peavey
2006-12-16Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ...peavey
2006-12-16Add stuff so that the core catches CoreException properlybrain
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...brain
2006-12-16Make irc::spacify take 'const char*' instead of 'char*'peavey
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-14Refactor userrec::chans.brain
2006-12-13Change m_watch to use hash_map rather than map, because of the large number o...brain
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-12Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best...brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-11irc::string assign(std::string&)brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-10Removal of AES, this is no longer required. (This also eliminates code that i...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain