]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Cache channel max bans value to save an O(n) loop of match() on every ban (etc) add
[user/henk/code/inspircd.git] / src / inspircd.cpp
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-07 peaveyTidy up old MaintainWhoWas.
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-06 brainFix crash when unloading ssl module on shutdown --...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-24 brainTidyup
2006-12-24 brainAnd fix obligitary brainfarts
2006-12-24 brainWhoops, crash on sighup due to passing null argv and...
2006-12-24 brainDamnit, the comment caused a conflict :<
2006-12-24 brainw00t was right, freebsd needs <getopt.h> too
2006-12-24 brainAdded a comment /* GNUs smell */ to an #ifdef linux...
2006-12-24 brainChange argument parsing to use getopt_long_only().
2006-12-24 brainNeither should this
2006-12-24 brainRelatively small typo fix
2006-12-24 brainAdd call for OnGarbageCollect to the hourly cleanup
2006-12-24 brainDo garbage collection of hash map automatically every...
2006-12-23 brainBetter checks for NULL log handles
2006-12-23 brainCrash on /rehash fixed (old code in here passed NULL...
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 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainFix issue where the last module to be loaded wasnt...
2006-12-23 brainCut down on debug on restart
2006-12-23 brainUse GetModuleCount() rather than the member var
2006-12-23 brainFix glitch when restarting on 2nd pass of module unload
2006-12-23 brainAdd more comments.
2006-12-23 brainClose client sockets too (do these last)
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-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00ts/ChatSpike/InspIRCd/ development team
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-12 brainGrammar nazi in the hizouse
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-09 w00tMove peaveydk to core developers, jamie to contributors...
2006-11-05 brainChange message to indicate that the count only includes...
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-02 brainThis is tidier, we dont need a seperate bool and int
2006-11-02 brainLoadModule will now also return false if the glob patte...
2006-11-02 brainAllow wildcards in LoadModule calls. If a filename...
2006-10-31 brainSocket error state stuff
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-10-28 brainTry this, werdnum
2006-10-27 brainAllow relative path on pid file
2006-10-16 brainAdded a tiny bit more logging to LoadModule, to log...
2006-10-04 brainWhowas is now fixed.
2006-10-02 brainRemove testcases
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 w00tIsNick moved to helperfuncs.cpp, makes a lot more sense...
2006-10-02 w00tRemove -notraceback and -nolimit from command line...
2006-10-02 w00tUpdate credits (add pippijn/jamie to startup notice...
2006-10-01 brainNow with binary versioning goodness
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
2006-09-09 brainModuleFactories are not being deleted, this means that...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainMore prefixchar stuff.
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-18 brainFix trying to add failed ports to socketengine (<3...
2006-08-18 brainCorrectly return false on failure to fork
2006-08-18 brainChecking if child pid still exists, if it vanishes...
2006-08-18 brainWhen daemonizing, have parent process wait forever...
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainOptimize tons more timer checking stuff
2006-08-17 brainDoSocketTimeouts and TickTimers only need to be called...
2006-08-13 brainClear fd_ref_table and socket_ref arrays in the constructor
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-11 brainRemove a blank line! WOO YAY! biggest commit all week!
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainThis commit-o-gram is dedicated to boo, because i geek...
2006-08-11 brainMove xline to before config system
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainRemoval of an extern
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove AllModulesReportReady into a private method of...
next