]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Added a comment /* GNUs smell */ to an #ifdef linux makes us put in
[user/henk/code/inspircd.git] / include /
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-24 brainAdd OnGarbageCollect method
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-23 brainFix exit in wrong place, and add new exitcodes.h
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainUnload as many modules as we can on restart, and close...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-22 peaveychange userrec int timeout to time_t since it's a times...
2006-12-22 brainAdd ConvToInt() template to go with ConvToStr() that...
2006-12-22 brainRefactor connect allow/deny lines
2006-12-18 brainRefactor dns.cpp to use an array of request types rathe...
2006-12-17 brainAdd this:
2006-12-17 peaveyMake RemoveCommand private.
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-12-14 brainRefactor userrec::chans.
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-12 brainImprove how we handle ELINEs on connect, turn O(2n...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-11 brainirc::string assign(std::string&)
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-10 brainRemoval of AES, this is no longer required. (This also...
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-12-07 brainBad w00tie bad, /who isnt checking +s for channel ...
2006-12-05 brainDocument FindInterface, PublishInterface, UnpublishInte...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
2006-12-05 brainChange this a LOT.
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 brainUpdate comments to reflect new API
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-22 specialRemoved <options:tempdir> - this hasn't been used since...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-19 brainFix all the _FORTIFY_SOURCE warnings except "punned...
2006-11-18 brainChange from dos to unix line endings (how did these...
2006-11-18 brainbits_size must be protected, not private
2006-11-18 brainAdd \code and \endcode tags for doxygen
2006-11-18 brainFix a major whoopsie in that class i just added. It...
2006-11-18 brainReduce size of max number of bytes in a bitfield from...
2006-11-18 brainProperly document irc::dynamicbitmask
2006-11-17 brainFix this so it works, passes test case. Provide a metho...
2006-11-17 brainAdd irc::dynamicbitmask class. Feel free to take a...
2006-11-15 brainTidy up some stuff
2006-11-15 brainComments, woo and yay
2006-11-15 brainAll of the void* cast stuff gone!!!
2006-11-15 brainRemove tons of pointer craq (theres still a tinnny...
2006-11-14 brainWe dont need this dummy value any more!
2006-11-14 brainTemporarily? remove the old gcc3.3 fix
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-14 brainInherit ModuleException from std::exception rather...
2006-11-13 peaveyFix PruneWhoWas to actually work right on rehash. Add...
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-11 brainAllow checking of overlapped ports. A bit of sensible...
2006-11-11 brainDocument irc::portparser with comments :-)
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-09 w00tPatch from peavey to fix GCC3.3 crash correctly, withou...
2006-11-08 specialThis should fix the empty iterator crash with gcc3...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-11-04 brainMerge peaveys patch, tracker #162
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-10-31 brainError set handlin g for select socketengine, tidyup...
2006-10-31 brainSocket error state stuff
2006-10-31 specialRemoved OnRawMode - this hasn't been called at all...
2006-10-31 brainUpdate configure, remove a bunch of deprecated makefile...
2006-10-30 brainDocument SocketEngine::WantWrite()
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-10-30 brainNot tested yet: Write and read at the same time in...
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-10-23 brainFix unloading of modules that use u_listmode
2006-10-23 brainbanexception, chanfilter, inviteexception: use modestac...
2006-10-22 brainChange around some dns stuff (dont use this yet)
2006-10-22 brainCall OnError when timing out
2006-10-22 brainMake clever use of modestacker
2006-10-22 brainMake +beIgqa be sent multiple per line, rather than...
2006-10-16 brainMultiply API_VERSION by ten if IPV6 is defined, to...
2006-10-07 specialReplaced operonlystats with userstats to improve security
2006-10-06 brainAdd extra debugging for socketengines, will now report...
2006-10-06 brainDocument more classes
next