Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
dictionaries
|
|
|
|
|
|
|
|
Enchant is enabled only if the new option for cmake (or configure) is enabled:
- for cmake: cmake -DENABLE_ENCHANT=ON
- for configure: ./configure --enable-enchant
|
|
/allchan and /allserv
|
|
(patch #8062)
|
|
|
|
buffer per nick
|
|
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>
|
|
|
|
|
|
instead of "name")
|
|
|
|
option irc.network.send_unknown_commands is on)
|
|
monitored by /notify)
|
|
license different from GPL
|
|
"layout_window" (thanks to Nils Görs)
|
|
status (bug #38969)
|
|
This removes tag "notify_private" from notices like that (sent before message 001):
:irc.network.com NOTICE nick :*** Spoofing your IP
:irc.network.com NOTICE nick :*** You are exempt from K/G/X lines
:irc.network.com NOTICE nick :*** You are exempt from user limits
|
|
to isak)
|
|
|
|
|
|
nicklist diff by default (weechat protocol)
The temporary option was introduced because the nicklist diff was experimental.
It is now enabled by default, and there is no way to disable it. Therefore any
relay client using weechat protocol must implement the message "_nicklist_diff"
(unless nicklist is ignored by client).
Extra note: a full nicklist may still be sent if a message with diff would be
bigger than whole nicklist. So both full nicklist (message "_nicklist") and
nicklist diff (message "_nicklist_diff") must be implemented by clients.
|
|
|
|
|
|
add logger options) (bug #37531)
|
|
same nick but a different case (bug #38841)
|
|
Nils Görs)
|
|
|
|
|
|
nick is back on server (task #12576)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
|
|
|
|
|
|
|
|
function config_new_option (bug #31050)
|
|
and /topic
|