summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2016-08-02Merge pull request #738 from scumjr/masterSébastien Helleu
2016-07-29relay: return an empty hdata when the requested hdata or pointer is not found...Sébastien Helleu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-09irc: fix typo in a commentSébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-05-27core, irc, xfer: display more information in memory allocation errors (issue ...Sébastien Helleu
2016-05-19irc: fix NULL pointer dereference in 734 command callbackscumjr
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-05-13relay: allow escape of comma in command "init" (weechat protocol) (issue #730)Sébastien Helleu
2016-05-01irc: fix typo in IRC_SERVER_OPTION_SASL_KEY comment (#724)Lieuwe Rooijakkers
2016-04-28script: make callbacks optional again in hook functions (issue #406)Sébastien Helleu
2016-04-24irc: fix first message displayed in raw buffer when the message is modified b...Sébastien Helleu
2016-04-23lua: fix crash when a lua function doesn't return a value and a string was ex...Sébastien Helleu
2016-04-23api: add support of functions in hook_processSébastien Helleu
2016-04-23javascript: fix string value returned by js functionsSébastien Helleu
2016-04-05core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu
2016-03-24api: rename function unhook_all_plugin to unhook_allSébastien Helleu
2016-03-21irc: fix crash in SSL connection to the serverSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-03-13exec: fix example in /help execSébastien Helleu
2016-03-12scripts: fix typo in commentSébastien Helleu
2016-03-09logger: add note on buffer local variables to use in /help logger.file.maskSébastien Helleu
2016-03-05relay: do not execute any command received from an irc relay client (closes #...Sébastien Helleu
2016-02-25irc: complete help of SASL fail optionsSébastien Helleu
2016-02-24core: update translationsSébastien Helleu
2016-02-24Merge remote-tracking branch 'origin/pr/697'Sébastien Helleu
2016-02-23irc: add option irc.network.sasl_fail_unavailable (closes #600)Simmo Saan
2016-02-23javascript: replace include of time.h by ctimeSébastien Helleu
2016-02-19script: force refresh of scripts buffer after download of scripts list (close...Sébastien Helleu
2016-02-15core: move irc bar item "away" and two options to core (closes #692)Sébastien Helleu
2016-02-11irc: use upper case for SASL in messages displayedSébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for "...Sébastien Helleu
2016-02-07Merge remote-tracking branch 'origin/pr/680'Sébastien Helleu
2016-02-06relay: do not print final '\0' in raw message for a websocket PING message re...Sébastien Helleu
2016-02-06relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu
2016-02-05xfer: ignore signals when polling socket during file receive (closes #677)Simmo Saan
2016-02-05trigger: fix long linesSébastien Helleu
2016-02-05Merge pull request #511 from juanfra684/patch-1Sébastien Helleu
2016-02-04relay: fix commentSébastien Helleu
2016-02-02relay: fix typo in a commentSébastien Helleu
2016-01-23relay: fix command "input" received from clients (weechat protocol) (closes #...Sébastien Helleu
2016-01-17irc: add missing completion "*" for target in command /msgSébastien Helleu
2016-01-17irc: fix /msg command with multiple targets including "*"Sébastien Helleu
2016-01-17irc: add examples in /help ctcpSébastien Helleu
2016-01-17irc: add a constant with list of supported CTCPs for completion in command /ctcpSébastien Helleu
2016-01-17irc: add missing completion "*" for target in command /ctcpSébastien Helleu
2016-01-17irc: do not exit from function in case of error with "ctcp *"Sébastien Helleu
2016-01-17irc: free allocated memory in case of early exit from the functionSébastien Helleu
2016-01-17irc: fix code styleSébastien Helleu
2016-01-17Merge remote-tracking branch 'origin/pr/493'Sébastien Helleu