Age | Commit message (Collapse) | Author |
|
(closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during
SSL connection), instead of when it is set with command /set.
|
|
creation
|
|
|
|
|
|
|
|
|
|
|
|
option irc.look.buffer_open_before_join is on (closes #1081, closes #1082)
|
|
|
|
|
|
irc.look.color_nicks_in_nicklist is on"
This reverts commit 0c86e742c588cf38a93f2f89dea5f96c48e7d0f9.
|
|
irc.look.color_nicks_in_nicklist is on
|
|
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
(closes #1022)
This regression was introduced by commit
fadee506642ee80f42027816cc6cb758dcb68011 (issue #1019)
|
|
when the nick already exists (closes #1019)
|
|
irc_server_get_number_buffer (issue #1012)
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
|
|
|
|
|
|
|
|
|
|
mechanism
|
|
|
|
content has changed (closes #925)
|
|
|
|
with dh-blowfish or dh-aes mechanism
These mechanisms are not recommended anyway because they are considered as
insecure.
|
|
|
|
commands /msg and /query (issue #943)
|
|
|
|
The lag is stored in the local variable "lag" of the server buffer.
When there is no lag, the local variable does not exist.
|
|
Functions:
- irc_channel_nick_speaking_time_free
- irc_ignore_free
- irc_notify_free
- irc_raw_message_free
- irc_server_outqueue_free
|
|
|
|
modes (closes #913)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
|
|
|
|
|
|
server buffer is closed (issue #873)
|
|
irc: fix buffer switching on manual join for forwarded channels
|