Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
plugin-api.c to wee-string.c
|
|
string_base64_decode
|
|
|
|
The regression was introduced in version 2.5 by commit
2b70d71aa1c891f2f251aa775cf239e5611576d5.
|
|
|
|
|
|
|
|
returned value is ignored
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1257)
|
|
|
|
|
|
|
|
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)
|
|
content (closes #1485)
|
|
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
|
|
|
|
|
|
|
|
first buffer is created
|
|
|
|
Relates to #1498
|
|
This allows blank lines to be displayed in the input bar when you input
multiple consecutive newlines.
Relates to #1498
|
|
Supporting multiple lines in the input bar is useful even for buffers
without input_multiline set, because it enables you to compose multiple
lines at once, even if it is sent as multiple messages. It is
particularly useful when you paste multiple lines and want to edit some
of it before you send the message.
|
|
|
|
|
|
(issue #984, issue #1063)
|
|
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.
|
|
|
|
|
|
|
|
- Inkscape SVG icon -> plain SVG icon
- regenerate PNG icons from SVG icon
|
|
|
|
modifier callback
|
|
modifier callback (closes #42)
|
|
|
|
|
|
|
|
received (closes #869)
|