summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Misc. fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3157 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-3/+3
* Added remote TIME (do not use yet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+43
* Fix for multi-param PUSH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3155 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+2
* Added uline check for PUSH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3154 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+8
* Added PUSH command, do not use yet until tested and documented•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3153 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+22
* Missing function call•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3144 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-1/+0
* Checks to not propogate invalid or already-existing Xlines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3143 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-7/+14
* Avoiding assignment of std::strings unless neccessary to speed up bursts•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3130 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-33/+26
* Faster ADDLINE code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3128 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-17/+11
* Experimental improved string handling in server links•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3127 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-11/+4
* Removed a strlen()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3126 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+1
* Slightly more efficient write buffers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3125 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+1
* Trivial spacing to make it identical•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3122 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-2/+2
* Fix signedness warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3121 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-3/+3
* Added max and current local/global usercounts to /lusers same way as most oth...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3120 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+11
* Typo fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3117 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+1
* Fixed /LINKS to show flat even in tricky mIRC.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3111 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-061-1/+1
* Fix to allow empty but defined away message (yes, really)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Fixed another issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3098 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-6/+12
* Bad brain, bad bad•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3097 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+1
* Propogation of away messages across network (we dont bounce the numeric back ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3095 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-051-1/+19
* More fixes (#3)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3053 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+2
* This probably wont compile atm - add support for prefixed messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3046 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-4/+15
* Added remote routing notices for RCONNECT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3039 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-0/+2
* Added RCONNECT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-0/+29
* Added <options:hideulines>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3037 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+25
* Changed hops from 1 to 0 (makes more sense)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-1/+1
* Added <options:flatlinks>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3035 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-031-2/+6
* Added debug logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3027 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-0/+1
* When socket fails to construct, we now check the GetState() of the socket obj...•••If we dont, we can end up leaking fd's and RAM on failure. We dont use exceptions here as these operations can occur very often. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3021 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-021-2/+18
* Tidied up a kill message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3011 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-1/+1
* Clean up ghosts on nick collision•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3010 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-1/+13
* *TEST* nick collision code for NICK change in server link•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3009 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-011-0/+14
* 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