summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-05Major optimizations!brain
2005-04-05Optimized connects - motd is sent fasterbrain
2005-04-05InspIRCd now logs value of <die> to the logfile on failurebrain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-03Strange crash fixbrain
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-03Added code to shutdown listening sockets on exitbrain
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-02Fixes for dns queueing, timeout functions etc moved to more sensible placebrain
2005-04-02Connection fixesbrain
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-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-01Added nonblocking dnsbrain
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-27Fixed detection of missing opertypesbrain
2005-03-27Made config parsing code a bit more lenientbrain
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
2005-03-25Added a lot of config error checkingbrain
2005-03-24Added IP addresses to connection notices to support bopmbrain
2004-09-11Changes for security based on RATS analysisbrain
2004-09-11Security audit based on RATS outputbrain
2004-05-29Hands up if you think linking is akwardbrain
2004-05-29more link fixesbrain
2004-05-29services link fixesbrain
2004-05-29Fixed uline synchingbrain
2004-05-09Removed some very old crapbrain
2004-05-09Added support for /RESTART (currently has a bug, do not use)brain
2004-05-05Fix for /WALLOPS in certain sucky mIRCscriptsbrain
2004-05-05Fixed crash that only slug can replicatebrain
2004-05-03Added opertype propogationbrain
2004-05-02Added oper-override modulebrain
2004-05-01Added stub to handle SERVER commandbrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-05-01Removed protocol violation errorsbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-30Added oper classes and types (done through the planned privilage system on a ...brain
2004-04-29Made the allowhalfop in <options> tag actually workbrain