summaryrefslogtreecommitdiff
path: root/include/protocol.h
AgeCommit message (Expand)Author
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-10-18Remove more classbasedanieldg
2009-10-11Less CoreExport.. Too much of a good thing..peavey
2009-10-11More CoreExport, brought the errors down, but some still persist.peavey
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-01-02Update copyrights for 2009.w00t
2008-10-25As we have an enum for type, why not ..use it?w00t
2008-10-25Last of documentation for protocol interface. XXX, ProtocolInterface::GetServ...w00t
2008-10-25Document SendMode.w00t
2008-10-25Document SendTopic.w00t
2008-10-25Document SendMetaData.w00t
2008-10-25Document ENCAP.w00t
2008-07-12Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...w00t
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-08Add call to protocol interface to get useful info on the server map. Return a...brain
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04Change the function name because gcc is dumb :/brain
2008-04-04A convenience function for ProtocolInterface::SendMode that just takes a stri...brain
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