summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2007-01-06Fix crash when unloading ssl module on shutdown -- there are no port objects ...brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-31Add missing feature: /rehash reinitializes dns subsytem (and can handle chang...brain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-24Tidyupbrain
2006-12-24And fix obligitary brainfartsbrain
2006-12-24Whoops, crash on sighup due to passing null argv and argc (similar to rehash,...brain
2006-12-24Damnit, the comment caused a conflict :<brain
2006-12-24w00t was right, freebsd needs <getopt.h> toobrain
2006-12-24Added a comment /* GNUs smell */ to an #ifdef linux makes us put inbrain
2006-12-24Change argument parsing to use getopt_long_only().brain
2006-12-24Neither should thisbrain
2006-12-24Relatively small typo fixbrain
2006-12-24Add call for OnGarbageCollect to the hourly cleanupbrain
2006-12-24Do garbage collection of hash map automatically every hourbrain
2006-12-23Better checks for NULL log handlesbrain
2006-12-23Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i...brain
2006-12-23Hash rehashing changebrain
2006-12-23Close logfile on rehash and reopen (it was only doing this on sighup for some...brain
2006-12-23Fix exit in wrong place, and add new exitcodes.hbrain
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-23Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d...brain