summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Collapse)Author
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
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
2006-01-23Fixed another instance of IP being shownbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2877 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-23Fixed to not display ip where not needed (breaks hidden hubs)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2876 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-23Typo fixbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2869 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-23Patched to allow FTOPIC from users (so that chanserv can update the settime ↵brain
and the topic still come from chanserv) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2868 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-23Typo fixbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2867 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-23Optional IP-Hiding for serversbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2864 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote ↵brain
servers werent picking up the changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2839 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-22Put some stuff back that was NEEDED.brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2838 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-22Removed need for server kicks to be managed in herebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2837 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-22Fixes to server kick (i hope)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2835 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2830 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-17Added support for part messages in the module API (and therefore between ↵brain
servers too) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-15Made InspSocket::Read return an empty but non-NULL string when it receives ↵brain
EAGAIN (this method didnt know how to cope with EAGAIN before, may be causing random splits?) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2792 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-14Fixed 'stops responding after server pingout, while using select' but as ↵brain
found by merwin -- this needs testing in epoll git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2788 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-14Added RemoveSocket as a test fix for merwins bugbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-13Added extra safety check for a condition that should NOT happen (in theory, ↵brain
but still) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2785 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-12Changed channel user lists from vector to mapbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-10Fixed methods being used for wrong object typebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2768 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-10Fixed to not bother pinging an active serverbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2767 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-10Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of ↵brain
overkill) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2766 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-10Added anti-newbie warning, if attempt is made to use old-style linking ↵brain
protocol with m_spanningtree, error "Cannot use the old-style mesh linking protocol with m_spanningtree.so!" is given. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2765 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09Added Priority method to move this module to end of queuebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2759 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09Added 'a' flag to STATS c which indicates autoconnect statebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2755 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09Changed %s to %c for statscharbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2750 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2749 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09Added 005 stuff after VERSIONbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-09Sync fixes for m_park et albrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-08Aligned % fields in mapbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-08Changed printf specifiers in map to right-align digitsbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2737 e03df62e-2008-0410-955e-edbf42e46eb7
2006-01-08Added User Counts to /mapfrostycoolslug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-31Added specific errors relating to invalid link tags (requested by Strike)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2719 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-30Ommitting \r and \n from debug display of outbound linesbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2712 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-30Now uses two AES contexts, an 'in' context and an 'out' contextbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2711 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-30TEST CODE: CBC encryption type in AES rather than ECBbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2710 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-28Made 'fake direction' less loud, removed 'invalid source'brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-27Check on upper bounds of base64 decodebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-27Added checking for bad base64 decodesbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-26Converted to 'Implements' systembrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2666 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-26Fixed to new new 'Implements' arraybrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2656 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-23Attempted fix for munged ctcps during encryptionbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2651 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-22Fixed encryption being set on a connection that has only just begun!brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2636 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-22Allowed capab unencrypted in an encrypted connectionbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2635 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Fixed to include new parameterbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2602 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ↵brain
as reported by strike) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2601 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Added more verbose error output during linkbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2600 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Moved CAPABbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2599 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Added CAPAB checking to prevent some obvious n00biness that may occurbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2598 e03df62e-2008-0410-955e-edbf42e46eb7
2005-12-21Removed some redundant code that was commented outbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2591 e03df62e-2008-0410-955e-edbf42e46eb7