summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Key hiding when youre not on the channel•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2998 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-311-1/+1
* Unneccesary space•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2992 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-1/+1
* Added new event into m_spanningtree, event id send_metadata, which allows arb...•••see line 529 of m_ssl_gnutls for an example of how to use it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2990 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-1/+13
* Remainder of TYPE_OTHER metadata•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2983 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-1/+1
* See last commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2982 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-3/+12
* Improved IP handling. Now uses in_addr to store client ip, not char[16]!•••Added global and local session limits All of this needs TESTING. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2934 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-271-4/+4
* Fixed another instance of IP being shown•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2877 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-1/+2
* Fixed to not display ip where not needed (breaks hidden hubs)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2876 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-1/+1
* Typo fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2869 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-3/+1
* Patched to allow FTOPIC from users (so that chanserv can update the settime a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2868 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-2/+16
* Typo fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2867 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-1/+1
* Optional IP-Hiding for servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2864 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-3/+5
* Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2839 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-30/+1
* Put some stuff back that was NEEDED.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2838 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-2/+30
* Removed need for server kicks to be managed in here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2837 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-30/+2
* Fixes to server kick (i hope)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2835 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-1/+13
* Added facility for servers to send KICK message (ew, i hate this crap)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2830 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-221-1/+18
* Added support for part messages in the module API (and therefore between serv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-171-1/+3
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+1
* Made InspSocket::Read return an empty but non-NULL string when it receives EA...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2792 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+5
* Fixed 'stops responding after server pingout, while using select' but as foun...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2788 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-2/+0
* Added RemoveSocket as a test fix for merwins bug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-141-18/+21
* Added extra safety check for a condition that should NOT happen (in theory, b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2785 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-131-44/+49
* Changed channel user lists from vector to map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-121-7/+6
* Fixed methods being used for wrong object type•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2768 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-7/+7
* Fixed to not bother pinging an active server•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2767 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-0/+8
* Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of over...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2766 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-2/+2
* Added anti-newbie warning, if attempt is made to use old-style linking protoc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2765 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-101-0/+10
* Added Priority method to move this module to end of queue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-0/+12
* Added 'a' flag to STATS c which indicates autoconnect state•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2755 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-1/+1
* Changed %s to %c for statschar•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-2/+2
* *TEST* Oper-Only-Stats (not yet tested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2749 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-9/+5
* Added 005 stuff after VERSION•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-0/+19
* Sync fixes for m_park et al•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-091-2/+2
* Aligned % fields in map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-081-1/+1
* Changed printf specifiers in map to right-align digits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2737 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-081-3/+7
* Added User Counts to /map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2006-01-081-1/+52
* Added specific errors relating to invalid link tags (requested by Strike)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2719 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-311-1/+16
* Ommitting \r and \n from debug display of outbound lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-1/+2
* Now uses two AES contexts, an 'in' context and an 'out' context•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2711 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-15/+24
* TEST CODE: CBC encryption type in AES rather than ECB•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2710 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-301-2/+2
* Made 'fake direction' less loud, removed 'invalid source'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-281-8/+1
* Check on upper bounds of base64 decode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-271-1/+1
* Added checking for bad base64 decodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-271-8/+9
* Converted to 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2666 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-0/+11
* Fixed to new new 'Implements' array•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2656 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-6/+8
* Attempted fix for munged ctcps during encryption•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-231-0/+2
* Fixed encryption being set on a connection that has only just begun!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2636 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-221-0/+9
* Allowed capab unencrypted in an encrypted connection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-221-6/+9
* Fixed to include new parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2602 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-211-1/+1