Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
different case is found (issue #1877)
|
|
commands
|
|
|
|
|
|
|
|
|
|
hook_command_run
|
|
|
|
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1875)
|
|
#1875)
|
|
gui_key_get_expanded_name (issue #1875)
|
|
freed (issue #1875)
This frees some allocated memory if size_alloc was greater than size in the
dynamic string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matters (issue #1872)
|
|
|
|
(issue #1872)
|
|
|
|
sensitive (issue #1872)
|
|
|
|
|
|
Except the IRC command name filter (`m:xxx`).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|