summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-01-09Have ConvNumeric correctly convert 0 to 0 instead of an empty string.peavey
2007-01-09Add specialization for ConvToStr on a single char, return std::string(in,1) :pbrain
2007-01-09This is better, and proved workingbrain
2007-01-09This is a bit betterbrain
2007-01-09Overloaded template classes for mucho improved ConvToStr speedbrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-08cmd_whowas now uses the shiny new repeating timer.peavey
2007-01-08Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...brain
2007-01-08Move whowas containers into whowas class to avoid all cpp files including cmd...peavey
2007-01-08Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...brain
2007-01-07Update a comment, and touch a header just to make people rebuild stuff >:)brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07And its all done and working!brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
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