summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-23Fixed another instance of IP being shownbrain
2006-01-23Fixed to not display ip where not needed (breaks hidden hubs)brain
2006-01-23Typo fixbrain
2006-01-23Patched to allow FTOPIC from users (so that chanserv can update the settime a...brain
2006-01-23Typo fixbrain
2006-01-23Optional IP-Hiding for serversbrain
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...brain
2006-01-22Put some stuff back that was NEEDED.brain
2006-01-22Removed need for server kicks to be managed in herebrain
2006-01-22Fixes to server kick (i hope)brain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-15Made InspSocket::Read return an empty but non-NULL string when it receives EA...brain
2006-01-14Fixed 'stops responding after server pingout, while using select' but as foun...brain
2006-01-14Added RemoveSocket as a test fix for merwins bugbrain
2006-01-13Added extra safety check for a condition that should NOT happen (in theory, b...brain
2006-01-12Changed channel user lists from vector to mapbrain
2006-01-10Fixed methods being used for wrong object typebrain
2006-01-10Fixed to not bother pinging an active serverbrain
2006-01-10Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of over...brain
2006-01-10Added anti-newbie warning, if attempt is made to use old-style linking protoc...brain
2006-01-09Added Priority method to move this module to end of queuebrain
2006-01-09Added 'a' flag to STATS c which indicates autoconnect statebrain
2006-01-09Changed %s to %c for statscharbrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2006-01-09Added 005 stuff after VERSIONbrain
2006-01-09Sync fixes for m_park et albrain
2006-01-08Aligned % fields in mapbrain
2006-01-08Changed printf specifiers in map to right-align digitsbrain
2006-01-08Added User Counts to /mapfrostycoolslug
2005-12-31Added specific errors relating to invalid link tags (requested by Strike)brain
2005-12-30Ommitting \r and \n from debug display of outbound linesbrain
2005-12-30Now uses two AES contexts, an 'in' context and an 'out' contextbrain
2005-12-30TEST CODE: CBC encryption type in AES rather than ECBbrain
2005-12-28Made 'fake direction' less loud, removed 'invalid source'brain
2005-12-27Check on upper bounds of base64 decodebrain
2005-12-27Added checking for bad base64 decodesbrain
2005-12-26Converted to 'Implements' systembrain
2005-12-26Fixed to new new 'Implements' arraybrain
2005-12-23Attempted fix for munged ctcps during encryptionbrain
2005-12-22Fixed encryption being set on a connection that has only just begun!brain
2005-12-22Allowed capab unencrypted in an encrypted connectionbrain
2005-12-21Fixed to include new parameterbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-21Added more verbose error output during linkbrain
2005-12-21Moved CAPABbrain
2005-12-21Added CAPAB checking to prevent some obvious n00biness that may occurbrain
2005-12-21Removed some redundant code that was commented outbrain