Sébastien Helleu
|
e057c16b36
|
api: add info "uptime_current"
This info returns time duration between the start of the current WeeChat
process and now (so upgrades with /upgrade are ignored).
|
2022-07-10 13:02:35 +02:00 |
|
Sébastien Helleu
|
c44b79dce7
|
core: update copyright dates
|
2022-01-17 18:41:06 +01:00 |
|
Sébastien Helleu
|
0f9640a5f3
|
core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
2021-05-11 21:06:34 +02:00 |
|
Sébastien Helleu
|
bb41de8c02
|
api: add info "weechat_daemon"
|
2021-03-14 14:11:06 +01:00 |
|
Sébastien Helleu
|
efc7a588d6
|
core: update copyright dates
|
2021-01-02 21:34:16 +01:00 |
|
Sébastien Helleu
|
d1cad18f01
|
core: increase buffer size in function plugin_api_info_uptime_cb
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
|
2020-11-22 14:59:06 +01:00 |
|
Sébastien Helleu
|
f8403c76db
|
api: add optional list of colors in infos "nick_color" and "nick_color_name" (closes #1565)
|
2020-10-04 08:46:36 +02:00 |
|
Sébastien Helleu
|
f500c972dd
|
core: update translations (closes #1245, closes #1257)
|
2020-05-16 14:40:19 +02:00 |
|
Sébastien Helleu
|
aa86d82796
|
core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)
|
2020-05-16 14:23:18 +02:00 |
|
Sébastien Helleu
|
a3747fefcd
|
core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (issue #1257)
|
2020-05-16 14:23:09 +02:00 |
|
Sébastien Helleu
|
c29b45a0f2
|
api: add info "auto_connect" (closes #1453)
|
2020-03-20 20:42:05 +01:00 |
|
Sébastien Helleu
|
9a6a27ef58
|
core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash
|
2020-03-01 21:24:27 +01:00 |
|
Sébastien Helleu
|
27266ccd02
|
core: rename function util_get_uptime to util_get_time_diff
The two times must be sent as parameters, which makes the function not specific
to uptime. It is now easier to test the function in unit tests.
|
2020-02-02 13:57:39 +01:00 |
|
Sébastien Helleu
|
feb6258910
|
core: update copyright dates
|
2020-01-04 10:41:26 +01:00 |
|
Matthew Horan
|
f966329862
|
api: add info "weechat_headless"
|
2019-12-13 21:30:54 +01:00 |
|
Sébastien Helleu
|
68d6f1b415
|
api: add infos "term_colors" and "term_color_pairs"
|
2019-08-25 19:10:32 +02:00 |
|
Sébastien Helleu
|
9178156354
|
api: add argument "strip_items" in function string_split
|
2019-06-15 20:47:14 +02:00 |
|
Sébastien Helleu
|
3d95217745
|
api: return allocated string in hook_info callback and function info_get
|
2019-04-13 08:42:45 +02:00 |
|
Sébastien Helleu
|
2b70d71aa1
|
core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)
|
2019-03-10 18:29:16 +01:00 |
|
Sébastien Helleu
|
2b0057239b
|
core: update copyright dates
|
2019-01-01 15:40:51 +01:00 |
|
Sébastien Helleu
|
4712d0bb06
|
core: use https for links to GNU GPL license
|
2018-11-29 23:16:07 +01:00 |
|
Sébastien Helleu
|
dc7d99fa73
|
core: improve description of infos "totp_generate" and ""totp_validate"
|
2018-11-04 14:50:53 +01:00 |
|
Sébastien Helleu
|
a8b6fa08b7
|
core: split plugin-api.c into 2 files (API wrappers and infos/infolists)
|
2018-11-03 23:01:46 +01:00 |
|