Age | Commit message (Collapse) | Author |
|
|
|
the module
|
|
|
|
The function was never called
|
|
|
|
The IP field was only used in RemoveHit(), RemoveHit() was only called from GetHit()
|
|
|
|
BanCacheHit constructor is enough
|
|
|
|
they've accepted our credentials, not when they send SERVER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add constructors to ListItem, ListLimit
- Rename fields in ListItem
- Store time as time_t instead of string
- Store limits in a vector instead of a list
- Don't deallocate the list when it becomes empty
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Default to the XML config format.
|
|
|
|
Improve the config deprecation system.
|
|
|
|
|
|
Merge inspircd_{config,version}.h into a single header file.
|
|
|
|
|
|
|
|
[2.2] Fixed grammar issue
|
|
|
|
local users to UserManager
|
|
|
|
|
|
|
|
|
|
Fix a small typo in genssl.
|
|
|
|
m_geoip: Fix compilation
|
|
|
|
Extract SSL generation to a tool which can be shipped by distros.
|
|
|
|
|
|
|
|
Purge the deprecated hash_map from existance.
|
|
- idle_lastmsg
- dns_done
- quitting_sendq
- exempt
- lastping
|