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
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-10-27
buflist: fix warning displayed when script buffers.pl is loaded (closes #1274)
Sébastien Helleu
2018-10-21
irc: fix uninitialized variables in function irc_protocol_cap_sync
Sébastien Helleu
2018-10-14
Merge pull request #1267 from emkw/master
Sébastien Helleu
2018-10-14
lua: mkdir API functions should return ERROR on error.
emk
2018-10-14
irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266)
Sébastien Helleu
2018-10-01
aspell: remove useless test on max_suggestions
Sébastien Helleu
2018-10-01
relay: remove useless test on length
Sébastien Helleu
2018-10-01
relay: remove useless test on num_sent
Sébastien Helleu
2018-10-01
irc: remove useless test on argc
Sébastien Helleu
2018-10-01
irc: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-09-30
relay: add real IP in client description (closes #1256)
Sébastien Helleu
2018-09-24
logger: add more info about log levels in /help logger (closes #1254)
Sébastien Helleu
2018-09-24
logger: move logger command into a separate source file
Sébastien Helleu
2018-09-20
irc: display a warning when the value of option irc.server.xxx.autojoin is se...
Sébastien Helleu
2018-09-09
relay: fix URL to the page with remote interfaces in /help relay
Sébastien Helleu
2018-09-01
core: fix copyright dates
Sébastien Helleu
2018-08-30
core: rename variable "plugin_blacklisted" to "plugin_forbidden"
Sébastien Helleu
2018-08-17
core: add option "-P" (or "--plugins") to customize the plugins to load at st...
Sébastien Helleu
2018-08-17
trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line t...
Sébastien Helleu
2018-08-17
trigger: rename variable "tg_tags" to "tags" in line trigger
Sébastien Helleu
2018-08-16
trigger: allow creation of temporary variables with the regex
Sébastien Helleu
2018-08-15
irc: add missing initialization of variable "chghost"
Sébastien Helleu
2018-08-15
trigger: fix /help trigger
Sébastien Helleu
2018-08-15
trigger: add missing initialization of variable "tags" in hook line callback
Sébastien Helleu
2018-08-15
trigger: fix memory leak in hook_line trigger callback
Sébastien Helleu
2018-08-15
trigger: add missing values for line trigger
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-07-25
scripts: fix duplicated lines in output of script eval (python, perl, ruby, l...
Sébastien Helleu
2018-07-13
lua: fix macros used to return values
Sébastien Helleu
2018-07-13
relay: fix compiler warnings on calls to snprintf
Sébastien Helleu
2018-07-12
python: fix crash when loading a script with Python >= 3.7 (closes #1219)
Sébastien Helleu
2018-07-11
irc: add nick, host and log tags in message displayed in private buffer when ...
Sébastien Helleu
2018-07-10
buflist: fix crash when setting the option buflist.look.signals_refresh with ...
Sébastien Helleu
2018-07-08
fset: fix memory leak when switching the format with ctrl-X
Sébastien Helleu
2018-07-08
fset: fix truncation of option values when the length is greater than 4096 (c...
Sébastien Helleu
2018-07-01
relay: fix socket creation for relay server on OpenBSD (closes #1213)
Sébastien Helleu
2018-06-24
irc: add channel color in message 354 with missing parameters (issue #1212)
Sébastien Helleu
2018-06-24
irc: do not display message 354 with missing parameters if there's an automat...
Sébastien Helleu
2018-06-23
irc: display message 354 (WHOX) received with missing parameters (closes #1212)
Sébastien Helleu
2018-06-14
relay: add filtering on protocol in info "relay_client_count" (issue #1206)
Sébastien Helleu
2018-05-31
trigger: hide password in display of command "/msg nickserv set password", su...
Sébastien Helleu
2018-05-31
trigger: hide password in command "/msg nickserv set password"
Sébastien Helleu
2018-05-21
irc: update ircv3 URLs in comments
Sébastien Helleu
2018-05-21
irc: display an error if memory can not be allocated in chghost callback
Sébastien Helleu
2018-05-21
Merge remote-tracking branch 'origin/pr/640'
Sébastien Helleu
2018-05-20
irc: add space before capability only if the string is not empty
Sébastien Helleu
2018-05-20
irc: add missing space between capabilities in display of supported/enabled c...
Sébastien Helleu
[next]