]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Forward port and make work with trunk. Original code of this module by Carsten Valdem...
[user/henk/code/inspircd.git] / include /
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.
2008-02-09 w00tFix a bug in new logging API (global logstreams weren...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-09 w00tAdd destructor for FileLogStream that destroys nonblock...
2008-02-09 w00tAdd a printf-type override for LogManager::Log(). We...
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-09 w00tInstantiate log manager
2008-02-09 w00tInitial totally untested logger implementation that...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-07 brainARGH SPACE INDENTS, DIE DIE DIE
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed w00t's brain (I mean std:: stuff)
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed std:: stuff
2008-02-03 w00tClear up header insanity
2008-02-03 w00t(finally) remove deprecated CMD_USER_DELETED
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-01 fezremoved sys/select.h on windows platform
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...
2008-01-16 w00tMake default bancache time one day. This may seem long...
2008-01-16 w00tAdd an overridden AddHit to BanCacheManager, allowing...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 w00tCullList -> CullItem *
2008-01-13 w00tNew timer code. This may be a tiny fraction slower...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd a channel manager class while I'm at it.
2008-01-13 w00tFeh. Remember the header too.
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2008-01-06 w00tForward declaration isn't required here
2008-01-06 w00tAdd overridden constructor with specified time in secon...
2008-01-06 w00tAdd bancache expiry stuff, currently records expire...
2008-01-05 w00tFix a bug (snotices repeating constantly), and add...
2008-01-05 w00tFix snomask stacking, still needs to flush all snomasks...
2008-01-05 w00tSnomask stacking: not yet working (crashes), and not...
2008-01-04 w00tRemove non-portable code and replace with a debug call
next