aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Improved /version line and made it show optimisation level for supportGravatar brain2004-04-181-4/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@647 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to GetServerDescription()Gravatar brain2004-04-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@645 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed server descriptions in /whois and /links (untested)Gravatar brain2004-04-181-3/+26
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@644 e03df62e-2008-0410-955e-edbf42e46eb7
* Added back authorised state checking in server/server links (untested!)Gravatar brain2004-04-181-12/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@643 e03df62e-2008-0410-955e-edbf42e46eb7
* Minor code tweaks, tidyupsGravatar brain2004-04-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@637 e03df62e-2008-0410-955e-edbf42e46eb7
* Added calls to sched_yield() to cut down processor usage - won't work in *bsdGravatar brain2004-04-171-1/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@635 e03df62e-2008-0410-955e-edbf42e46eb7
* Added SQUIT commandGravatar brain2004-04-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@634 e03df62e-2008-0410-955e-edbf42e46eb7
* Added SQUIT (untested)Gravatar brain2004-04-171-0/+60
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@627 e03df62e-2008-0410-955e-edbf42e46eb7
* Yet more 'bad cookie' fixes :/Gravatar brain2004-04-161-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@626 e03df62e-2008-0410-955e-edbf42e46eb7
* More reconnect fixesGravatar brain2004-04-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@625 e03df62e-2008-0410-955e-edbf42e46eb7
* Added extra rejoin stuffGravatar brain2004-04-161-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@624 e03df62e-2008-0410-955e-edbf42e46eb7
* added more connectback handlingGravatar brain2004-04-161-10/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@623 e03df62e-2008-0410-955e-edbf42e46eb7
* More rejoin fixesGravatar brain2004-04-161-8/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@622 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed some SQUIT stuffGravatar brain2004-04-161-0/+47
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@621 e03df62e-2008-0410-955e-edbf42e46eb7
* More linkback fixesGravatar brain2004-04-161-2/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@620 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to not establish links to what we already are linked toGravatar brain2004-04-161-12/+23
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@619 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh cookie linking fixes (was giving remote port to servers and not local port)Gravatar brain2004-04-161-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@618 e03df62e-2008-0410-955e-edbf42e46eb7
* SQUIT and routing of messages fixes during periods of downtimeGravatar brain2004-04-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@617 e03df62e-2008-0410-955e-edbf42e46eb7