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-02-04
irc: fix parsing of whois messages in notify
Sébastien Helleu
2019-02-03
Fix typo "part or words" -> "part of words"
arza
2019-01-31
irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)
Sébastien Helleu
2019-01-29
irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are co...
Sébastien Helleu
2019-01-28
relay: fix crash on /upgrade when the real IP is not set (closes #1294)
Sébastien Helleu
2019-01-27
aspell: look for suggestions only if the misspelled word has changed (closes ...
Sébastien Helleu
2019-01-26
aspell: set a misspelled word without suggestions in local variable "aspell_s...
Nils Görs
2019-01-26
core: do not automatically add a space when completing "nick:" at the beginni...
Sébastien Helleu
2019-01-26
core: fix compilation of empty regular expression (not allowed on FreeBSD)
Sébastien Helleu
2019-01-26
doc: fix regex examples to be compatible with FreeBSD
Sébastien Helleu
2019-01-20
script: add missing input actions "A" and "v" in /help script
Sébastien Helleu
2019-01-20
tests: add tests on IRC color functions
Sébastien Helleu
2019-01-20
irc: return IRC color code instead of WeeChat color code when decoding a too ...
Sébastien Helleu
2019-01-20
irc: fix encoding of italic attribute when colors are removed
Sébastien Helleu
2019-01-20
buflist: add alternate key codes for alt-F1/alt-F2 (xterm)
Sébastien Helleu
2019-01-20
buflist: fix typo on key code for ctrl-F2
Sébastien Helleu
2019-01-20
buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (s...
Sébastien Helleu
2019-01-20
core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (s...
Sébastien Helleu
2019-01-20
buflist: add alternate key codes for F1/F2 and alt-F1/alt-F2 (compatibility w...
Sébastien Helleu
2019-01-13
irc: fix compiler warning on GNU Hurd
Sébastien Helleu
2019-01-13
irc: do not use strptime to parse a time as float number (issue #1289)
Sébastien Helleu
2019-01-13
tests: add tests on function irc_protocol_parse_time
Sébastien Helleu
2019-01-13
irc: check return code of calls to strptime (issue #1289)
Sébastien Helleu
2019-01-11
irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
Sébastien Helleu
2019-01-11
tests: add tests on function irc_config_check_autojoin
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-12-22
core: add note about option sec.crypt.passphrase_file in /help secure (issue ...
Sébastien Helleu
2018-12-01
core: use https for links in comments
Sébastien Helleu
2018-11-29
core: use https for all links where secured http is supported
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-18
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Sébastien Helleu
2018-11-17
exec: add option exec.command.shell to customize the shell used with /exec -sh
Sébastien Helleu
2018-11-17
exec: fix command displayed in debug message
Sébastien Helleu
2018-11-17
core: add command line option "-t" (or "--temp-dir") to create a temporary We...
Sébastien Helleu
2018-11-17
core: add missing include of time.h in wee-secure.h
Sébastien Helleu
2018-11-12
core: improve help on option irc.look.server_buffer (closes #1269)
Sébastien Helleu
2018-11-12
core: improve help on option weechat.look.nick_color_stop_chars (closes #1268)
Sébastien Helleu
2018-11-12
relay: add support of close frame in websocket connection (closes #1281)
Sébastien Helleu
2018-11-05
buflist: add variable ${number2}, always set with the indented buffer number
Sébastien Helleu
2018-11-04
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Sébastien Helleu
2018-11-04
core: replace "web site" by "website"
Sébastien Helleu
2018-11-04
Merge pull request #1273 from half-duplex/master
Sébastien Helleu
2018-11-04
core: improve description of infos "totp_generate" and ""totp_validate"
Sébastien Helleu
2018-11-04
relay: add support of Time-based One-Time Password (TOTP) as second authentic...
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-03
core: split plugin-api.c into 2 files (API wrappers and infos/infolists)
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base16
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
[next]