summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-12-07Bad w00tie bad, /who isnt checking +s for channel /who!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-12-05Change this a LOT.brain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add OnBuildExemptList, which is used to build an exempt list when passing a p...brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-26Update comments to reflect new APIbrain
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey