Age | Commit message (Expand) | Author |
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 |
2007-01-06 | Fix crash when unloading ssl module on shutdown -- there are no port objects ... | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-24 | Tidyup | brain |
2006-12-24 | And fix obligitary brainfarts | brain |
2006-12-24 | Whoops, crash on sighup due to passing null argv and argc (similar to rehash,... | brain |
2006-12-24 | Damnit, the comment caused a conflict :< | brain |
2006-12-24 | w00t was right, freebsd needs <getopt.h> too | brain |
2006-12-24 | Added a comment /* GNUs smell */ to an #ifdef linux makes us put in | brain |
2006-12-24 | Change argument parsing to use getopt_long_only(). | brain |
2006-12-24 | Neither should this | brain |
2006-12-24 | Relatively small typo fix | brain |
2006-12-24 | Add call for OnGarbageCollect to the hourly cleanup | brain |
2006-12-24 | Do garbage collection of hash map automatically every hour | brain |
2006-12-23 | Better checks for NULL log handles | brain |