aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* SQUIT stuffGravatar brain2004-04-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@615 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to only send SQUIT tokens to servers that are still alive to avoid ↵Gravatar brain2004-04-161-0/+26
| | | | | | routing loops git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@614 e03df62e-2008-0410-955e-edbf42e46eb7
* Added some netsplit handling stuff (untested)Gravatar brain2004-04-161-0/+52
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@613 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ability to update routing table on the fly if a connection is lostGravatar brain2004-04-161-4/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@612 e03df62e-2008-0410-955e-edbf42e46eb7
* Added routing table transfer between mesh nodesGravatar brain2004-04-161-1/+65
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@611 e03df62e-2008-0410-955e-edbf42e46eb7
* Added various routing tokens (such as 'R' redirect message)Gravatar brain2004-04-161-5/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@610 e03df62e-2008-0410-955e-edbf42e46eb7
* /MAP and /LINKS added back (do not use - needs testing)Gravatar brain2004-04-151-25/+37
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@609 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh linking just about completed - needs testing!Gravatar brain2004-04-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@608 e03df62e-2008-0410-955e-edbf42e46eb7
* Name resolution fixesGravatar brain2004-04-151-3/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@606 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh tweaks (wasnt sending the ip in the + packet)Gravatar brain2004-04-151-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@605 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh authcookie fixesGravatar brain2004-04-151-0/+19
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@604 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh fixesGravatar brain2004-04-151-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@603 e03df62e-2008-0410-955e-edbf42e46eb7
* More fucking typosGravatar brain2004-04-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@602 e03df62e-2008-0410-955e-edbf42e46eb7
* TypoGravatar brain2004-04-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@601 e03df62e-2008-0410-955e-edbf42e46eb7
* Various mesh maintainance fixesGravatar brain2004-04-151-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@600 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh propogation fixesGravatar brain2004-04-151-3/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@599 e03df62e-2008-0410-955e-edbf42e46eb7
* TyposGravatar brain2004-04-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@598 e03df62e-2008-0410-955e-edbf42e46eb7
* Attempted fixes of weird server tokens turning up in data streamGravatar brain2004-04-151-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@597 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge fixes?Gravatar brain2004-04-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@596 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh callback fixesGravatar brain2004-04-151-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@595 e03df62e-2008-0410-955e-edbf42e46eb7
* Mesh linking stuffGravatar brain2004-04-151-6/+64
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@594 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for nonblocking socket issuesGravatar brain2004-04-151-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@593 e03df62e-2008-0410-955e-edbf42e46eb7
* Tons of linking tweaksGravatar brain2004-04-151-303/+152
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@592 e03df62e-2008-0410-955e-edbf42e46eb7
* Netmerge fixesGravatar brain2004-04-141-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@591 e03df62e-2008-0410-955e-edbf42e46eb7
* Authentication and netjoin fixesGravatar brain2004-04-141-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@590 e03df62e-2008-0410-955e-edbf42e46eb7
* more authentication stuffGravatar brain2004-04-141-5/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@588 e03df62e-2008-0410-955e-edbf42e46eb7
* Authentication stuffGravatar brain2004-04-141-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@587 e03df62e-2008-0410-955e-edbf42e46eb7
* Auth fixesGravatar brain2004-04-141-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@586 e03df62e-2008-0410-955e-edbf42e46eb7
* Authentication stuffGravatar brain2004-04-141-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@585 e03df62e-2008-0410-955e-edbf42e46eb7
* Authentication fixesGravatar brain2004-04-141-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@584 e03df62e-2008-0410-955e-edbf42e46eb7
* fixesGravatar brain2004-04-141-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@583 e03df62e-2008-0410-955e-edbf42e46eb7
* FixesGravatar brain2004-04-141-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@582 e03df62e-2008-0410-955e-edbf42e46eb7