Age | Commit message (Collapse) | Author |
|
|
|
|
|
into UserManager
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
Update another password check to use InspIRCd::TimingSafeCompare.
|
|
|
|
Fix detection of the Apple variant of Clang.
|
|
This splitting of compiler names mirrors the change implemented by
other build systems like cmake.
|
|
|
|
|
|
|
|
|
|
disallow it by default
|
|
|
|
Update m_blockcaps.cpp
|
|
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
|
|
|
|
|
|
Add support for channel alias prefixes with multiple characters.
|
|
|
|
|
|
|
|
Issue #1051
|
|
Fix modules with 2+ files not having their LinkerFlags parsed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redesign to be more like m_mysql, polling ldap_result from a thread as
done previously is undefined.
|
|
Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
|