]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Make error reporting work properly, it seemed to loose errors.
[user/henk/code/inspircd.git] / src / inspircd.cpp
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-20 brainFix for "hanging" when controlling terminal is not...
2007-04-16 brainFix the restart stuff that bricker noticed while testin...
2007-04-15 brainWhoooooooooooooooooooops. Forgot to initialize a varaib...
2007-04-15 brainAdd --version parameter to the binary bin/inspircd...
2007-04-15 brainReport the correct MAXMODES value
2007-04-07 brainSet the signals to 'quick exit' before the fork, not...
2007-04-06 brainChange wording of message
2007-04-06 brainFix params passed on /restart
2007-04-06 brainIncrease sleep delay to 20, to provide reading time...
2007-04-06 brainMissing newline
2007-04-06 brainAdd a facility to allow starting as root, bin/inspircd...
2007-04-04 brainBefore i was rudely interrupted by a FUCKING *RAM FAILU...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-03-26 brainFix bug reported by darix where inspircd process return...
2007-03-24 brainRemove unused var
2007-03-24 brainFix untidy debug output
2007-03-24 brainFix two things: (1) log gets replaced by a user fd...
2007-03-16 brainWtf, ive found the source of the drift, it adds the...
2007-03-03 peaveyRebuild 005 on rehash. Tracker: bug #234
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-12 brainChange around the order of InspIRCd::Cleanup(), as...
2007-02-10 brainFix rehashing to display a success notice, tidy up...
2007-02-10 braintimermanager never had a ServerInstance. Give it one...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-01 brainChange the way versions are displayed by connect and...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
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
next