Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
Previously using option values
irc.look.buffer_open_before_join off
irc.look.buffer_switch_join on
and manually joining a channel which gets forwarded
(e.g. #linux -> ##linux-overflow on freenode) the channel buffer for
##linux-overflow was not switched to even though the option says it should
have.
This patch copies manual join and noswitch information for channels which
get forwarded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#818)
|
|
|
|
|
|
|
|
|
|
|
|
|