Age | Commit message (Expand) | Author |
2021-03-05 | Fix a bunch of really obvious unnecessary includes. | Sadie Powell |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-11-17 | Deprecate Send{Channel,User}Notice; use SendMessage instead. | Peter Powell |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-04-11 | Change ServerInfo::gecos to description | genius3000 |
2016-03-30 | Remove unused ProtocolInterface::SendTopic() | Attila Molnar |
2016-03-30 | Remove ProtocolInterface::PushToClient() | Attila Molnar |
2014-09-03 | Remove ProtocolInterface::SendMode() | Attila Molnar |
2014-01-26 | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | Attila Molnar |
2014-01-26 | ProtocolInterface::SendEncapsulatedData() changes | Attila Molnar |
2014-01-04 | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | Attila Molnar |
2013-09-13 | Pass an interface to the OnSync hooks | attilamolnar |
2013-09-13 | Split ProtocolInterface::SendMetaData() into multiple functions | attilamolnar |
2013-09-08 | Hide all symbols that aren't exported explicitly | attilamolnar |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-11 | Less CoreExport.. Too much of a good thing.. | peavey |
2009-10-11 | More CoreExport, brought the errors down, but some still persist. | peavey |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-25 | As we have an enum for type, why not ..use it? | w00t |
2008-10-25 | Last of documentation for protocol interface. XXX, ProtocolInterface::GetServ... | w00t |
2008-10-25 | Document SendMode. | w00t |
2008-10-25 | Document SendTopic. | w00t |
2008-10-25 | Document SendMetaData. | w00t |
2008-10-25 | Document ENCAP. | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-04-17 | Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a... | w00t |
2008-04-04 | Remote server PRIVMSG/NOTICE to nickname support | brain |
2008-04-04 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |
2008-04-04 | Change the function name because gcc is dumb :/ | brain |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |