summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-04-06Fix this up to convert deque to const char* const for w00tbrain
2008-04-06Remote /MAP: caution, this doesn't compilew00t
2008-04-06Revert not-required haxbrain
2008-04-06For some reason there was a FinishBurst in the encap command, which was sendi...brain
2008-04-06Mark ping answered when we get a two form replyw00t
2008-04-06Make ping warnings and lag check global across all servers on a network. This...w00t
2008-04-05Error message tweakingw00t
2008-04-05Remove debug, fix DELLINE: args were the wrong way aroundw00t
2008-04-05debugw00t
2008-04-05Same herebrain
2008-04-05Fix showing of sid/uid instead of nick or servername when lines are addedbrain
2008-04-05Resolve collisions once, don't rely on every server being able to fix our col...w00t
2008-04-05Fix multiple burst notifications in a better way (force EOB was quite often h...w00t
2008-04-05Fix IDLE sending a nick rather than a uid. Atheme should probably put a check...brain
2008-04-05Only finish bursting once, thanks AnMasterbrain
2008-04-05Remove debug, thanks for reminding me danieldgbrain
2008-04-05Tweaks to make some errors show server name and not server IDbrain
2008-04-05Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow...w00t
2008-04-05Fix crash in MODE when sent for a user, with only one parameter (which is wro...brain
2008-04-04Fix broken fjoin, looks like we forgot something when porting to new format :pbrain
2008-04-04See this brainw00t
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Fix lost messages, thanks w00t and peaveybrain
2008-04-04Whoops, thanks w00tbrain
2008-04-04Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.brain
2008-04-04Make it buildablebrain
2008-04-04Whoops, this would be bad if not fixed :pbrain
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Support for remote NOTICE/PRIVMSG with server origin and user targetbrain
2008-04-04Add safety check for nonexistent server in receiving server origin privmsg (s...brain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-04-04Now rip out the old handler, and replace with an error log linebrain
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-04The rest of the server protocol interface and fix a warning in m_rlinebrain
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Special check in here now that forbids all use of MODE in s2s for changing ch...brain
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-03-31Patch by brain; Fix crash when no parameters are given when introducing a rem...special
2008-03-30Make sure CAPAB always comes before SERVER on either side of the link at all ...brain
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Whack format warning, do these differ between gcc versions or something?!brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight