summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar
2016-04-04Rename PURE_STATIC to INSPIRCD_STATIC.Peter Powell
2016-03-30Remove unused ProtocolInterface::SendTopic()Attila Molnar
2016-03-30Remove ProtocolInterface::PushToClient()Attila Molnar
2016-03-30Remove User::SendText() and overrides completelyAttila Molnar
2016-03-29Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...Attila Molnar
2016-03-22Remove now unused overload of User::SendText()Attila Molnar
2016-03-22Merge branches 'master+check' and 'master+namedmodes'Attila Molnar
2016-03-22Add Numeric::ParamBuilderAttila Molnar
2016-03-19m_check Refactor, move to the new RPL_CHECK numericAttila Molnar
2016-03-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-03-05Add Channel::WriteNotice()Attila Molnar
2016-03-01Add User::WriteRemoteNotice()Attila Molnar
2016-02-26Add RPL_WHOREPLY to the list of numericsAttila Molnar
2016-02-26Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Attila Molnar
2016-02-26Return ModResult from the OnSendWhoLine hookAttila Molnar
2016-02-25Fix oversight in the last Stats::Context:AddRow() methodAttila Molnar
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Make source server settable in Numeric::NumericAttila Molnar
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-25Add Numeric::NumericAttila Molnar
2016-02-25Add no-op ConvToStr(const std::string&)Attila Molnar
2016-02-25Move implementation of ConvTo*() and related functions into convto.hAttila Molnar
2016-02-25Include stdint.h from inspircd.hAttila Molnar
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2015-12-30Add Numeric::BuilderAttila Molnar
2015-12-28Return true from Channel::PartUser() if the user was on the channelAttila Molnar
2015-12-28Fix some whitespace issuesAttila Molnar
2015-12-08Strip all control codes except \001 in InspIRCd::StripColor()Attila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2015-12-05m_ircv3 Make WriteNeighborsWithCap() available for use in other modulesAttila Molnar
2015-12-05m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...Attila Molnar
2015-12-05m_cap Specialize extension itemAttila Molnar
2015-12-05m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...Attila Molnar
2015-12-05m_cap Provide the OnCapAddDel() eventAttila Molnar
2015-12-05m_cap Add Capability::GetCapValue(), list capabilities with valuesAttila Molnar
2015-12-05m_cap Learn the supported capability negotiation protocol of a client from CA...Attila Molnar
2015-12-05m_cap Add Capability::OnList() hookAttila Molnar
2015-12-05m_cap Add Capability::OnRequest() hookAttila Molnar
2015-12-05Add rewritten m_cap moduleAttila Molnar
2015-12-05Nuke m_capAttila Molnar
2015-12-02Merge branch 'master+serviceinit'Attila Molnar
2015-12-01Merge branch 'master+reloadmod'Attila Molnar
2015-11-26core_reloadmodule Allow modules to handle reload failures of other modsAttila Molnar
2015-11-26core_reloadmodule Allow modules to save and restore their own data when reloa...Attila Molnar
2015-11-26Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORKAttila Molnar