aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improved /version line and made it show optimisation level for support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-181-4/+10
* Fixes to GetServerDescription()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-181-1/+1
* Fixed server descriptions in /whois and /links (untested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@644 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-181-3/+26
* Added back authorised state checking in server/server links (untested!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@643 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-181-12/+21
* Minor code tweaks, tidyups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@637 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-181-1/+1
* Added calls to sched_yield() to cut down processor usage - won't work in *bsd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-171-1/+11
* Added SQUIT command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@634 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-171-1/+1
* Added SQUIT (untested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-171-0/+60
* Yet more 'bad cookie' fixes :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@626 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-1/+3
* More reconnect fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@625 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-1/+1
* Added extra rejoin stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-4/+4
* added more connectback handling•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@623 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-10/+8
* More rejoin fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@622 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-8/+10
* Fixed some SQUIT stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@621 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-0/+47
* More linkback fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@620 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-2/+5
* Fixes to not establish links to what we already are linked to•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@619 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-12/+23
* Mesh cookie linking fixes (was giving remote port to servers and not local port)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@618 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-4/+7
* SQUIT and routing of messages fixes during periods of downtime•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@617 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-1/+1
* SQUIT stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@615 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-1/+1
* Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@614 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-0/+26
* Added some netsplit handling stuff (untested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@613 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-0/+52
* Added ability to update routing table on the fly if a connection is lost•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@612 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-4/+3
* Added routing table transfer between mesh nodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-1/+65
* Added various routing tokens (such as 'R' redirect message)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@610 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-161-5/+17
* /MAP and /LINKS added back (do not use - needs testing)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@609 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-25/+37
* Mesh linking just about completed - needs testing!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@608 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+1
* Name resolution fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-3/+16
* Mesh tweaks (wasnt sending the ip in the + packet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@605 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+2
* Mesh authcookie fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@604 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-0/+19
* Mesh fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+5
* More fucking typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@602 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+1
* Typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@601 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+1
* Various mesh maintainance fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@600 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-4/+5
* Mesh propogation fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@599 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-3/+5
* Typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@598 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+1
* Attempted fixes of weird server tokens turning up in data stream•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@597 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-0/+8
* Merge fixes?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@596 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-1/+1
* Mesh callback fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@595 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-2/+2
* Mesh linking stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@594 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-6/+64
* Fixes for nonblocking socket issues•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@593 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-4/+5
* Tons of linking tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@592 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-151-303/+152
* Netmerge fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@591 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-1/+1
* Authentication and netjoin fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@590 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-2/+2
* more authentication stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@588 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-5/+1
* Authentication stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@587 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-5/+5
* Auth fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@586 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-0/+4
* Authentication stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@585 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-2/+2
* Authentication fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@584 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-1/+3
* fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@583 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-1/+1
* Fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@582 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-141-6/+12