summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4542 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-3/+6
* Prevent notice loop on NOTICE $*•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4540 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-10/+16
* Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4538 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-2/+18
* Fix NOTICE $* to go between servers•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4535 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-2/+10
* Removal of all gcc2 checks (there sure was a lot of craq in here)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-151-8/+0
* Different way of dealing with netsplits, seems we're getting duff data in the...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-141-86/+15
* Fix the only mangled comment thats important, the tree diagram in here ;)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4250 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-7/+7
* FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/ /\t/g"•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-12/+12
* Whack a space indent•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-1/+1
* Backport of send_mode system from trunk - for preliminary info on this search...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4245 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-0/+7
* *** Interesting fix ***•••When a remote kill occurs, the user record for the remotely killed user may still hang around in the servers user list which is used when removing users during a netsplit. I managed to duplicate the old 'crash on netsplit' bug by sending a remote kill to a server, and then squitting that server without receipt of the corresponding QUIT. The fix now removes the user record explicitly upon remote kill (this also includes collisions) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-301-0/+16
* Allow hosts in <bind> and <link> -- see FIXME for minor issue to be fixed in ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4077 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-281-0/+12
* We can re-enable special's security fix now - note this is good for boxes wit...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-271-4/+1
* Temporarily revert special's security improvement until we have bind= and mask=•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4062 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-271-1/+4
* Extra safety for user lists to not keep bad pointers hanging about•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-251-0/+1
* Fix for potential oper flood - connections on server ports from IPs that don'...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-06-221-0/+20
* Fix to send KILL message through to a user when theyre remote killed•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4026 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-171-0/+1
* A commit never went through here because...there were other changes? :/•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4024 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-171-1/+4
* undo w00t's screwage•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4020 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-06-171-2/+0
* m_check now does IP addresses, hosts are next.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4019 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-06-171-0/+2
* Collision safety just in case the clocks are out•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3990 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-051-1/+1
* Prevent crash when displaying error for server already existing (this only ha...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3979 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-311-2/+2
* Removed unused variable 'xxx' - the pr0n value•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3971 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-241-1/+1
* Fix to make this work right!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3969 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-241-0/+2
* ITS FIXED! (i hope)•••THE CRASH ON NETSPLIT BUG SHOULD NOW BE HISTORY! git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-241-2/+34
* Fixes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3954 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-1/+0
* Inverted caps?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-1/+1
* Debugging•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3952 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-15/+18
* Removal of map counts temporarily•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3951 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-7/+7
* Grrr.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3950 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-2/+2
* More hotfix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3949 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-1/+1
* Hotfix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3948 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-9/+10
* More test fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3947 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-0/+1
* Test fix for crash in OnUserConnect•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-111-3/+6
* Fix for crash on: /OS RAW PUSH non-existent-nick :::nick!ident@host KICK #cha...•••(yes, REALLY.) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3943 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-101-0/+3
* More verbose output on connection refused•••backport of previous fix git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3836 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-041-0/+4
* Remove irritating compile warning on m_spanningtree that I forgot to backport...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3814 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-04-041-2/+1
* Backport of stability fix for 'connection refused' on autoconnect/connect•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3794 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-011-4/+4
* Backport to 1.0 stable tree•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3780 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-271-6/+2
* Removal of DoOneIteration stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3758 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-51/+5
* All software threading stuff *disabled*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3757 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-15/+14
* Check for link tags with undefined ipaddr fields (for drunk admins that typo)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3735 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-191-2/+6
* Test fix for topic loop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3732 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-181-4/+3
* Case insensitive server names (Hopefully) - to be tested•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-36/+34
* Altered some stuff to make case insensitive servernames (wont compile yet!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-4/+4
* Fixes :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-6/+12
* Yet more const ref changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-27/+27
* Doh @ null chars in an sprintf!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-5/+5
* Tweaked to use the same system as nenolod's NAMES patch for FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-15/+16
* Debug counter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+1