Age | Commit message (Expand) | Author |
2007-06-14 | Tidyup ifdefs | brain |
2007-06-11 | Whoops, that was silly, the double print thing wont compile for any other OS ... | brain |
2007-06-11 | Fix double printing of 'setting log file' and 'setting config file' paths. | brain |
2007-06-11 | We need to pass a copy of GetCommandLine() not the actual return pointer. | brain |
2007-06-11 | Tweak some tabular declarations to look correct on 8-width tabs | brain |
2007-06-11 | Woo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL stuff :) | brain |
2007-06-11 | Fixed 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-09 | Fixed issue preventing startup without --nofork under win32 | frostycoolslug |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-09 | Note 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-08 | Add Burlex to developers | w00t |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-06-03 | Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu... | om |
2007-06-02 | Back out the tweaks i made here, keep only the clear screen stuff | brain |
2007-06-02 | Change the behaviour of insp in windows to keep its window open, with some st... | brain |
2007-06-02 | Add console mode patches from burlex, thanks | brain |
2007-06-02 | And make it compile. | brain |
2007-06-02 | Chdir to bin dir on starting, allows relative paths to the bin dir to always ... | brain |
2007-06-01 | Fix re-generation of 005 on rehash | brain |
2007-05-25 | Choose the correct defines so that its not built too lean to compile | brain |
2007-05-20 | Crash on restart in win32 fixed. | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-16 | Add a progress meter for loading of core commands, fix broken implementation ... | brain |
2007-05-14 | Someone forgot the ELIST token (his nick begins with B) | brain |
2007-05-13 | Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel. | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-04-26 | When running in nofork, keep the tty open (we were closing it, which meant th... | brain |
2007-04-26 | Make error reporting work properly, it seemed to loose errors. | brain |
2007-04-20 | Fix for "hanging" when controlling terminal is not a tty (nofork check and is... | brain |
2007-04-16 | Fix the restart stuff that bricker noticed while testing an feature request | brain |
2007-04-15 | Whoooooooooooooooooooops. Forgot to initialize a varaible, so wether insp sta... | brain |
2007-04-15 | Add --version parameter to the binary bin/inspircd, i remember someone reques... | brain |
2007-04-15 | Report the correct MAXMODES value | brain |
2007-04-07 | Set the signals to 'quick exit' before the fork, not straight after, because ... | brain |
2007-04-06 | Change wording of message | brain |
2007-04-06 | Fix params passed on /restart | brain |
2007-04-06 | Increase sleep delay to 20, to provide reading time for the message | brain |
2007-04-06 | Missing newline | brain |
2007-04-06 | Add a facility to allow starting as root, bin/inspircd -runasroot | brain |
2007-04-04 | Before i was rudely interrupted by a FUCKING *RAM FAILURE*, i was going to co... | brain |
2007-04-01 | Add -config parameter to bin/inspircd which allows a user to specify the conf... | brain |
2007-03-26 | Fix bug reported by darix where inspircd process returns 15 for successful st... | brain |