]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/protocolinterface.cpp
Include explicit parameter list in ProtocolInterface::SendMode
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / protocolinterface.cpp
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...