summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-07Fixed "error in free()" and other bugs going to open socketsbrain
2005-04-07Fixed a double free in dnsqueue.cppbrain
2005-04-06Moved module loading to a LoadModule function that can be called outside of i...brain
2005-04-06Added log output for on-operbrain
2005-04-06Alright, who forgot to make /oper check hostnames?brain
2005-04-06Changed the loglevel of some startup failure messages to DEFAULT (were DEBUG)brain
2005-04-06Deprecated .layout and .dev files (we no longer use dev-c++ for editing)brain
2005-04-06Fixed casting warning in ShowMOTD under linuxbrain
2005-04-06Fix by om for 'mode change while not on channel' bugbrain
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-05Major optimizations!brain
2005-04-05Optimized connects - motd is sent fasterbrain
2005-04-05If writing the PID file fails, it is now written to the logbrain
2005-04-05InspIRCd now logs value of <die> to the logfile on failurebrain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-04Added m_operlevels, prevents opers designated as above other opers from being...brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-03Strange crash fixbrain
2005-04-03Added shutdown() calls on diebrain
2005-04-03Fixed stupid typo againbrain
2005-04-03Fixed dumb typobrain
2005-04-03More secure checking in 005 handlersbrain
2005-04-03Added another check to the mainloopbrain
2005-04-03Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ...brain
2005-04-03Fixes to crash when setting the key of a channel youre not a member ofbrain
2005-04-03Added code to shutdown listening sockets on exitbrain
2005-04-03Fixes to bug#37 and pre-emptive checks for security of /NAMESbrain
2005-04-03Fix to bug #36 reported by Yetibrain
2005-04-03Added m_hostchange module, our own homebrew implementation of the unreal pay ...brain
2005-04-03Fixed a few small dns timeout bugs (allowing users on without nick or user)brain
2005-04-03Major optimizations! now uses under 1% cpu all the time whilst idlebrain
2005-04-02Fixed bug number 34, same nick can exist multiple times on a silence listbrain
2005-04-02Fixed cosmetic bug in /whofrostycoolslug
2005-04-02Fixes for dns queueing, timeout functions etc moved to more sensible placebrain
2005-04-02Fixes for dns queueingbrain
2005-04-02Fixed dns queue stuff?brain
2005-04-02Connection fixesbrain
2005-04-02Config files read by the ircd are now chmod'ed 0600brain
2005-04-02Added pid file support, and documentation for itbrain
2005-04-02One final attempt at fixing some of craigs whinges -- poll routine auto clear...brain
2005-04-01Massive stats L speedupbrain
2005-04-01Fixed string format vunerability, thanks again to the #ratbox people for help...brain
2005-04-01Turned an unstable vector into an arraybrain
2005-04-01More dns fixesbrain
2005-04-01Fixed nasty bugs.brain
2005-04-01Attempts to fix some random crashesbrain