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
/
plugins
Age
Commit message (
Expand
)
Author
2019-10-06
logger: fix write in log file if it has been deleted or renamed (closes #123)
Sébastien Helleu
2019-10-06
irc: use path from option xfer.file.upload_path to complete filename in comma...
Sébastien Helleu
2019-10-06
api: add modifier "eval_path_home" (issue #60)
Sébastien Helleu
2019-10-06
core: fix comments on modifier callback functions in plugin API
Sébastien Helleu
2019-10-05
xfer: add option xfer.file.download_temporary_suffix with default value ".par...
Sébastien Helleu
2019-10-05
xfer: fix memory leak when a xfer is freed and when the plugin is unloaded
Sébastien Helleu
2019-10-04
irc: fix typo in /help links
Sébastien Helleu
2019-10-02
logger: add option logger.file.color_lines (closes #528, closes #621)
Sébastien Helleu
2019-10-01
api: add modifier "color_encode_ansi" (issue #528)
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-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-19
script: add options "-ol" and "-il" in command /script, display "No scripts l...
Sébastien Helleu
2019-09-17
buflist: fix extra spaces between buffers when conditions are used to hide bu...
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 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
ruby: fix compilation with Ruby < 2.3
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
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-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
build: use pkg-config to properly link python
Eli Schwartz
2019-07-13
buflist: use existing variable buflist_hdata_buffer to check buffer pointers ...
Sébastien Helleu
2019-07-11
core: update translations (issue #1375)
Sébastien Helleu
2019-07-11
buflist: check validity of buffer pointers in info "buflist" (issue #1375)
Sébastien Helleu
2019-07-11
buflist: add infolist "buflist" (issue #1375)
Simmo Saan
2019-07-11
irc: quote NICK command argument sent to the server only if there's a ":" in ...
Sébastien Helleu
2019-07-10
irc: split function irc_ignore_check into three functions
Sébastien Helleu
2019-07-04
irc: return all arguments in the PONG response to a PING (closes #1369)
Sébastien Helleu
2019-06-26
core: send command line parameter to plugins only if the name starts with the...
Sébastien Helleu
[next]