]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/protocolinterface.cpp
Clean up the protocol interface
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / protocolinterface.cpp
2013-08-25 attilamolnarClean up the protocol interface
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to FTOPIC
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to channel METADATA
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-08 attilamolnarm_spanningtree Specify the uuid of the remote user...
2012-08-08 attilamolnarm_spanningtree Handle ? wildcard as well when processin...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-04-18 danieldgDon't send out UID for users that are quitting, because...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2008-10-25 w00tAs we have an enum for type, why not ..use it?
2008-10-25 w00tNote where to find the docs.
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-07-18 w00tSet parent to empty if there is no parent, pippijn...
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-08 brainAdd call to protocol interface to get useful info on...
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-05 brainRemove debug, thanks for reminding me danieldg
2008-04-05 brainFix crash in MODE when sent for a user, with only one...
2008-04-04 brainWhoops, thanks w00t
2008-04-04 brainMake it buildable
2008-04-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-04-04 brainThe rest of the server protocol interface and fix a...
2008-04-04 brainAdd basic stuff for protocol interface and implement...