1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Commit Graph

  • 7f54a1adc1 ruby: add detection of Ruby 2.1 Sebastien Helleu 2014-03-16 11:26:47 +01:00
  • 6981a17bbb exec: add example with option "-pipe" in /help exec Sebastien Helleu 2014-03-16 10:29:07 +01:00
  • 9a51449ee6 exec: add return code ("rc") in hashtable sent with option "-hsignal" Sebastien Helleu 2014-03-16 10:08:08 +01:00
  • bd2a625386 core: update translations Sebastien Helleu 2014-03-16 09:55:41 +01:00
  • fcf5e84fa4 exec: add values "irc" and "weechat" for option "-color", replace "decode" by "auto" Sebastien Helleu 2014-03-16 09:52:44 +01:00
  • ffba715ea1 exec: add options "-pipe" and "-hsignal" in command /exec Sebastien Helleu 2014-03-16 09:37:45 +01:00
  • 7afd013665 trigger: fix build of hashtable in hsignal callback when values have type "string" Sebastien Helleu 2014-03-16 08:50:24 +01:00
  • 11f2f5d3e4 exec: do not create/switch to buffer with option "-bg" Sebastien Helleu 2014-03-15 19:48:37 +01:00
  • 4245de528e exec: add examples in /help exec Sebastien Helleu 2014-03-15 19:40:15 +01:00
  • ff636cae89 exec: fix typo in /help exec Sebastien Helleu 2014-03-15 19:22:28 +01:00
  • 0c18f6defe core: update German translations nils_2 2014-03-15 19:12:23 +01:00
  • 112398ee62 exec: fix compilation on OpenBSD Sebastien Helleu 2014-03-15 15:56:58 +01:00
  • 4ee2ef584d doc: add exec plugin in developer's guide Sebastien Helleu 2014-03-15 15:15:29 +01:00
  • fff24d0a23 core: update translations Sebastien Helleu 2014-03-15 15:08:49 +01:00
  • c92b186e01 exec: rename value "off" to "ansi" for option "-color" in command /exec Sebastien Helleu 2014-03-15 12:43:06 +01:00
  • 520509d62c core: update ChangeLog Sebastien Helleu 2014-03-15 12:31:11 +01:00
  • 85abcaedaa Merge branch 'exec' Sebastien Helleu 2014-03-15 12:28:07 +01:00
  • a62430b744 doc: fix IRC colors 14/15 in user's guide Sebastien Helleu 2014-03-15 12:14:20 +01:00
  • 0bfbe8ef40 irc: add decoding of bright ANSI colors (90-97, 100-107) Sebastien Helleu 2014-03-15 12:09:51 +01:00
  • 6749ed354d core: add decoding of bright ANSI colors (90-97, 100-107) Sebastien Helleu 2014-03-15 12:09:31 +01:00
  • 298f0211c1 exec: add option "-color" in command /exec (decode ANSI colors by default) Sebastien Helleu 2014-03-15 11:30:08 +01:00
  • d3c85c920c irc: add modifier "irc_color_decode_ansi" Sebastien Helleu 2014-03-15 11:12:49 +01:00
  • e38f437ad7 core: add modifier and infos to decode ANSI colors Sebastien Helleu 2014-03-15 11:06:30 +01:00
  • 9e659d9f2e core: add options "term2rgb" and "rgb2term" in command /color Sebastien Helleu 2014-03-14 19:51:52 +01:00
  • a97bcd1ca1 core: add functions to convert RGB to terminal color (and vice versa) Sebastien Helleu 2014-03-14 19:16:13 +01:00
  • 5c5084c37f xfer: fix connection to remote host in DCC receive on Mac OS X (closes #25) Sebastien Helleu 2014-03-14 09:29:41 +01:00
  • b9b55f9c81 Merge pull request #26 from talisein/bug25 Sébastien Helleu 2014-03-14 09:27:30 +01:00
  • 1baa2e288c xfer: Fix segfault in DCC send. Andrew Potter 2014-03-13 20:59:48 -07:00
  • 92d454eb8d xfer: Don't use sockaddr_storage for address_length Andrew Potter 2014-03-13 20:06:05 -07:00
  • d791e76e1b exec: switch to exec buffer even if it is already opened Sebastien Helleu 2014-03-13 14:50:38 +01:00
  • d52e5d8c8a core: update ChangeLog (closes #24) Sebastien Helleu 2014-03-13 14:17:04 +01:00
  • eb21248ae7 core: fix highlight problem with "(?-i)" and upper case letters in option weechat.look.highlight Sebastien Helleu 2014-03-13 14:14:10 +01:00
  • 7b31d397b7 exec: add missing empty lines in output of commands Sebastien Helleu 2014-03-13 12:08:33 +01:00
  • cd65198c71 api: add callback in function string_replace_regex Sebastien Helleu 2014-03-13 10:59:58 +01:00
  • c8f574d730 exec: disable "output to buffer" if command is executed on an exec buffer Sebastien Helleu 2014-03-13 09:02:36 +01:00
  • 0eca1fd20b exec: add options "-rc"/"-norc" (display return code) in command /exec Sebastien Helleu 2014-03-13 07:56:20 +01:00
  • 571a7a5dbe exec: execute commands from input of exec buffers Sebastien Helleu 2014-03-13 07:38:16 +01:00
  • 1a30be392b core: update ChangeLog Sebastien Helleu 2014-03-12 22:25:49 +01:00
  • cdb2a7374d core: use glibtoolize on mac instead of libtoolize Fredrik Fornwall 2014-03-12 22:15:58 +01:00
  • 2ea9f673a8 core: assume iconv usability when cross compiling Fredrik Fornwall 2014-03-12 21:49:13 +01:00
  • 86e12946a5 irc: add "#" before any channel in /join, even /join 0 (closes #20) Sebastien Helleu 2014-03-12 22:00:05 +01:00
  • ace01aff50 core: update translations nils_2 2014-03-12 21:36:09 +01:00
  • ed6ea18c30 exec: add options "-ln"/"-noln" (line numbers) in command /exec Sebastien Helleu 2014-03-12 19:52:04 +01:00
  • 08bffd6f5a exec: automatically disable shell if command starts with "url:" (URL download) Sebastien Helleu 2014-03-12 19:18:29 +01:00
  • 6c20e402dc exec: add options "-buffer" and "-sw"/"-nosw" in command /exec Sebastien Helleu 2014-03-12 19:13:56 +01:00
  • 442bc80da6 exec: add option "-inclose" in command /exec Sebastien Helleu 2014-03-12 12:04:23 +01:00
  • 2962ce55d6 exec: add missing completion of "-ns" in command /exec Sebastien Helleu 2014-03-12 11:56:09 +01:00
  • e8de096625 exec: add options "-n"/"-ns" in command /exec (display output in a new buffer) Sebastien Helleu 2014-03-12 11:54:00 +01:00
  • 0790836695 exec: add option exec.command.default_options Sebastien Helleu 2014-03-12 09:57:39 +01:00
  • 0b73de9e98 core: update ChangeLog Sebastien Helleu 2014-03-12 09:44:39 +01:00
  • 4582a3cd24 Merge branch 'master' of git://github.com/talisein/weechat-1 into talisein-master Sebastien Helleu 2014-03-12 09:36:09 +01:00
  • 19d93d28ab core: update ChangeLog Sebastien Helleu 2014-03-12 09:27:18 +01:00
  • a38e577596 core: update translations Sebastien Helleu 2014-03-12 09:26:28 +01:00
  • d3ee1bcfe0 irc: display output of CAP LIST in server buffer (closes #10) Shawn Smith 2014-03-08 18:47:18 -05:00
  • 9f140ca805 xfer: Fix xfer.network.own_ip behavior Andrew Potter 2014-03-09 11:04:15 -07:00
  • 9543f9c034 core: add missing \0 at the end of stderr buffer in hook_process Sebastien Helleu 2014-03-11 21:11:54 +01:00
  • d5e1a52e24 exec: fix crash when giving bad id to command /exec -in Sebastien Helleu 2014-03-11 20:13:28 +01:00
  • 2dc6eeaee2 exec: add option "-del" in command /exec Sebastien Helleu 2014-03-11 18:11:52 +01:00
  • 281cfdda94 exec: add option "-bg" in command /exec Sebastien Helleu 2014-03-11 17:51:06 +01:00
  • 5708b3977c exec: update plugin API version Sebastien Helleu 2014-03-11 15:41:11 +01:00
  • 319f2a51ec exec: fix typos in /help exec Sebastien Helleu 2014-03-11 15:40:55 +01:00
  • e3de3e6dda exec: add option "-set" in command /exec Sebastien Helleu 2014-03-11 11:45:19 +01:00
  • 29e498d002 exec: replace number by id in /help exec Sebastien Helleu 2014-03-11 11:27:01 +01:00
  • 67b892d1fd exec: add list of signal names in /help exec Sebastien Helleu 2014-03-11 11:23:35 +01:00
  • 2527c282c3 exec: implement options -signal/-kill/-killall in command /exec Sebastien Helleu 2014-03-11 11:18:07 +01:00
  • 3f50356a14 exec: remove error prefix in case of unexpected end of a command Sebastien Helleu 2014-03-11 10:41:55 +01:00
  • ee2cb329f4 exec: display command return code after output (stdout/stderr) Sebastien Helleu 2014-03-11 09:52:08 +01:00
  • 9355c867ed exec: add tag "exec_rc" for line with command return code, remove empty line displayed before Sebastien Helleu 2014-03-11 08:24:07 +01:00
  • 97254780d6 exec: add exec plugin Sebastien Helleu 2014-03-10 14:26:23 +01:00
  • 4f48c7a566 api: add option "detached" in function hook_process_hashtable Sebastien Helleu 2014-03-11 17:48:52 +01:00
  • cd66b459de relay: search buffers by full name Sebastien Helleu 2014-03-11 15:30:51 +01:00
  • e3207000dd fifo: search buffer by full name when text is received in pipe Sebastien Helleu 2014-03-11 15:16:55 +01:00
  • 9c838d2628 api: add support of case insensitive search and search by buffer full name in function buffer_search (bug #34318) Sebastien Helleu 2014-03-11 15:07:36 +01:00
  • 925ba52793 core: update translations Sebastien Helleu 2014-03-11 13:06:00 +01:00
  • 42b416af19 api: add option "signal" in function hook_set to send a signal to the child process Sebastien Helleu 2014-03-11 11:14:07 +01:00
  • b6da2c3fa5 core: fix detection of terminated process in hook_process Sebastien Helleu 2014-03-11 11:01:00 +01:00
  • acb24d9d2a trigger: add plugin name in error messages Sebastien Helleu 2014-03-10 21:10:23 +01:00
  • 765b603cb2 trigger: remove unneeded code to make C compiler happy Sebastien Helleu 2014-03-09 09:13:29 +01:00
  • 1589e54e02 trigger: fix typo in a comment Sebastien Helleu 2014-03-08 09:15:17 +01:00
  • 3c2d8ca776 core: add shadow on WeeChat screenshot in README Sebastien Helleu 2014-03-07 20:56:31 +01:00
  • 32703ae42b core: set option weechat.look.buffer_search_where to prefix_message by default Sebastien Helleu 2014-03-07 20:47:28 +01:00
  • f62472e377 script: fix scroll on script buffer in the detailed view of script (closes #6) Sebastien Helleu 2014-03-07 17:50:18 +01:00
  • 8fac1eea40 core: fix "/window scroll -N" on a buffer with free content Sebastien Helleu 2014-03-07 17:46:51 +01:00
  • 62d3c4ebfc doc: update German auto-generated files Sebastien Helleu 2014-03-07 09:25:50 +01:00
  • 7a191c2de1 relay: fix crash on /upgrade received from a client (weechat protocol) Sebastien Helleu 2014-03-07 09:22:21 +01:00
  • c87cd88e72 de.po: add missing translations nils_2 2014-03-06 22:41:54 +01:00
  • dc2365104f core: add option weechat.look.hotlist_add_conditions, remove option weechat.look.hotlist_add_buffer_if_away Sebastien Helleu 2014-03-06 19:29:08 +01:00
  • 6fbba54bf0 core: fix recursive calls to function eval_expression Sebastien Helleu 2014-03-06 18:23:20 +01:00
  • 0edf3c0674 core: add a WeeChat screenshot in README.asciidoc Sebastien Helleu 2014-03-06 09:52:01 +01:00
  • 458dc88330 core: add asciidoc attribute "lang" in Contributing and README Sebastien Helleu 2014-03-06 09:51:07 +01:00
  • 659cf10f3b core: add sub-sections and note about scripts in Contributing.asciidoc Sebastien Helleu 2014-03-05 14:04:23 +01:00
  • 63b2b30d80 core: fix typo in Contributing.asciidoc Sebastien Helleu 2014-03-05 13:31:22 +01:00
  • ecf18c81f7 core: add file Contributing.asciidoc Sebastien Helleu 2014-03-05 13:27:34 +01:00
  • b2a48a9913 core: move content of INSTALL.asciidoc into README.asciidoc Sebastien Helleu 2014-03-05 12:44:10 +01:00
  • 59f0927c9b core: rename file NEWS.asciidoc to ReleaseNotes.asciidoc Sebastien Helleu 2014-03-05 12:21:54 +01:00
  • 2d7778292a relay: add info "relay_client_count" with optional status name as argument Sebastien Helleu 2014-03-05 11:49:25 +01:00
  • 0995eb334f relay: add signals "relay_client_xxx" for client status changes (closes #2) Sebastien Helleu 2014-03-05 11:43:32 +01:00
  • 7115f8306a core: add link to formatted version of {ChangeLog|NEWS}.asciidoc Sebastien Helleu 2014-03-05 11:06:49 +01:00
  • 90b2094b70 core: add .asciidoc files in main Makefile.am Sebastien Helleu 2014-03-05 10:37:04 +01:00
  • 1d928b50cc core: add "foreign" for AM_INIT_AUTOMAKE to ignore missing files and remove some warnings Sebastien Helleu 2014-03-05 10:35:15 +01:00