]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Cleaning up irrelevent stuff in channels.cpp
[user/henk/code/inspircd.git] / 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
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-05 brainMove opertypes/operclasses maps into ServerConfig,...
2006-10-04 brainWhowas is now fixed.
2006-10-03 brainDocument
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 brainRemove testcases
2006-10-02 brainmmmm dinner break, oh and document and make use of...
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 brainMore efficient modestacker
2006-10-02 brainmodestacker class, stacks modes and returns a string...
2006-10-01 brainNow with binary versioning goodness
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-26 brainmake OnPostConnect global
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
2006-09-25 brainWhoops, patch
2006-09-24 specialSpeaking of misleading comments, 'Delete and InspTImer...
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-19 brainMake xline more memory-efficient and faster/neater...
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
next