| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 5 | -9/+182 | ||
| * | | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer... | 2016-02-25 | 1 | -0/+51 | ||
| * | | Make source server settable in Numeric::Numeric | 2016-02-25 | 1 | -0/+15 | ||
| * | | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 1 | -12/+42 | ||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 4 | -22/+67 | ||
| * | | Add Numeric::Numeric | 2016-02-25 | 4 | -2/+91 | ||
| * | | Add no-op ConvToStr(const std::string&) | 2016-02-25 | 1 | -0/+5 | ||
| * | | Move implementation of ConvTo*() and related functions into convto.h | 2016-02-25 | 2 | -82/+106 | ||
| * | | Include stdint.h from inspircd.h | 2016-02-25 | 2 | -2/+1 | ||
| * | | Fix build errors on CentOS 6 and OpenBSD. | 2016-02-20 | 1 | -1/+1 | ||
| * | | Add Numeric::Builder | 2015-12-30 | 2 | -0/+120 | ||
| * | | Return true from Channel::PartUser() if the user was on the channel | 2015-12-28 | 1 | -1/+2 | ||
| * | | Fix some whitespace issues | 2015-12-28 | 4 | -43/+43 | ||
| * | | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm | 2015-12-08 | 1 | -1/+1 | ||
| * | | Add minimum channel rank and exception list parameters to the OnUserInvite hook | 2015-12-06 | 1 | -1/+3 | ||
| * | | Remove <options:ircumsgprefix> entirely | 2015-12-06 | 1 | -5/+0 | ||
| * | | m_ircv3 Make WriteNeighborsWithCap() available for use in other modules | 2015-12-05 | 1 | -0/+45 | ||
| * | | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re... | 2015-12-05 | 1 | -0/+28 | ||
| * | | m_cap Specialize extension item | 2015-12-05 | 1 | -1/+8 | ||
| * | | m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha... | 2015-12-05 | 1 | -0/+20 | ||
| * | | m_cap Provide the OnCapAddDel() event | 2015-12-05 | 1 | -0/+15 | ||
| * | | m_cap Add Capability::GetCapValue(), list capabilities with values | 2015-12-05 | 1 | -0/+10 | ||
| * | | m_cap Learn the supported capability negotiation protocol of a client from CA...•••Let modules implementing caps query this information | 2015-12-05 | 1 | -1/+24 | ||
| * | | m_cap Add Capability::OnList() hook | 2015-12-05 | 1 | -0/+10 | ||
| * | | m_cap Add Capability::OnRequest() hook | 2015-12-05 | 1 | -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 | 2015-12-05 | 1 | -0/+191 | ||
| * | | Nuke m_cap | 2015-12-05 | 1 | -99/+0 | ||
| * | | Merge branch 'master+serviceinit' | 2015-12-02 | 5 | -1/+31 | ||
| |\ \ | ||||||
| | * | | Add SERVICE_CUSTOM for services managed by a module | 2015-11-23 | 1 | -1/+3 | ||
| | * | | Implement ExtensionItem::RegisterService() | 2015-11-23 | 1 | -0/+4 | ||
| | * | | Implement ModeHandler::RegisterService() | 2015-11-23 | 1 | -0/+5 | ||
| | * | | Implement Command::RegisterService() | 2015-11-23 | 1 | -0/+4 | ||
| | * | | Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService() | 2015-11-23 | 1 | -0/+4 | ||
| | * | | Extract code that manipulates the ModuleManager::DataProviders map into methods | 2015-11-23 | 1 | -0/+11 | ||
| * | | | Merge branch 'master+reloadmod' | 2015-12-01 | 3 | -10/+99 | ||
| |\ \ \ | ||||||
| | * | | | core_reloadmodule Allow modules to handle reload failures of other mods | 2015-11-26 | 1 | -1/+1 | ||
| | * | | | core_reloadmodule Allow modules to save and restore their own data when reloa... | 2015-11-26 | 1 | -0/+80 | ||
| | * | | | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK | 2015-11-26 | 1 | -0/+2 | ||
| | * | | | Add ExtensionManager::GetExts() | 2015-11-26 | 1 | -0/+5 | ||
| | * | | | Add typedef ExtensionManager::ExtMap | 2015-11-26 | 1 | -1/+5 | ||
| | * | | | Handle module reloading in core_reloadmodule entirely | 2015-11-26 | 1 | -9/+7 | ||
| | |/ / | ||||||
| * / / | core_whowas Add WhoWas::Manager::PurgeNick() | 2015-11-23 | 1 | -0/+10 | ||
| |/ / | ||||||
| * | | Remove UserManager::GarbageCollect() | 2015-11-03 | 1 | -5/+0 | ||
| * | | Move already sent id rollover handling and static LocalUser::already_sent_id ... | 2015-11-03 | 2 | -1/+5 | ||
| * | | Add UserManager::NextAlreadySentId() and convert all code to use it | 2015-11-03 | 1 | -0/+5 | ||
| * | | core_channel Implement invite (un)serialization | 2015-11-02 | 1 | -0/+7 | ||
| * | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one | 2015-11-02 | 5 | -107/+123 | ||
| * | | Move ServerConfig::InvBypassModes into core_channel | 2015-11-02 | 1 | -4/+0 | ||
| * | | Fail invalid dns responses instead of drop | 2015-07-06 | 1 | -0/+1 | ||
| * | | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core | 2015-06-06 | 1 | -0/+25 | ||
