Age | Commit message (Collapse) | Author |
|
|
|
|
|
Mode handlers can be referenced using mode/<modename>
|
|
New dynamic references are now resolved at construction and all of them are re-resolved when a relevant service is added or removed; resolution is no longer done in operator->
dynamic_reference_nocheck is a variant of dynamic_reference that does not check for value being null in operator-> / operator*
dynamic_reference still throws an exception when used in this case
Both kinds of dynamic references support .check(): an exception is thrown if this is called when value is null
|
|
|
|
|
|
|
|
|
|
Merge inspircd_{config,version}.h into a single header file.
|
|
|
|
|
|
|
|
|
|
local users to UserManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Purge the deprecated hash_map from existance.
|
|
- idle_lastmsg
- dns_done
- quitting_sendq
- exempt
- lastping
|
|
|
|
|
|
telling him the target is already on it
|
|
strings as arguments instead of C strings
|
|
|
|
- ConfigReader
- FloodQuitUserHandler
- IsValidModuleCommand
- CallCommandHandler
- DoCleanup from u_listmode.h
|
|
|
|
|
|
- Conditions in m_httpd_stats which can never be true.
- Commented out code in m_sqloper.
- Unused macro in inspircd.h.
|
|
56cae0f3a484cbcb20569b68917f1810a0c2f4a4
|
|
|
|
Channel::JoinUser() to std::string from char*
|
|
|
|
Issue #417
|
|
Issue #399
|
|
|
|
|
|
|
|
the same server
|
|
|
|
Fixes #439 reported by @rhylan
|
|
See 1813369adecc1efc9812e90c40c21dc32e4965c9 for details
|
|
being detected
|
|
|
|
Added support for SASL EXTERNAL
|
|
|
|
|