aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* DNS timeout fixes!Gravatar brain2005-04-011-100/+137
| | | | | | | Docs to come git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@940 e03df62e-2008-0410-955e-edbf42e46eb7
* Added nonblocking dnsGravatar brain2005-04-011-15/+20
| | | | | | | | *** BUG BUG BUG - If dns is slow, things will go wrong!!!! do not use this on a live net without accepting the risk involved! *** Will be fixed by next commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@938 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed 005 numeric to only output 13 tokens per line (thanks anfl)Gravatar brain2005-03-271-1/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@923 e03df62e-2008-0410-955e-edbf42e46eb7
* Replaced some 005 constants with their configured valuesGravatar brain2005-03-271-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@922 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed detection of missing opertypesGravatar brain2005-03-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@920 e03df62e-2008-0410-955e-edbf42e46eb7
* Made config parsing code a bit more lenientGravatar brain2005-03-271-2/+3
| | | | | | | | | | Added error checking to make sure opertypes exist before opering a user! Added 005 handling for modules Started on KILL event for modules Started on OnModuleLoad event for modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
* Added implementation of strlcpy and strlcat for systems that dont have itGravatar brain2005-03-251-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for GCC3.4 and namespaces (must rerun configure!)Gravatar brain2005-03-251-22/+29
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@902 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed occurances of vector to std::vectorGravatar brain2005-03-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@900 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a lot of config error checkingGravatar brain2005-03-251-3/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@898 e03df62e-2008-0410-955e-edbf42e46eb7
* Added IP addresses to connection notices to support bopmGravatar brain2005-03-241-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@891 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes for security based on RATS analysisGravatar brain2004-09-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@856 e03df62e-2008-0410-955e-edbf42e46eb7
* Security audit based on RATS outputGravatar brain2004-09-111-67/+66
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@855 e03df62e-2008-0410-955e-edbf42e46eb7
* Hands up if you think linking is akwardGravatar brain2004-05-291-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@838 e03df62e-2008-0410-955e-edbf42e46eb7
* more link fixesGravatar brain2004-05-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@835 e03df62e-2008-0410-955e-edbf42e46eb7
* services link fixesGravatar brain2004-05-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@834 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed uline synchingGravatar brain2004-05-291-0/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@833 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed some very old crapGravatar brain2004-05-091-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@801 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for /RESTART (currently has a bug, do not use)Gravatar brain2004-05-091-6/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@800 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for /WALLOPS in certain sucky mIRCscriptsGravatar brain2004-05-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@794 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed crash that only slug can replicateGravatar brain2004-05-051-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@789 e03df62e-2008-0410-955e-edbf42e46eb7
* Added opertype propogationGravatar brain2004-05-031-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@788 e03df62e-2008-0410-955e-edbf42e46eb7
* Added oper-override moduleGravatar brain2004-05-021-51/+56
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@779 e03df62e-2008-0410-955e-edbf42e46eb7
* Added stub to handle SERVER commandGravatar brain2004-05-011-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@774 e03df62e-2008-0410-955e-edbf42e46eb7
* Provided modules with the ability to sync data on a netjoinGravatar brain2004-05-011-0/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@767 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed protocol violation errorsGravatar brain2004-05-011-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@764 e03df62e-2008-0410-955e-edbf42e46eb7
* Added Module::OnAccessCheckGravatar brain2004-05-011-9/+21
| | | | | | | | Added ListMode support Fixed Extensible class bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@759 e03df62e-2008-0410-955e-edbf42e46eb7
* Added oper classes and types (done through the planned privilage system on a ↵Gravatar brain2004-04-301-0/+7
| | | | | | per-command basis) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@756 e03df62e-2008-0410-955e-edbf42e46eb7
* Made the allowhalfop in <options> tag actually workGravatar brain2004-04-291-0/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@748 e03df62e-2008-0410-955e-edbf42e46eb7
* Added m_alias module which provides command aliases.Gravatar brain2004-04-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@746 e03df62e-2008-0410-955e-edbf42e46eb7
* Added extra services support stuff, fixed chanserv not deopping users on ↵Gravatar brain2004-04-271-1/+8
| | | | | | joining channels they dont have access to git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@741 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ip address to N token for SLINE in services useGravatar brain2004-04-261-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@733 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug in /mode #channel when +k is setGravatar brain2004-04-261-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@732 e03df62e-2008-0410-955e-edbf42e46eb7
* Added MaxWhoReplies stuff (bahamut-style /WHO limiting)Gravatar brain2004-04-251-3/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@729 e03df62e-2008-0410-955e-edbf42e46eb7
* Added some stuff to diffrentiate between global and local Q/Z linesGravatar brain2004-04-251-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@724 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed quit-bouncing issue when a user is g-linedGravatar brain2004-04-241-2/+52
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@717 e03df62e-2008-0410-955e-edbf42e46eb7
* Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.Gravatar brain2004-04-241-0/+28
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@716 e03df62e-2008-0410-955e-edbf42e46eb7
* Q-lines fully working, can add and remove other types of ban (but not ↵Gravatar brain2004-04-241-4/+6
| | | | | | enforced yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@714 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a bunch of xline stuff and added qline spport for /nick and svsnickGravatar brain2004-04-241-153/+168
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@713 e03df62e-2008-0410-955e-edbf42e46eb7
* Added XLine stuffGravatar brain2004-04-241-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@712 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed minor join bugGravatar brain2004-04-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@708 e03df62e-2008-0410-955e-edbf42e46eb7
* a|KK|y bitchingGravatar brain2004-04-231-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@703 e03df62e-2008-0410-955e-edbf42e46eb7
* Added tons of services stuff - prepared for multiserver trial runGravatar brain2004-04-231-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@697 e03df62e-2008-0410-955e-edbf42e46eb7
* Added more services stuffGravatar brain2004-04-221-0/+8
| | | | | | | Added support for OnUserPreNick API command (used with qlines, etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@696 e03df62e-2008-0410-955e-edbf42e46eb7
* Added tons of services/uline stuff. DO NOT USE YET! services data isnt ↵Gravatar brain2004-04-221-1/+1
| | | | | | replicated across the network! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7
* Various services compatibility stuffGravatar brain2004-04-211-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@687 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated to support servicesGravatar brain2004-04-211-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@686 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for bug #13 (trailing or leading spaces on a command)Gravatar brain2004-04-211-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@685 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed occurances of udp_host to tcp_host for readabilityGravatar brain2004-04-191-969/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@674 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved all command handler functions into commands.cpp/commands.hGravatar brain2004-04-191-1224/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@671 e03df62e-2008-0410-955e-edbf42e46eb7