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
2023-04-12
irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903)
Sébastien Helleu
2023-04-12
irc: connect with TLS and port 6697 by default (issue #1903)
Sébastien Helleu
2023-04-12
relay: rename "ssl" options and protocol to "tls" (issue #1903)
Sébastien Helleu
2023-04-12
irc: rename "ssl" options to "tls" (issue #1903)
Sébastien Helleu
2023-04-12
core: rename option weechat.color.status_name_ssl to weechat.color.status_nam...
Sébastien Helleu
2023-04-12
core: replace SSL by TLS in comments (issue #1903)
Sébastien Helleu
2023-04-12
irc: check that IRC URL starts with "irc" (issue #1903)
Sébastien Helleu
2023-04-12
irc: add more info in description of function irc_server_alloc_with_url (issu...
Sébastien Helleu
2023-04-12
irc: set gnutls_sess, tls_cert and tls_cert_key to NULL by default in server ...
Sébastien Helleu
2023-04-08
lua: fix crash with print when the value to print is not a string
wfrsk
2023-04-07
core: change default color of "mouse_status" item to lightgreen
Sébastien Helleu
2023-04-07
core: add item "mouse_status" in default status bar
Sébastien Helleu
2023-04-05
core: fix pointer to hash and hash_temp in doc generator
Sébastien Helleu
2023-04-05
tests: add tests on function irc_server_alloc_with_url
Sébastien Helleu
2023-04-05
irc: display a warning if command name in option `irc.msgbuffer.*` is not low...
Sébastien Helleu
2023-04-05
irc: display a warning if CTCP name in option `irc.ctcp.*` is not lower case
Sébastien Helleu
2023-04-05
irc: search options `irc.ctcp.*` with lower case ctcp string
Sébastien Helleu
2023-04-03
irc: don't switch to buffer of joined channel if it was not manually joined n...
Sébastien Helleu
2023-04-02
irc: update autojoin option with redirected channels when autojoin_dynamic is...
Sébastien Helleu
2023-04-01
core, plugins: set options to NULL by default, refactor config init functions
Sébastien Helleu
2023-04-01
alias: rename all aliases to lower case on upgrade (issue #1872)
Sébastien Helleu
2023-03-31
doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete do...
Sébastien Helleu
2023-03-31
irc: fix target buffer for commands 432/433 when the nickname looks like a ch...
Sébastien Helleu
2023-03-31
core: replace key `meta2-` by `meta-[` in comments
Sébastien Helleu
2023-03-31
core: fix key `meta-[O` (unfocus with xterm) (closes #1900)
Sébastien Helleu
2023-03-31
core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)
Sébastien Helleu
2023-03-30
logger: add info "logger_log_file"
Sébastien Helleu
2023-03-30
spell: check buffer pointer received in info "spell_dict"
Sébastien Helleu
2023-03-30
doc: remove unnecessary empty lines in autogen files
Sébastien Helleu
2023-03-30
doc: update autogen files only if changed, add autogen dependencies on docs
Sébastien Helleu
2023-03-30
doc: convert docgen.py to C, remove autogen files from repository, add parame...
Sébastien Helleu
2023-03-28
core: add separate function to get translated help for values of color options
Sébastien Helleu
2023-03-28
core: check that infolist is not NULL in next/prev/reset_item_cursor functions
Sébastien Helleu
2023-03-26
core: Add an option to start multiline input text on a new line
Trygve Aaberge
2023-03-26
core: update translations (issue #1503)
Sébastien Helleu
2023-03-26
core: fix code style (issue #1503)
Sébastien Helleu
2023-03-26
core: add keys `shift-left` and `shift-right` with same commands as `left` an...
Sébastien Helleu
2023-03-26
core: revert keys `meta-r` (delete line) and `meta-R` (delete input) (issue #...
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-26
core: fix default value of bar options
Sébastien Helleu
2023-03-25
core: fix typo and code style
Sébastien Helleu
2023-03-25
core: Include blank lines in paste line count
Trygve Aaberge
2023-03-25
core: Increase default value for paste_max_lines to 100
Trygve Aaberge
2023-03-25
core: Remove option weechat.look.paste_auto_add_newline
Trygve Aaberge
2023-03-25
core: Always remove final newline when pasting
Trygve Aaberge
2023-03-25
core: Replace newline/tabs after paste is accepted
Trygve Aaberge
2023-03-25
core: When pasting, insert text in input instead of interpreting keys
Trygve Aaberge
2023-03-25
core: Parse bracketed paste also when paste pending
Trygve Aaberge
2023-03-25
core: fix uninitialized variable `chunks2_count` when key_name and key_name_a...
Sébastien Helleu
2023-03-25
core: fix memory leak in function config_file_read_internal
Sébastien Helleu
[prev]
[next]