summaryrefslogtreecommitdiff
path: root/po/tr.po
AgeCommit message (Collapse)Author
2024-03-06irc: add option `-all` in command `/allchan`, do not execute command on ↵Sébastien Helleu
parted channels by default (closes #2085)
2024-03-06core: update translationsSébastien Helleu
2024-03-06core: add option `malloc_trim` in command `/sys`Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option ↵Sébastien Helleu
weechat.look.mouse_timer_delay (closes #2082)
2024-03-05doc/scripting: auto-generate list of scripting functions and constants from ↵Sébastien Helleu
Python API
2024-03-05python: add infolists "python_function" and "python_constant"Sébastien Helleu
2024-02-26relay/api: rename "salt" to "timestamp"Sébastien Helleu
2024-02-19script: add info "script_loaded"Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-17core: display the 3 variants for "${split}" and "${split_shell}" in /help evalSébastien Helleu
2024-02-17core: list operators by order of priority in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the operators in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the variables in `/help eval` (issue #2005)Sébastien Helleu
2024-02-11core: add option `-s` in command `/command` to execute multiple commands ↵Sébastien Helleu
separated by semicolons
2024-02-11irc: add server option "autojoin_delay" (closes #862)Sébastien Helleu
The server option "autojoin_delay" adds a delay before autojoin. The server option "command_delay" is now used to add a delay before the execution of the command. On upgrade from an old version, the option "command_delay" is copied to "autojoin_delay" (in old versions, "command_delay" was applied after the execution of command and before the autojoin).
2024-02-01core: update translations (issue #2066)Sébastien Helleu
2024-01-24core: add support of `(?i)` for argument "name" in `/help buffer`Sébastien Helleu
2024-01-05core: add support of microseconds in command `/print -date` (issue #649)Sébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-24core: display when zstd is not available in output of `/debug libs`Sébastien Helleu
2023-12-10irc: add option irc.look.display_host_wallopsSébastien Helleu
2023-12-02api: add info "mouse"Sébastien Helleu
2023-11-29core: update translations (issue #1039)Sébastien Helleu
2023-11-24irc: add option irc.look.list_bufferSébastien Helleu
2023-11-23core: add syntax highlighting in evaluation of expressions, add option ↵Sébastien Helleu
weechat.color.eval_syntax_colors (issue #2042) Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}` Syntax highlighting: `${hl:xxx}`
2023-11-11core: update translations (issue #2040)Sébastien Helleu
2023-11-01irc: update help on color remap options, update translations (issue #2025)Sébastien Helleu
2023-10-30core: display an error on startup if environment variable "HOME" is not setSébastien Helleu
2023-10-26core: display only version with command `/version`, add options `-o` and ↵Sébastien Helleu
`-ol` in command `/upgrade`
2023-10-22core: add number of processes in command `/sys waitpid`Sébastien Helleu
2023-10-20core: update translations (issue #2005)Sébastien Helleu
2023-10-19core: update translations (issue #194, issue #2032)Sébastien Helleu
2023-10-17core: update translations (issue #2005)Sébastien Helleu
2023-10-15irc: add option irc.look.ignore_tag_messages (closes #989)Sébastien Helleu
2023-10-15core: update translations (issue #1956)Sébastien Helleu
2023-10-15core: update French translationsSébastien Helleu
2023-10-10core: fix zombie processes remaining after the end of forked processes ↵Sébastien Helleu
(closes #1994) The clean of processes with waitpid() is now delayed after the kill(), so that there are no more zombies. In addition, this can be done manually if needed with `/sys waitpid`.
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-10-01buflist: rename completions with itemsSébastien Helleu
Completions renamed: - "buflist_all_items" -> "buflist_items" - "buflist_used_items" -> "buflist_items_used"
2023-10-01buflist: add support of item names in command `/buflist refresh`Sébastien Helleu
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ↵Sébastien Helleu
#2020, issue #97)
2023-09-22core: update translationsSébastien Helleu
2023-09-15script: rename parameters up/down/go to -up/-down/-go in command `/script`Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and ↵Sébastien Helleu
`blake2s-*` in option sec.crypt.hash_algo (closes #2008)
2023-09-12core: translate error messages (issue #2013)Sébastien Helleu
2023-09-11core: display a message when a configuration file is updated to a newer versionSébastien Helleu
2023-09-11buflist: add missing items buflist4 and buflist5 in help on command/options ↵Sébastien Helleu
and user's guide
2023-09-08xfer: display an error message when opening file for read or write fails ↵Sébastien Helleu
(issue #2010)
2023-09-08core: update translationsSébastien Helleu