summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-04-01Fixed 'unlikely' crash if nick was changed before dns lookup was completedbrain
2005-04-01DNS timeout fixes!brain
2005-04-01Fixed the random seeder thingie!frostycoolslug
2005-04-01Added nonblocking dnsbrain
2005-04-01Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35)frostycoolslug
2005-03-30Fixed strcpy vs. strlcpy problemfrostycoolslug
2005-03-28Fixed m_helpop.cpp lowercasing the first line of the textbrain
2005-03-28Fixed to take away +q and +a when the user parts the channel (double DOH)brain
2005-03-28Fixed to actually CHECK THE PASSWORD of linking servers!brain
2005-03-28/helpop now behaves for opers in the same way it does for users.frostycoolslug
2005-03-28Fixed using the wrong function, doh, i must need sleep!brain
2005-03-28Typos are bad ok?brain
2005-03-28Added a module at request of [ed] which stops anyone messaging all but opersbrain
2005-03-28Added module to restrict channel creation to opers only (requested by [ed])brain
2005-03-27Fixed 005 numeric to only output 13 tokens per line (thanks anfl)brain
2005-03-27Replaced some 005 constants with their configured valuesbrain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2005-03-27Fixed detection of missing opertypesbrain
2005-03-27Added SILENCE=999 to 005 numericbrain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-26Added m_silence.cpp - implementation of /SILENCE commandbrain
2005-03-26Fixed a minor typobrain
2005-03-26Fixed parsing error with comments that have tabs before thembrain
2005-03-26Added m_remove by om, uses a force part to replace a kick to thwart auto rejoinbrain
2005-03-26Fixed a minor error in error checking (eat that, grammar....)brain
2005-03-25Changed version to B1brain
2005-03-25Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation:brain
2005-03-25Fixed inspstring strlcpy and strlcatbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Fixes for GCC3.4 and namespaces (must rerun configure!)brain
2005-03-25Changed occurances of vector to std::vectorbrain