index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-10-01
core: add support of reverse video in ANSI color codes
Sébastien Helleu
2019-10-01
core: fix typos in comments
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-09-26
logger: move logger backlog functions to logger-backlog.c
Sébastien Helleu
2019-09-24
core: add power operator "**" in calc expressions (issue #997)
Sébastien Helleu
2019-09-24
core: fix wrong results with the unary minus in calc expressions
Sébastien Helleu
2019-09-23
irc: add separate options for kick/kill message coloring (closes #683)
Simmo Saan
2019-09-22
irc: remove option irc.network.channel_encode, add server option "charset_mes...
Sébastien Helleu
2019-09-21
guile: disable "/guile eval" as this does not (yet) work with Guile >= 2.2 (i...
Sébastien Helleu
2019-09-21
guile: add support of Guile 2.2 (issue #1098)
Sébastien Helleu
2019-09-21
core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}
Sébastien Helleu
2019-09-21
core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions
Sébastien Helleu
2019-09-20
core: add calculation of expression in evaluation of expressions with "calc:....
Sébastien Helleu
2019-09-19
core: remove extra spaces in arguments of /help uptime and /help version
Sébastien Helleu
2019-09-19
script: add options "-ol" and "-il" in command /script, display "No scripts l...
Sébastien Helleu
2019-09-17
Fixed segfault during excessive evaluation.
Tobias Stoeckmann
2019-09-17
buflist: fix extra spaces between buffers when conditions are used to hide bu...
Sébastien Helleu
2019-09-16
core: mention possible background color in /help weechat.look.nick_color_force
Sébastien Helleu
2019-09-15
core: display an error on missing dependency in CMake (closes #916, closes #956)
Sébastien Helleu
2019-08-31
core: fix compilation with autotools on FreeBSD 12.0
Sébastien Helleu
2019-08-31
core: fix compilation of Python plugin on FreeBSD 12.0 (closes #1398)
Sébastien Helleu
2019-08-25
api: add infos "term_colors" and "term_color_pairs"
Sébastien Helleu
2019-08-25
ruby: remove unused variable "ruby_hide_errors"
Sébastien Helleu
2019-08-24
irc: fix parsing of message 346, 348 and 728 when there is a colon before the...
Sébastien Helleu
2019-08-24
fset: add filters "h=xxx" and "he=xxx" to filter options by description (tran...
Sébastien Helleu
2019-08-21
irc: fix parsing of message 367 (banlist) when there is a colon before the ti...
iwalkalone
2019-08-20
core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (...
Sébastien Helleu
2019-08-20
ruby: fix compilation with Ruby < 2.3
Sébastien Helleu
2019-08-19
core: use fixed-width integer for computing hashtable DJB2 key hash (closes #...
Sébastien Helleu
2019-08-19
core: use fixed-width integer for computing nick hash (issue #1394)
Sébastien Helleu
2019-08-19
ruby: fix conversion of big integers on 32bit architecture (closes #1395)
Sébastien Helleu
2019-08-17
buflist: use extra variables in option buflist.look.display_conditions (close...
Sébastien Helleu
2019-08-17
Revert "buflist: mention variables available for option buflist.look.display_...
Sébastien Helleu
2019-08-17
buflist: mention variables available for option buflist.look.display_conditio...
Sébastien Helleu
2019-08-10
core: create or update option weechat.notify.xxx when function buffer_set is ...
Sébastien Helleu
2019-08-10
api: add function list_user_data (issue #666)
Andrew Potter
2019-08-10
irc: replace calls to strcpy and strcat with a call to snprintf
Sébastien Helleu
2019-08-10
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
Sébastien Helleu
2019-08-10
Merge remote-tracking branch 'origin/pr/615'
Sébastien Helleu
2019-08-05
irc: fix memory leak when removing a server
Sébastien Helleu
2019-08-04
irc: fix length of user/nick/host in split of messages (closes #1387)
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
Sébastien Helleu
2019-08-04
core: return NULL immediately if string is NULL in function hook_modifier_exec
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...
Sébastien Helleu
2019-08-03
irc: return NULL in function irc_message_get_address_from_host if the receive...
Sébastien Helleu
2019-07-31
Merge pull request #1384 from l2dy/memory
Sébastien Helleu
2019-07-31
build: use pkg-config to properly link python
Eli Schwartz
2019-07-29
core: add some missing default keys in /help cursor
Sébastien Helleu
[next]