summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2015-11-07irc: make /ban, /unban, /quiet, /unquiet send multiple at once (closes #15)Simmo Saan
2015-10-27ruby: fix load of scripts requiring "uri" (closes #433)Sébastien Helleu
2015-10-25fifo: add buffer name in error when the buffer is not foundSébastien Helleu
2015-10-18irc: add "cap-notify" in list of supported capabilities (/help cap)Sébastien Helleu
2015-10-18irc: fix code styleSébastien Helleu
2015-10-18Merge remote-tracking branch 'origin/pr/477'Sébastien Helleu
2015-09-30core: update translationsSébastien Helleu
2015-09-27logger: Report system error string to userAndrew Potter
2015-09-13relay: remove useless condition always evaluated to trueSébastien Helleu
2015-09-12alias: display completion in /alias list (closes #518)Sébastien Helleu
2015-09-12alias: fix indentation errorSébastien Helleu
2015-09-08irc: fix charset decoding in incoming private messages (closes #520)Sébastien Helleu
2015-08-25irc: remove blank line at the end of fileSébastien Helleu
2015-08-24script: add option script.scripts.download_timeoutSébastien Helleu
2015-08-24irc: fix typos in /help ban and /help quietSébastien Helleu
2015-08-24irc: add command /cap (closes #8)Sébastien Helleu
2015-08-23relay: display the arrow before client id and protocol in raw bufferSébastien Helleu
2015-08-23irc: display the arrow before server name in raw bufferSébastien Helleu
2015-08-22irc: add hex dump of messages in raw bufferSébastien Helleu
2015-08-22relay: use API function string_hex_dump() to display raw messageSébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-22irc: fix display of messages sent to server in raw bufferSébastien Helleu
2015-08-22irc: fix display of invalid UTF-8 chars in raw bufferSébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
2015-08-13python: fix cppcheck error on variable "python2_bin" (closes #486)Sébastien Helleu
2015-08-13api: add missing function infolist_search_var() in script API (issue #484)Sébastien Helleu
2015-08-13api: add missing function hook_completion_get_string() in script API (issue #...Sébastien Helleu
2015-08-12javascript: remove debug prints in log fileSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
2015-08-08irc: add support for CAP cap-notifyMax Teufel
2015-08-07core: update translationsSébastien Helleu
2015-08-07Merge remote-tracking branch 'origin/pr/475'Sébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-08-04irc: remove lag item when a lag is displayed and new lag computed is exactly ...Sébastien Helleu
2015-07-20irc: add separate color option for current topic in channel bufferSimmo Saan
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, remove...Sébastien Helleu
2015-07-19xfer: fix typo in a commentSébastien Helleu
2015-07-19aspell: fix typo in a commentSébastien Helleu
2015-07-18xfer: fix crash if the DCC file socket number is too high (issue #465)Sébastien Helleu
2015-07-17irc: fix format of commentSébastien Helleu
2015-07-10irc: evaluate content of server option "nicks"Sébastien Helleu
2015-07-09irc: do not allow command /query with a channel name (closes #459)Sébastien Helleu
2015-07-04logger: fix type of value returned by function logger_tail_last_eolSébastien Helleu
2015-07-04irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu