]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/protocol.h
Fix a bunch of really obvious unnecessary includes.
[user/henk/code/inspircd.git] / include / protocol.h
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-17 Peter PowellDeprecate Send{Channel,User}Notice; use SendMessage...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-11 genius3000Change ServerInfo::gecos to description
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-03-30 Attila MolnarRemove unused ProtocolInterface::SendTopic()
2016-03-30 Attila MolnarRemove ProtocolInterface::PushToClient()
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-26 Attila MolnarProtocolInterface::SendEncapsulatedData() changes
2014-01-21 Attila MolnarMerge insp20
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-13 attilamolnarSplit ProtocolInterface::SendMetaData() into multiple...
2013-09-08 attilamolnarHide all symbols that aren't exported explicitly
2013-08-30 attilamolnarMerge insp20
2013-08-25 attilamolnarClean up the protocol interface
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-18 danieldgRemove more classbase
2009-10-11 peaveyLess CoreExport.. Too much of a good thing..
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tAs we have an enum for type, why not ..use it?
2008-10-25 w00tLast of documentation for protocol interface. XXX,...
2008-10-25 w00tDocument SendMode.
2008-10-25 w00tDocument SendTopic.
2008-10-25 w00tDocument SendMetaData.
2008-10-25 w00tDocument ENCAP.
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-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainChange the function name because gcc is dumb :/
2008-04-04 brainA convenience function for ProtocolInterface::SendMode...
2008-04-04 brainThe rest of the server protocol interface and fix a...
2008-04-04 brainAdd basic stuff for protocol interface and implement...