Age | Commit message (Collapse) | Author |
|
|
|
This is a partial revert of fca78ca823e147665687d6cb0a6fe9a4694ba61b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gui_chat_printf_y_date_tags (closes #1883)
|
|
|
|
|
|
|
|
|
|
|
|
When the input buffer contains non word characters at the end, /input
move_next_word will stop moving at the end of the last word. This is
a bit confusing and not in line with what readline does (think bash).
When there are no words left in the input buffer, make /input
move_next_word go to the end of line.
Signed-off-by: Robin Jarry <robin@jarry.cc>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update messages and documentation translations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|