Age | Commit message (Collapse) | Author |
|
#1558)
|
|
|
|
|
|
|
|
#1820)
|
|
trigger.color.trigger_disabled (issue #1820)
These options are used instead:
- weechat.color.chat_status_disabled
- weechat.color.chat_status_enabled
|
|
weechat.color.chat_status_enabled (issue #1820)
|
|
|
|
|
|
their default values to use it
|
|
|
|
|
|
|
|
|
|
|
|
except if buffer has no lines
|
|
to v2
|
|
|
|
|
|
|
|
lower case
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
different case is found (issue #1877)
|
|
|
|
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
|
|
|
|
|
|
|
|
Changed:
- "N voices" to "N voiced"
- "N normals" to "N regular"
|
|
|
|
Actions moved:
* `/input switch_active_buffer` -> `/buffer switch`
* `/input switch_active_buffer_previous` -> `/buffer switch -previous`
* `/input zoom_merged_buffer` -> `/buffer zoom`
|
|
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
|
|
|
|
|
|
Actions moved to command `/hotlist`:
* `/input hotlist_clear` -> `/hotlist clear`
* `/input hotlist_remove_buffer` -> `/hotlist remove`
* `/input hotlist_restore_buffer` -> `/hotlist restore`
* `/input hotlist_restore_all` -> `/hotlist restore -all`
|