summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-02-03More fixes (#3)brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03Added remote routing notices for RCONNECTbrain
2006-02-03Added RCONNECTbrain
2006-02-03Added <options:hideulines>brain
2006-02-03Changed hops from 1 to 0 (makes more sense)brain
2006-02-03Added <options:flatlinks>brain
2006-02-02Added debug loggingbrain
2006-02-02When socket fails to construct, we now check the GetState() of the socket obj...brain
2006-02-01Tidied up a kill messagebrain
2006-02-01Clean up ghosts on nick collisionbrain
2006-02-01*TEST* nick collision code for NICK change in server linkbrain
2006-01-31Key hiding when youre not on the channelbrain
2006-01-30Unneccesary spacebrain
2006-01-30Added new event into m_spanningtree, event id send_metadata, which allows arb...brain
2006-01-30Remainder of TYPE_OTHER metadatabrain
2006-01-30See last commitbrain
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