]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions, as...
[user/henk/code/inspircd.git] / include /
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...
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-09-15 brainFix for bug noticed by dotslasher (?) where SAJOIN...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainRemove ExemptItem and InviteItem, these were never...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-11 w00tFix for picky compilers (see, I work sometimes ;p)
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-10 brainSplit hostmasks into ident and host pairs for matching...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-10 brainSpacify() the oper types
2006-09-09 brainModuleFactories are not being deleted, this means that...
2006-09-09 brainMake SAMODE oper output tidier
2006-09-08 brainFix 'item not on list' output
2006-09-08 brainAllow QUIT to be used before we fully register the...
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-09-02 brainDon't try and delete from the item list whilst iteratin...
2006-09-02 brainDon't use oncleanup to remove listmode lists
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-09-02 brainAllow unloading of modules which implement modes!
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-31 omRemove extra/wrong qualifications, makes GCC 4.1 (at...
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
next