Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is not strictly necessary, just in case the function strtol() doesn't
update the pointer.
|
|
(issue #194)
|
|
This info returns a pointer buffer with its full name.
|
|
plugins, add info "auto_load_scripts"
This fixes an issue with IRC URL given on command line when it starts with
`ircs://` or `irc6://`: the server is not created at all (only `irc://` works
fine).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This info returns time duration between the start of the current WeeChat
process and now (so upgrades with /upgrade are ignored).
|
|
|
|
(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
|
|
|
|
|
|
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
|
|
(closes #1565)
|
|
|
|
|
|
(issue #1257)
|
|
|
|
to crypto_hash
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1322)
|
|
|
|
|
|
|
|
|