Age | Commit message (Collapse) | Author |
|
|
|
This is made using standard color code '\x04' followed by text color (RGB as
hexadecimal) and optional background (RGB as hexadecimal).
|
|
by line (issue #2005)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in hash functions (issue #2008)
|
|
|
|
|
|
and user's guide
|
|
|
|
|
|
|
|
|
|
(issue #1974)
|
|
|
|
|
|
|
|
hdata_compare (closes #1066)
|
|
|
|
|
|
|
|
The | syntax for unions is only supported in Python 3.10 and later.
Since Python 3.8 and 3.9 are still supported upstream for a while and we
had a user reporting on IRC that they couldn't use the stub file since
they are using 3.8, change to the old syntax for unions to support this.
There aren't really any drawbacks of this. It's just a bit more verbose,
and a typing import is necessary, but neither of those really matters in
a generated stub file.
|
|
|
|
|
|
Second block is for CTCP replies made by older versions (< 4.1.0).
|
|
|
|
|
|
|
|
|
|
|
|
commands `/cursor go` and `/cursor move` (closes #1282)
|
|
|
|
|
|
|
|
|
|
New options:
- irc.color.list_buffer_line_selected
- irc.color.list_buffer_line_selected_bg
- irc.look.list_buffer_sort
- irc.look.list_buffer_scroll_horizontal
- irc.look.new_list_position
- irc.look.list_buffer_topic_strip_colors
|
|
|
|
"ENABLE_DOC_WARN_LOCALE" (closes #1985)
|
|
|
|
|
|
|
|
(issue #1974)
|