summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-09core: display a more explicit error when a filter fails to be added (closes #...Sé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-24api: fix handle of invalid escape in function string_convert_escaped_chars()Sé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-23core: fix truncated messages after a word with a length of zero on screen (bu...Sé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-18core: fix /uptime output for 0 daysSimmo Saan
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-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-11core: fix long linesSébastien Helleu
2015-08-09core: fix long lines in weechat.cSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
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-08-03core: update options supporting secured data in /help secureSébastien Helleu
2015-07-26core: fix typo in /help weechat.look.key_grab_delaySébastien Helleu
2015-07-26core: factorize functions to search text in windowSébastien Helleu
2015-07-26Merge remote-tracking branch 'origin/pr/393'Sébastien Helleu
2015-07-26core: add option weechat.look.key_grab_delay to set the default delay when gr...Sébastien Helleu
2015-07-25core: flush stdout/stderr after sending text directly on them (fix corrupted ...Sébastien Helleu
2015-07-25core: allow execution of command "/input return" on a buffer which is not dis...Sébastien Helleu
2015-07-24core: allow jump from current to previous buffer with default keys "alt-j NN"Simmo Saan
2015-07-23core: remove useless "return"Sébastien Helleu
2015-07-22core: fix typo in /help windowSé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-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...Sé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-17core: fix format of commentSébastien Helleu