]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / include /
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-17 w00tAdd potential for local-only snotices and use them...
2008-04-16 brainImplement our own dllmain. if this works and gets rid...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-12 brainFixes for bug #515, update existing in-use connect...
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-11 brain(untested) don't move newconfig to ServerConfig::config...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-04-11 w00tPatch from Brain fixing broken stuff
2008-04-11 brainMuch faster way of checking if the user is 4in6, avoid...
2008-04-10 brainComment small API change (returning -1 from OnCheckBan...
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-07 brainAdd extra stuff for w00t, AutoApplyToUserList method...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-04 w00tRemove deprecated InspIRCd::Log() method so people...
2008-04-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainChange the function name because gcc is dumb :/
2008-04-04 brainA convenience function for ProtocolInterface::SendMode...
2008-04-04 brainThe rest of the server protocol interface and fix a...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-02 w00tFix all this crap - it actually works now (we pray..)
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tUnneeded
2008-04-01 w00tInitialise a variable correctly to avoid valgrind warning
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 brainAdd an optional bool to ModeParser::ModeString() to...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainThis module uses io hooking too, fix it up
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-23 brainThis should save 128 bytes per user for non-opers....
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-02-26 brainLeft out CoreExport
2008-02-26 brainThis should fix it, thanks w00t
2008-02-26 brainThe count=0 in the body Isnt needed
2008-02-26 w00tRemind me that I need to initialise ints *smack*
2008-02-26 brainRevert configure so that we can uh, actually compile.
2008-02-24 brainMore stuff
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainProbably doesnt run
2008-02-24 brainFirst part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHA...
2008-02-22 brainCoreExport is required for the factories
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-22 brainNow compiles with win32thread and testsuite
2008-02-22 brainCloser to compilation
2008-02-22 brainWin32ThreadEngine makes sense now. No gaurantees it...
2008-02-21 brainThese are just copies of the pthread engine right now...
2008-02-21 brainThreadEngine::GetName(), for display in /version
2008-02-21 brainWorking thread test!!!
2008-02-21 brainNow buildble.
2008-02-21 brainThreadengine stuff
2008-02-21 brainTestsuite now does something
2008-02-21 brainMore test suite stuff
2008-02-21 brainTestsuite stuff
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainFix this first, as this actually has use of the new...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-17 aquanightImplement logtype exclusion (ie: '* -USERINPUT -USEROUT...
2008-02-17 w00tAdd some docs
2008-02-17 brainI gots a better fix :p
2008-02-17 brainAdd empty testcase.h
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-14 brainMake AC_OTHERMODE OnAccessCheck call work again.
2008-02-14 brainNew mode stuff. Note, the framework is now here so...
2008-02-14 brainKeep count of the number of events in total, and sepera...
2008-02-14 aquanightMore <log> stuff
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-13 w00tCONSTIFY\!
2008-02-13 w00tFix a silly crash I caused.
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 aquanightCode for loading <log method=file> tags from config...
2008-02-10 brainAdd comments
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...
2008-02-10 aquanightPer-logstream loglevels.
next