summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2018-08-15trigger: add missing values for line triggerSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-07-25scripts: fix duplicated lines in output of script eval (python, perl, ruby, l...Sébastien Helleu
2018-07-13lua: fix macros used to return valuesSébastien Helleu
2018-07-13relay: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-12python: fix crash when loading a script with Python >= 3.7 (closes #1219)Sébastien Helleu
2018-07-11irc: add nick, host and log tags in message displayed in private buffer when ...Sébastien Helleu
2018-07-10buflist: fix crash when setting the option buflist.look.signals_refresh with ...Sébastien Helleu
2018-07-08fset: fix memory leak when switching the format with ctrl-XSébastien Helleu
2018-07-08fset: fix truncation of option values when the length is greater than 4096 (c...Sébastien Helleu
2018-07-01relay: fix socket creation for relay server on OpenBSD (closes #1213)Sébastien Helleu
2018-06-24irc: add channel color in message 354 with missing parameters (issue #1212)Sébastien Helleu
2018-06-24irc: do not display message 354 with missing parameters if there's an automat...Sébastien Helleu
2018-06-23irc: display message 354 (WHOX) received with missing parameters (closes #1212)Sébastien Helleu
2018-06-14relay: add filtering on protocol in info "relay_client_count" (issue #1206)Sébastien Helleu
2018-05-31trigger: hide password in display of command "/msg nickserv set password", su...Sébastien Helleu
2018-05-31trigger: hide password in command "/msg nickserv set password"Sébastien Helleu
2018-05-21irc: update ircv3 URLs in commentsSébastien Helleu
2018-05-21irc: display an error if memory can not be allocated in chghost callbackSébastien Helleu
2018-05-21Merge remote-tracking branch 'origin/pr/640'Sébastien Helleu
2018-05-20irc: add space before capability only if the string is not emptySébastien Helleu
2018-05-20irc: add missing space between capabilities in display of supported/enabled c...Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/639'Sébastien Helleu
2018-05-20irc: replace calls to sprintf by snprintfSébastien Helleu
2018-05-20irc: use dynamic string functions to display supported/enabled capabilitiesSébastien Helleu
2018-05-20irc: add missing "cap_extended_join" in commentSébastien Helleu
2018-05-20irc: fix code styleSébastien Helleu
2018-05-20irc: do a case-sensitive comparison of CAP commandSébastien Helleu
2018-05-20irc: replace version x.y.z by 2.2 in commentSébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-05-19buflist: add example of format for two bar items using a ternary operator in ...Sébastien Helleu
2018-05-19irc: display current nick on connected servers in output of /server list|list...Sébastien Helleu
2018-05-19irc: remove unneeded check on variable posSébastien Helleu
2018-05-19relay: remove unneeded check on variable irc_argvSébastien Helleu
2018-05-19exec: fix minimal length of unquoted stringSébastien Helleu
2018-05-18script: fix memory leak in case of invalid XML content in list of scriptsSébastien Helleu
2018-05-17php: add comments about C compiler happinessSébastien Helleu
2018-05-17scripts: remove double return in info eval callback functions not yet impleme...Sébastien Helleu
2018-05-17php: ensure vbuffer is not NULL before using itSébastien Helleu
2018-05-17fset: ensure option_name is not NULL before comparing itSébastien Helleu
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-04-10scripts: return long integer instead of string in function infolist_timeSébastien Helleu
2018-04-10php: return long instead of int in function hdata_timeSébastien Helleu
2018-04-10php: fix return code of functions config_write_option and config_write_lineSébastien Helleu
2018-04-10scripts: do not allocate memory when converting pointers to stringsSébastien Helleu
2018-04-10ruby: fix memory leak in 7 functions returning allocated stringsSébastien Helleu
2018-04-10guile: fix memory leak in 7 functions returning allocated stringsSébastien Helleu
2018-04-07php: fix memory leak in 72 functions returning allocated stringsSébastien Helleu
2018-04-07api: add function string_format_size in scripting APISébastien Helleu