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