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
/
core
Age
Commit message (
Expand
)
Author
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-04-01
tests: add tests on function util_signal_search
Sébastien Helleu
2019-03-31
core: add documentation on command line debug options (in --help and man pages)
Sébastien Helleu
2019-03-29
core: don't execute command scheduled by /repeat if the buffer does not exist...
Sébastien Helleu
2019-03-29
core: don't execute command scheduled by /wait if the buffer does not exist a...
Sébastien Helleu
2019-03-29
core: use seconds by default in /repeat interval, allow unit for the interval
Sébastien Helleu
2019-03-29
core: move parsing of /wait delay in a separate function, with unit tests
Sébastien Helleu
2019-03-29
core: allow text in addition to a command in command /repeat
Sébastien Helleu
2019-03-28
api: add option "delay" in hashtable options of function command_options (iss...
Sébastien Helleu
2019-03-28
core: make "input_commands_allowed" work with /wait and /repeat commands (iss...
Sébastien Helleu
2019-03-24
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...
Sébastien Helleu
2019-03-17
core: fix typo: Weechat -> WeeChat
Sébastien Helleu
2019-03-12
core: set max length to 4096 for /secure passphrase (closes #1323)
Sébastien Helleu
2019-03-11
core: improve message displayed when a command is not allowed (issue #928)
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-03-09
core: add value -1 for keep_eol in function string_strip (issue #1322)
Sébastien Helleu
2019-03-02
core: use bitwise shift operator to define flag constants
Sébastien Helleu
2019-02-28
api: add function command_options (issue #928)
Sébastien Helleu
2019-02-27
core: remove function gui_buffer_match_list_split, use function string_match_...
Sébastien Helleu
2019-02-27
api: add function string_match_list
Sébastien Helleu
2019-02-23
core: add /filter addreplace (closes #1055)
Simmo Saan
2019-02-23
core: merge two comments in a single one (issue #1309, issue #1311)
Sébastien Helleu
2019-02-23
Merge remote-tracking branch 'origin/pr/1311'
Sébastien Helleu
2019-02-21
gui: fix use after free bug in /filter del (issue #1309)
Simmo Saan
2019-02-21
gui: only refilter affected buffers on filter change (closes #1309)
Simmo Saan
2019-02-18
core: fix compilation on Mac OS (closes #1308)
Sébastien Helleu
2019-02-03
Fix typo "part or words" -> "part of words"
arza
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-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-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
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 weechat.look.nick_color_stop_chars (closes #1268)
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
api: add functions string_base_{encode,decode}, remove functions string_{enco...
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
2018-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-08
core: fix evaluation of nested ternary operators (closes #1263)
Sébastien Helleu
2018-10-06
core: fix style
Sébastien Helleu
2018-10-06
Merge remote-tracking branch 'origin/pr/1259'
Sébastien Helleu
2018-10-01
core: fix format of variables in printf-like functions (from int to long and ...
Sébastien Helleu
2018-10-01
core: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: add missing argument in call to log_printf
Sébastien Helleu
[next]