Age | Commit message (Expand) | Author |
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 |
2007-03-24 | Remove unused var | brain |
2007-03-24 | Fix untidy debug output | brain |
2007-03-24 | Fix two things: (1) log gets replaced by a user fd after restart causing debu... | brain |
2007-03-16 | Wtf, ive found the source of the drift, it adds the old delta to the new! | brain |
2007-03-03 | Rebuild 005 on rehash. Tracker: bug #234 | peavey |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-02-12 | Change around the order of InspIRCd::Cleanup(), as per bug #212 | brain |
2007-02-10 | Fix rehashing to display a success notice, tidy up some WriteOpers notices | brain |
2007-02-10 | timermanager never had a ServerInstance. Give it one so we can use InspIRCd::... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-02-01 | Change the way versions are displayed by connect and /version so that its mor... | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-07 | Tidy up old MaintainWhoWas. | peavey |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |