Age | Commit message (Collapse) | Author |
|
|
|
Use them instead of the raw numbers
|
|
|
|
numerics to it
|
|
|
|
as method parameters
|
|
parameters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue #1100 reported by @uecasm
|
|
|
|
|
|
|
|
Cap::Reference
|
|
|
|
Cap::Manager::NotifyValueChange()
|
|
|
|
|
|
CAP LS
Let modules implementing caps query this information
|
|
|
|
|
|
- Caps are now managed by m_cap
- Each cap uses one bit in an extension item shared with other caps
|
|
|
|
|
|
|
|
|
|
reloading another mod
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|