Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Cap::Reference
|
|
|
|
|
|
|
|
|
|
Cap::Manager::NotifyValueChange()
|
|
|
|
|
|
|
|
CAP LS
Let modules implementing caps query this information
|
|
|
|
OnRequest()
|
|
|
|
- Caps are now managed by m_cap
- Each cap uses one bit in an extension item shared with other caps
|
|
|
|
|
|
|
|
Skip sending the numeric and firing the OnAccountChange event
|
|
|
|
preferences by default
|
|
configured to do so or when using the default
|
|
|
|
Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params.
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
disallow it by default
|
|
logic when checking caps percentage
|
|
m_repeat: fix typo (similiar->similar)
|
|
|
|
Also update docs/ accordingly
|
|
copies done by sendq flattening
|
|
Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
|
|
|
|
Let OnStreamSocketWrite see the entire sendq instead of one element at a time
|
|
|
|
|
|
|
|
Issue #1051
|