Age | Commit message (Collapse) | Author |
|
|
|
(problem with nick displayed in first line of screen) (bug #37556)
To fix this bug, a feature has been removed: the first message with a nick has
the prefix forced (to not display the value of weechat.look.prefix_same_nick on
top of screen), commit was: 04e98c3f29156a04785f86d429dda4d521fc1779
This feature may be reintroduced in a future commit.
|
|
|
|
disconnection (bug #37582)
|
|
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
|
|
This bug was introduced by commit 5931eed85da2086a26fd14b01810ba4b481348f7
|
|
shuffle list of hosts for a same address (task #11205)
|
|
correct position)
|
|
|
|
|
|
|
|
server is already disconnected
This commit fixes a problem with the script autoconnect.py: the script hooks
signal "irc_server_disconnected", and this signal was sent 2 times for each
server on /quit: one time when servers are disconnected, and one time when
servers are destroyed (because buffer is closed, and then server disconnected
again). The script forces save of irc.conf on each disconnection, so some
servers were lost in irc.conf, when some servers have already been destroyed.
|
|
|
|
|
|
|
|
|
|
|
|
decoding options)
|
|
key (bug #24131)
|
|
|
|
|
|
|
|
"gcrypt") (bug #37373)
|
|
to all plugins) (bug #37311)
|
|
|
|
|
|
|
|
language is not loaded
|
|
|
|
#37216)
|
|
(bug #37215)
|
|
|
|
|
|
New options:
- script.look.diff_command
- script.look.diff_color
Key alt-d has been changed to alt-v on script buffer (view script).
Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
|
|
|
|
detail of script, enabled by default)
|
|
line truncated and MORE(0) in status bar) (bug #37203)
|
|
hdata_update and hdata_set
|
|
first IP for hostname)
|
|
|
|
|
|
ends with text from user)
|
|
(task #12209)
|
|
|
|
|
|
displayed on the right (nicklist by default) (bug #37089)
|
|
|
|
|
|
installing/removing/loading/unloading scripts on script buffer)
|
|
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
|