summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-02-07Avoiding assignment of std::strings unless neccessary to speed up burstsbrain
2006-02-07Faster ADDLINE codebrain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-07Removed a strlen()brain
2006-02-07Slightly more efficient write buffersbrain
2006-02-07Trivial spacing to make it identicalbrain
2006-02-07Fix signedness warningbrain
2006-02-07Added max and current local/global usercounts to /lusers same way as most oth...brain
2006-02-07Typo fixbrain
2006-02-06Fixed /LINKS to show flat even in tricky mIRC.brain
2006-02-05Fix to allow empty but defined away message (yes, really)brain
2006-02-05Fixed another issuebrain
2006-02-05Bad brain, bad badbrain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
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