Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
server (closes #1551)
|
|
|
|
|
|
reference) (issue #1538)
|
|
|
|
(closes #1536)
The extra variables are now replaced (in addition to `$server`, `$channel` and
`$nick`):
- `${irc_server.xxx}`: variable xxx in server
- `${irc_channel.xxx}`: variable xxx in channel
|
|
(user's guide) (issue #1529)
|
|
This fixes the `make distcheck` command.
|
|
(plugin API reference)
|
|
|
|
(closes #1450)
|
|
|
|
(issue #1529)
|
|
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
JavaScript plugin (issue #360)
|
|
|
|
|
|
|
|
|
|
|
|
(scripting guide)
|
|
protocol)
|
|
|
|
|
|
translations (issue #1505)
|
|
The bar item "buffer_nicklist_count" is now the number of displayed nicks
only (not groups).
New bar items:
- "buffer_nicklist_count_groups": number of groups displayed
- "buffer_nicklist_count_all": number of nicks and groups displayed
|
|
protocol)
|
|
Default value is changed for the following options:
* relay.irc.backlog_max_minutes: from 1440 to 0 (unlimited)
* relay.irc.backlog_max_number: from 256 to 1024
|
|
|
|
This allows the input callback function for a buffer to receive multiple
lines at once, instead of the message being split on newline before
being sent to the callback. It adds a new flag, input_multiline, to
control this. This flag defaults to 0 which is the current behavior.
|
|
modifier callback (closes #42)
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
New comparison operators:
- "==*": is matching mask, case sensitive (wildcard "*" is allowed)
- "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed)
- "==-": is included, case sensitive
- "!!-": is NOT included, case sensitive
- "=-": is included, case insensitive
- "!-": is NOT included, case insensitive
|
|
|
|
|
|
|
|
directory
|
|
|
|
|
|
|
|
The value can be "zlib" (default in relay) or "off".
|
|
|
|
|
|
|