summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-03-26Fix bug reported by darix where inspircd process returns 15 for successful st...brain
2007-03-03Rebuild 005 on rehash. Tracker: bug #234peavey
2007-02-05Stuff to make dns work protocol-independentbrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
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-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-07DNS caching stuff (almost done)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
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-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-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-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-22Add ConvToInt() template to go with ConvToStr() that we've had for a whilebrain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-05Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where...brain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-10-31Socket error state stuffbrain
2006-10-28Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee...brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-28Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t...brain
2006-09-26Remove deprecated -nolimit and -notraceback optionsw00t
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-19Make it virtual, in case someone ever wants to make a derived version of itbrain
2006-08-19Extra comments about how the FileLogger class schedules its own write events ...brain