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
Age
Commit message (
Expand
)
Author
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
2018-10-27
buflist: fix warning displayed when script buffers.pl is loaded (closes #1274)
Sébastien Helleu
2018-10-23
Fix regex in relay allowed_ips doc
Trevor Bergeron
2018-10-21
core: replace call to strncpy by memcpy
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-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-08
core: fix evaluation of nested ternary operators (closes #1263)
Sébastien Helleu
2018-10-06
core: fix style
Sébastien Helleu
2018-10-06
Merge remote-tracking branch 'origin/pr/1259'
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
core: fix format of variables in printf-like functions (from int to long and ...
Sébastien Helleu
2018-10-01
irc: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: replace call to gmtime by gmtime_r
Sébastien Helleu
2018-10-01
core: add missing argument in call to log_printf
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-18
core: allow multiple arguments in command /buffer close
Sébastien Helleu
2018-09-09
core: allow specifying buffer number/name for /buffer localvar
Simmo Saan
2018-09-09
relay: fix URL to the page with remote interfaces in /help relay
Sébastien Helleu
2018-09-06
core: allow multiple options "-r" ("--run-command") in command line arguments...
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-18
core: fix evaluation of condition when the left operand is an empty string
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-16
core: fix string evaluation with regex replacement when the string is empty
Sébastien Helleu
2018-08-16
core: fix weechat_print modifier
Sébastien Helleu
2018-08-15
core: fix use of NULL pointer in command /buffer when the GUI is not yet init...
Sébastien Helleu
2018-08-15
core: remove use of pointer "buffer" once the line has been initialized
Sébastien Helleu
2018-08-15
core: remove unneeded initialization of variable "highlight"
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
core: add comments in function to print a line
Sébastien Helleu
2018-08-15
core: fix destruction of line prefix in weechat_print modifier
Sébastien Helleu
2018-08-15
core: fix comparison of strings in weechat_print modifier
Sébastien Helleu
2018-08-15
trigger: add missing initialization of variable "tags" in hook line callback
Sébastien Helleu
2018-08-15
api: fix memory leak in function string_split
Sébastien Helleu
2018-08-15
trigger: fix memory leak in hook_line trigger callback
Sébastien Helleu
2018-08-15
core: fix memory leak when removing a line hook
Sébastien Helleu
[prev]
[next]