aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* /WHO and routing fixesGravatar brain2004-04-191-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@670 e03df62e-2008-0410-955e-edbf42e46eb7
* Code TidyupGravatar brain2004-04-191-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@667 e03df62e-2008-0410-955e-edbf42e46eb7
* added mode.h/mode.cpp and seperated mode functions into itGravatar brain2004-04-191-1678/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@666 e03df62e-2008-0410-955e-edbf42e46eb7
* Moving yet more stuff into message.cppGravatar brain2004-04-191-72/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@665 e03df62e-2008-0410-955e-edbf42e46eb7
* Started seperating out functionsGravatar brain2004-04-191-361/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@661 e03df62e-2008-0410-955e-edbf42e46eb7
* Checks to stop a server connecting twiceGravatar brain2004-04-181-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@659 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes of RemoveServer to char* to const char*Gravatar brain2004-04-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@658 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to typos in recovery checkingGravatar brain2004-04-181-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@656 e03df62e-2008-0410-955e-edbf42e46eb7
* Added more rigorous link connection checking and recoveryGravatar brain2004-04-181-1/+49
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@655 e03df62e-2008-0410-955e-edbf42e46eb7
* Added connection version checkingGravatar brain2004-04-181-0/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@653 e03df62e-2008-0410-955e-edbf42e46eb7
* Added GetRevision() function returning a long with the internal revisionGravatar brain2004-04-181-0/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@651 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed format of 'b' tokenGravatar brain2004-04-181-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@650 e03df62e-2008-0410-955e-edbf42e46eb7
* Improved layout of /version, used strtok_r to prevent buffer whackingGravatar brain2004-04-181-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@648 e03df62e-2008-0410-955e-edbf42e46eb7