summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-02Added DNS class to documentationbrain
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-01Added new tags to example config.brain
2005-04-01DNS timeout fixes!brain
2005-04-01Fixed the random seeder thingie!frostycoolslug
2005-04-01Added nonblocking dnsbrain
2005-04-01Updated documentation (html)brain
2005-04-01Updated documentation (manpages)brain
2005-04-01Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35)frostycoolslug
2005-03-30Fixed strcpy vs. strlcpy problemfrostycoolslug
2005-03-30Fixed Potential bug in ./configure (case switches should be flag) not (flag)frostycoolslug
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-27Fixed a dumb -eq bugbrain
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-25An attempt to Prevent 'Is the same file' problems when doing a make config, w...frostycoolslug
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-25Fixed strlcpy detectionbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Fixed a little bug that would come back to bite us when gcc3.5 comes out...brain
2005-03-25GCC 3.4 detection tested and workingbrain
2005-03-25Fixes for GCC3.4 and namespaces (must rerun configure!)brain
2005-03-25Added detection for gcc 3.4... where they changed the namespaces again.brain