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
/
plugins
Age
Commit message (
Expand
)
Author
2023-01-28
plugins: set priority in calls to weechat_config_new (issue #1872)
Sébastien Helleu
2023-01-24
irc: add option `join` in command `/autojoin`
Sébastien Helleu
2023-01-23
irc: fix autojoin on server connection (closes #1873)
Sébastien Helleu
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-08
python: remove unneded call to deprecated function PySys_SetArgv
Sébastien Helleu
2023-01-08
irc: check return code of snprintf
Sébastien Helleu
2023-01-08
typing: fix crash when pointer buffer is not received in callback for signal ...
Sébastien Helleu
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-08
ruby: remove warnings on unused parameters
Sébastien Helleu
2023-01-08
php: remove warnings on variables "argc" and "ret_i" that might be clobbered ...
Sébastien Helleu
2023-01-03
plugins: change priority of scripting plugins
Sébastien Helleu
2023-01-03
irc: properly rename private buffer on notice messages
Sébastien Helleu
2023-01-02
irc: properly rename private buffer on nick changes or private message when n...
Sébastien Helleu
2023-01-02
irc: replace "private window" by "private buffer" in comments
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-25
core: move `/input` jump actions to command `/buffer jump`
Sébastien Helleu
2022-12-24
api: add functions string_strcmp and string_strncmp
Sébastien Helleu
2022-12-24
api: rename char comparison functions "utf8_char*" to "string_char*"
Sébastien Helleu
2022-12-19
irc: fix calls to weechat_string_toupper
Sébastien Helleu
2022-12-19
spell: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-19
irc: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-12-17
irc: do not join channels in server autojoin option after reconnection to the...
Sébastien Helleu
2022-12-11
doc/api: Improve python example for config_new_section
Trygve Aaberge
2022-12-11
scripts: Send null values to config section callbacks
Trygve Aaberge
2022-12-10
trigger: fix variables sent to focus callback (closes #1858)
Sébastien Helleu
2022-12-10
api: add function utf8_strncpy
Sébastien Helleu
2022-11-19
trigger: properly initialize variable "value" to NULL
Sébastien Helleu
2022-11-06
trigger: display failing regex in trigger creation error
Sébastien Helleu
2022-11-06
trigger: use explicit command "s" in regex of default triggers
Sébastien Helleu
2022-11-06
trigger: add regex command "y" to translate chars, set default regex command ...
Sébastien Helleu
2022-11-05
api: add function string_translate_chars
Sébastien Helleu
2022-10-20
trigger: execute trigger command on appropriate buffer (closes #1841)
Sébastien Helleu
2022-10-16
python: remove functions defined for Python < 2.6
Sébastien Helleu
2022-10-15
python: remove support of Python 2.x
Sébastien Helleu
2022-10-15
api: do not expect any return value in callbacks change/delete of config_new_...
Sébastien Helleu
2022-10-14
python: Fix return types for config option callbacks
Trygve Aaberge
2022-10-12
irc: escape backslashes in raw buffer (closes #1838)
Sébastien Helleu
2022-10-09
python: Include script examples in function docstring
Trygve Aaberge
2022-10-08
xfer: add missing include of netinet/in.h
Sébastien Helleu
2022-10-02
python: Include constant values in python stub
Trygve Aaberge
2022-10-01
irc: set local variable "filter" when doing `/server raw xxx` with raw buffer...
Sébastien Helleu
2022-09-30
trigger: add variable `${tg_hook_type}` (closes #1765)
Sébastien Helleu
2022-09-29
api: change type of argument object_id in upgrade_new callback from string to...
Sébastien Helleu
2022-09-29
api: change type of argument remaining_calls in hook_timer callback from stri...
Sébastien Helleu
2022-09-29
php: add missing arginfo_weechat_string_parse_size in legacy arginfo
Sébastien Helleu
2022-09-28
logger: add options to rotate and compress log files (closes #314)
Sébastien Helleu
2022-09-27
api: add function file_compress
Sébastien Helleu
2022-09-27
api: add function string_parse_size
Sébastien Helleu
2022-09-26
irc: fix use of uninitialized variable `ptr_nick`
Sébastien Helleu
[next]