summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2007-06-11Whoops, that was silly, the double print thing wont compile for any other OS ...brain
2007-06-11Fix double printing of 'setting log file' and 'setting config file' paths.brain
2007-06-11We need to pass a copy of GetCommandLine() not the actual return pointer.brain
2007-06-11Tweak some tabular declarations to look correct on 8-width tabsbrain
2007-06-11Woo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL stuff :)brain
2007-06-11Fixed commandline stuff for CreateProcess, but it looks like win2k doesnt lik...brain
2007-06-11- Added more debug output to windows fork in order to help debug problems enc...burlex
2007-06-09- Removed un-needed event create at windows fork.burlex
2007-06-09Fixed issue preventing startup without --nofork under win32frostycoolslug
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-09Note to devs: We should be using std::string::clear() to empty a std::string,...brain
2007-06-08- Enabled minimal rebuild on all VS project files, this will reduce build tim...burlex
2007-06-08- Eek, gotta make it look the same as *nix! Windows will now print the proces...burlex
2007-06-08- Whoops.. forgot a return here.burlex
2007-06-08* Changed forking code, now the parent will attempt to retrieve the exit code...burlex
2007-06-08+ Added an *almost* unix-like fork system for windows. Insp will create a sec...burlex
2007-06-08Add Burlex to developersw00t
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-06-03Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu...om
2007-06-02Back out the tweaks i made here, keep only the clear screen stuffbrain
2007-06-02Change the behaviour of insp in windows to keep its window open, with some st...brain
2007-06-02Add console mode patches from burlex, thanksbrain
2007-06-02And make it compile.brain
2007-06-02Chdir to bin dir on starting, allows relative paths to the bin dir to always ...brain
2007-06-01Fix re-generation of 005 on rehashbrain
2007-05-25Choose the correct defines so that its not built too lean to compilebrain
2007-05-20Crash on restart in win32 fixed.brain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-16Add a progress meter for loading of core commands, fix broken implementation ...brain
2007-05-14Someone forgot the ELIST token (his nick begins with B)brain
2007-05-13Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel.w00t
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-04-26When running in nofork, keep the tty open (we were closing it, which meant th...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-20Fix for "hanging" when controlling terminal is not a tty (nofork check and is...brain
2007-04-16Fix the restart stuff that bricker noticed while testing an feature requestbrain
2007-04-15Whoooooooooooooooooooops. Forgot to initialize a varaible, so wether insp sta...brain
2007-04-15Add --version parameter to the binary bin/inspircd, i remember someone reques...brain
2007-04-15Report the correct MAXMODES valuebrain
2007-04-07Set the signals to 'quick exit' before the fork, not straight after, because ...brain
2007-04-06Change wording of messagebrain
2007-04-06Fix params passed on /restartbrain
2007-04-06Increase sleep delay to 20, to provide reading time for the messagebrain
2007-04-06Missing newlinebrain
2007-04-06Add a facility to allow starting as root, bin/inspircd -runasrootbrain
2007-04-04Before i was rudely interrupted by a FUCKING *RAM FAILURE*, i was going to co...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-03-26Fix bug reported by darix where inspircd process returns 15 for successful st...brain
2007-03-24Remove unused varbrain