aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| |
| \
*-. \ Merge branches 'master+check' and 'master+namedmodes'Gravatar Attila Molnar2016-03-221-1/+84
|\ \ \
| | * | Add Numeric::ParamBuilder•••It builds numerics where the individual components are parameters of the numeric Gravatar Attila Molnar2016-03-221-1/+67
| |/ / |/| |
| * | m_check Refactor, move to the new RPL_CHECK numericGravatar Attila Molnar2016-03-191-0/+17
|/ /
* | Fix oversights in the WriteNumeric() parameter conversionGravatar Attila Molnar2016-03-191-1/+1
* | Add Channel::WriteNotice()Gravatar Attila Molnar2016-03-051-0/+5
* | Add User::WriteRemoteNotice()•••Sends a NOTICE from the local server to the user which can be local or remote Gravatar Attila Molnar2016-03-011-0/+11
* | Add RPL_WHOREPLY to the list of numerics•••Use it instead of the raw number Gravatar Attila Molnar2016-02-261-0/+1
* | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Gravatar Attila Molnar2016-02-261-2/+2
* | Return ModResult from the OnSendWhoLine hookGravatar Attila Molnar2016-02-261-2/+3
* | Fix oversight in the last Stats::Context:AddRow() methodGravatar Attila Molnar2016-02-251-0/+1
* | Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics•••Use them instead of the raw numbers Gravatar Attila Molnar2016-02-251-1/+3
* | Introduce Stats::Context, pass it to the OnStats hook and switch all code to itGravatar Attila Molnar2016-02-255-9/+182
* | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Gravatar Attila Molnar2016-02-251-0/+51
* | Make source server settable in Numeric::NumericGravatar Attila Molnar2016-02-251-0/+15
* | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Gravatar Attila Molnar2016-02-251-12/+42
* | Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-254-22/+67
* | Add Numeric::NumericGravatar Attila Molnar2016-02-254-2/+91
* | Add no-op ConvToStr(const std::string&)Gravatar Attila Molnar2016-02-251-0/+5
* | Move implementation of ConvTo*() and related functions into convto.hGravatar Attila Molnar2016-02-252-82/+106
* | Include stdint.h from inspircd.hGravatar Attila Molnar2016-02-252-2/+1
* | Fix build errors on CentOS 6 and OpenBSD.Gravatar Peter Powell2016-02-201-1/+1
* | Add Numeric::BuilderGravatar Attila Molnar2015-12-302-0/+120
* | Return true from Channel::PartUser() if the user was on the channelGravatar Attila Molnar2015-12-281-1/+2
* | Fix some whitespace issuesGravatar Attila Molnar2015-12-284-43/+43
* | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm Gravatar Attila Molnar2015-12-081-1/+1
* | Add minimum channel rank and exception list parameters to the OnUserInvite hookGravatar Attila Molnar2015-12-061-1/+3
* | Remove <options:ircumsgprefix> entirelyGravatar Attila Molnar2015-12-061-5/+0
* | m_ircv3 Make WriteNeighborsWithCap() available for use in other modulesGravatar Attila Molnar2015-12-051-0/+45
* | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...Gravatar Attila Molnar2015-12-051-0/+28
* | m_cap Specialize extension itemGravatar Attila Molnar2015-12-051-1/+8
* | m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...Gravatar Attila Molnar2015-12-051-0/+20
* | m_cap Provide the OnCapAddDel() eventGravatar Attila Molnar2015-12-051-0/+15
* | m_cap Add Capability::GetCapValue(), list capabilities with valuesGravatar Attila Molnar2015-12-051-0/+10
* | m_cap Learn the supported capability negotiation protocol of a client from CA...•••Let modules implementing caps query this information Gravatar Attila Molnar2015-12-051-1/+24
* | m_cap Add Capability::OnList() hookGravatar Attila Molnar2015-12-051-0/+10
* | m_cap Add Capability::OnRequest() hookGravatar Attila Molnar2015-12-051-0/+12
* | Add rewritten m_cap module•••- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps Gravatar Attila Molnar2015-12-051-0/+191
* | Nuke m_capGravatar Attila Molnar2015-12-051-99/+0
* | Merge branch 'master+serviceinit'Gravatar Attila Molnar2015-12-025-1/+31
|\ \
| * | Add SERVICE_CUSTOM for services managed by a moduleGravatar Attila Molnar2015-11-231-1/+3
| * | Implement ExtensionItem::RegisterService()Gravatar Attila Molnar2015-11-231-0/+4
| * | Implement ModeHandler::RegisterService()Gravatar Attila Molnar2015-11-231-0/+5
| * | Implement Command::RegisterService()Gravatar Attila Molnar2015-11-231-0/+4
| * | Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()Gravatar Attila Molnar2015-11-231-0/+4
| * | Extract code that manipulates the ModuleManager::DataProviders map into methodsGravatar Attila Molnar2015-11-231-0/+11
* | | Merge branch 'master+reloadmod'Gravatar Attila Molnar2015-12-013-10/+99
|\ \ \
| * | | core_reloadmodule Allow modules to handle reload failures of other modsGravatar Attila Molnar2015-11-261-1/+1
| * | | core_reloadmodule Allow modules to save and restore their own data when reloa...Gravatar Attila Molnar2015-11-261-0/+80
| * | | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORKGravatar Attila Molnar2015-11-261-0/+2
| * | | Add ExtensionManager::GetExts()Gravatar Attila Molnar2015-11-261-0/+5