Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This could be a temporary string so copy it instead of risking a
crash and/or dumping the contents of memory into messages.
This fixes a crash introduced last week.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This extension provides a framework for other extensions to send
standard replies to clients as an alternative to numerics.
|
|
|
|
|
|
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.
The ServerEventListener class still exists for compatibility
|
|
This is essentially identical to the one for the start event.
|
|
|
|
|
|
|
|
|
|
MaxMind have EOL'd the library that the geoip module uses and have
replaced it with libmaxminddb.
The geoip module has been split into geo_maxmind which provides
geolocation data, geoban which provides location-based channel
bans, and geoclass which is used to filter a user into a connect
class based on location.
|
|
|
|
|
|
Replaces the dirty logic in m_hideoper and m_namesx
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1558.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #331.
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
OnSetAway has been replaced with four events. OnUserPreAway and
OnUserPreBack can be used to deny an away state change and/or
change the away message of a local user. OnUserAway and OnUserBack
allow modules to be notified that a user's away state has changed.
|