summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-28Version 3.1-rc1Sébastien Helleu
2021-02-28core: add missing "xxx" in format of evaluated expressions (ChangeLog)Sébastien Helleu
2021-02-27Merge branch 'master' of https://github.com/weechat/weechatNils Görs
2021-02-27doc: update German documentationNils Görs
2021-02-27core: fix paragraph in release notesSébastien Helleu
2021-02-27irc: add bar item "irc_nick_prefix"Sébastien Helleu
2021-02-27doc: add missing available bar items (user's guide)Sébastien Helleu
2021-02-27irc: fix separator between nick and host in bar item "irc_nick_host"Sébastien Helleu
Use "!" instead of "@" to separate nick from host, like it is done in IRC protocol. The nick and host is now displayed as "nick!user@host" instead of "nick@user@host".
2021-02-27fset: fix description of function fset_bar_item_fset_cbSébastien Helleu
2021-02-26doc: fix example of value for bar item "irc_nick_modes" (user's guide)Sébastien Helleu
2021-02-26doc: update German auto-generated fileSébastien Helleu
2021-02-26core: update German translationsNils Görs
2021-02-25core: add info_hashtable "secured_data"Sébastien Helleu
2021-02-20doc: remove references to Savannah in developer's guideSébastien Helleu
2021-02-19doc: split dependencies in two tables: required and optional (user's guide)Sébastien Helleu
2021-02-16core: convert "totp" to upper case in ChangeLogSébastien Helleu
2021-02-11doc: update German auto-generated fileSébastien Helleu
2021-02-11core: move line from "New features" to "Bug fixes" (issue #1612)Sébastien Helleu
2021-02-10core: update German translationsNils Görs
2021-02-10core: move line to appropriate version in ChangeLogSébastien Helleu
2021-02-09core: move line from "New features" to "Bug fixes" (issue #1613)Sébastien Helleu
2021-02-09doc: update German auto-generated filesSébastien Helleu
2021-02-09buflist: add option buflist.look.use_items to speed up display of buflist ↵Sébastien Helleu
(closes #1613)
2021-02-09core: add fixed behavior of command /window splitv in release notesSébastien Helleu
2021-02-08core: fix wrong size of the new window after vertical split (closes #1612)Sébastien Helleu
2021-02-08core: update German translationsNils Görs
2021-02-08core: update help on option sec.crypt.passphrase_command, update translationsSébastien Helleu
2021-02-07core: update translationsSébastien Helleu
2021-02-07core: update ChangeLog (closes #992, closes #993)Sébastien Helleu
2021-02-07core: add options weechat.look.hotlist_update_on_buffer_switch and ↵Kevin Pulo
weechat.look.read_marker_update_on_buffer_switch Both default to "on" (no change to previous behavior). If hotlist_update_on_buffer_switch is "off", then when switching away from a buffer, the hotlist is not cleared. If read_marker_update_on_buffer_switch is "off", then when switching away from a buffer, the read marker is not set to the end of the buffer. This allows users to choose to have fully manual control over when hotlist counts and buffer read markers are reset. Fixes #992.
2021-02-06core: update ChangeLog (remove option sec.crypt.passphrase_file)Sébastien Helleu
2021-02-06core: replace option sec.crypt.passphrase_file by ↵Sébastien Helleu
sec.crypt.passphrase_command (closes #141) The command is used to read the passphrase on startup, for example using your favorite password manager. Note: only the passphrase is read from the program, the secured data is still stored encrypted in sec.conf and handled by WeeChat itself.
2021-02-05doc: update German auto-generated filesSébastien Helleu
2021-02-05core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)Sébastien Helleu
2021-02-05core: update German translationsNils Görs
2021-02-03irc: add info "irc_is_message_ignored"Sébastien Helleu
2021-01-31core: add version 3.0.1 in ChangeLog, release notes and weechat.specSébastien Helleu
2021-01-31core: update German translationsNils Görs
2021-01-31core: update German translationsNils Görs
2021-01-30irc: add function irc_server_get_chantypesSébastien Helleu
2021-01-30irc: use server option "default_chantypes" as fallback in function ↵Sébastien Helleu
irc_nick_is_nick
2021-01-30core: update translationsSébastien Helleu
2021-01-30core: add contributor in AUTHORS.adoc (issue #1610)Sébastien Helleu
2021-01-30doc: update auto-generated files with optionsSébastien Helleu
2021-01-30irc: use server option "default_chantypes" as fallback when automatically ↵Sébastien Helleu
adding channel type on join
2021-01-30core: update ChangeLogSébastien Helleu
2021-01-30irc: improve help on server option "default_chantypes"Sébastien Helleu
2021-01-30irc: fix name of option "default_chantypes" in list of server optionsSébastien Helleu
2021-01-30irc: simplify code in function irc_channel_is_channelSébastien Helleu
2021-01-30irc: make default chantypes configurableMatti Virkkunen