]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / src / inspircd.cpp
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 w00tRevert a changed file I didn't want to commit ..
2007-07-03 w00tFix off-by-one reported by Darom in bug #339
2007-06-23 brainNo no no, the fix to free module factories in loadmodul...
2007-06-20 w00tMake a comment make a bit more general sense, and inden...
2007-06-18 brainHelps if it compiles
2007-06-18 brainThis should be safe. Someone test module loading and...
2007-06-18 peaveyfix possible minor memleak in LoadModule. Thx IronLegend.
2007-06-14 brainTidyup ifdefs
2007-06-11 brainWhoops, that was silly, the double print thing wont...
2007-06-11 brainFix double printing of 'setting log file' and 'setting...
2007-06-11 brainWe need to pass a copy of GetCommandLine() not the...
2007-06-11 brainTweak some tabular declarations to look correct on...
2007-06-11 brainWoo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL...
2007-06-11 brainFixed commandline stuff for CreateProcess, but it looks...
2007-06-11 burlex- Added more debug output to windows fork in order...
2007-06-09 burlex- Removed un-needed event create at windows fork.
2007-06-09 frostycoolslugFixed issue preventing startup without --nofork under...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-09 brainNote to devs: We should be using std::string::clear...
2007-06-08 burlex- Enabled minimal rebuild on all VS project files,...
2007-06-08 burlex- Eek, gotta make it look the same as *nix! Windows...
2007-06-08 burlex- Whoops.. forgot a return here.
2007-06-08 burlex* Changed forking code, now the parent will attempt...
2007-06-08 burlex+ Added an *almost* unix-like fork system for windows...
2007-06-08 w00tAdd Burlex to developers
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
2007-06-03 omProbably fix 2nd compile issue on RH7 and add some...
2007-06-02 brainBack out the tweaks i made here, keep only the clear...
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-06-02 brainAdd console mode patches from burlex, thanks
2007-06-02 brainAnd make it compile.
2007-06-02 brainChdir to bin dir on starting, allows relative paths...
2007-06-01 brainFix re-generation of 005 on rehash
2007-05-25 brainChoose the correct defines so that its not built too...
2007-05-20 brainCrash on restart in win32 fixed.
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-16 brainAdd a progress meter for loading of core commands,...
2007-05-14 brainSomeone forgot the ELIST token (his nick begins with B)
2007-05-13 w00tMove IsIdent() into helperfuncs.cpp along with IsNick...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-04-26 brainWhen running in nofork, keep the tty open (we were...
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.
next