Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | core: update translations | Sebastien Helleu | |
2014-03-15 | exec: rename value "off" to "ansi" for option "-color" in command /exec | Sebastien Helleu | |
2014-03-15 | core: update ChangeLog | Sebastien Helleu | |
2014-03-15 | Merge branch 'exec' | Sebastien Helleu | |
2014-03-15 | doc: fix IRC colors 14/15 in user's guide | Sebastien Helleu | |
2014-03-15 | irc: add decoding of bright ANSI colors (90-97, 100-107) | Sebastien Helleu | |
2014-03-15 | core: add decoding of bright ANSI colors (90-97, 100-107) | Sebastien Helleu | |
2014-03-15 | exec: add option "-color" in command /exec (decode ANSI colors by default) | Sebastien Helleu | |
The ANSI colors are decoded by default to WeeChat colors (for local display), or IRC colors (if output is sent to buffer with "-o"). | |||
2014-03-15 | irc: add modifier "irc_color_decode_ansi" | Sebastien Helleu | |
2014-03-15 | core: add modifier and infos to decode ANSI colors | Sebastien Helleu | |
New modifier: - color_decode_ansi: convert ANSI colors to WeeChat colors (or remove colors). New infos: - color_ansi_regex: regex used to parse ANSI colors in a string - color_term2rgb: convert a terminal color (0-255) to RGB - color_rgb2term: convert a RGB color to terminal color (0-255) | |||
2014-03-14 | core: add options "term2rgb" and "rgb2term" in command /color | Sebastien Helleu | |
2014-03-14 | core: add functions to convert RGB to terminal color (and vice versa) | Sebastien Helleu | |
2014-03-14 | xfer: fix connection to remote host in DCC receive on Mac OS X (closes #25) | Sebastien Helleu | |
2014-03-14 | Merge pull request #26 from talisein/bug25 | Sébastien Helleu | |
xfer: Don't use sockaddr_storage for address_length | |||
2014-03-13 | xfer: Fix segfault in DCC send. | Andrew Potter | |
This was broken before the previous change, since remote_address was just a zero'd out struct. | |||
2014-03-13 | xfer: Don't use sockaddr_storage for address_length | Andrew Potter | |
Hopefully this addresses #25. | |||
2014-03-13 | exec: switch to exec buffer even if it is already opened | Sebastien Helleu | |
2014-03-13 | core: update ChangeLog (closes #24) | Sebastien Helleu | |
2014-03-13 | core: fix highlight problem with "(?-i)" and upper case letters in option ↵ | Sebastien Helleu | |
weechat.look.highlight | |||
2014-03-13 | exec: add missing empty lines in output of commands | Sebastien Helleu | |
The function weechat_string_split() collapses many separators (here "\n"), so empty lines were removed and not displayed. For example, if output is "Line1\n\nEnd\n", the empty line between "Line1" and "End" was not displayed. | |||
2014-03-13 | api: add callback in function string_replace_regex | Sebastien Helleu | |
2014-03-13 | exec: disable "output to buffer" if command is executed on an exec buffer | Sebastien Helleu | |
2014-03-13 | exec: add options "-rc"/"-norc" (display return code) in command /exec | Sebastien Helleu | |
2014-03-13 | exec: execute commands from input of exec buffers | Sebastien Helleu | |
2014-03-12 | core: update ChangeLog | Sebastien Helleu | |
2014-03-12 | core: use glibtoolize on mac instead of libtoolize | Fredrik Fornwall | |
2014-03-12 | core: assume iconv usability when cross compiling | Fredrik Fornwall | |
AC_TRY_RUN needs a fallback action when cross compiling. | |||
2014-03-12 | irc: add "#" before any channel in /join, even /join 0 (closes #20) | Sebastien Helleu | |
2014-03-12 | core: update translations | nils_2 | |
2014-03-12 | exec: add options "-ln"/"-noln" (line numbers) in command /exec | Sebastien Helleu | |
2014-03-12 | exec: automatically disable shell if command starts with "url:" (URL download) | Sebastien Helleu | |
2014-03-12 | exec: add options "-buffer" and "-sw"/"-nosw" in command /exec | Sebastien Helleu | |
2014-03-12 | exec: add option "-inclose" in command /exec | Sebastien Helleu | |
2014-03-12 | exec: add missing completion of "-ns" in command /exec | Sebastien Helleu | |
2014-03-12 | exec: add options "-n"/"-ns" in command /exec (display output in a new buffer) | Sebastien Helleu | |
2014-03-12 | exec: add option exec.command.default_options | Sebastien Helleu | |
2014-03-12 | core: update ChangeLog | Sebastien Helleu | |
2014-03-12 | Merge branch 'master' of git://github.com/talisein/weechat-1 into ↵ | Sebastien Helleu | |
talisein-master | |||
2014-03-12 | core: update ChangeLog | Sebastien Helleu | |
2014-03-12 | core: update translations | Sebastien Helleu | |
2014-03-12 | irc: display output of CAP LIST in server buffer (closes #10) | Shawn Smith | |
2014-03-11 | xfer: Fix xfer.network.own_ip behavior | Andrew Potter | |
Fixes #5. xfer shouldn't try to bind() to the own_ip address. Instead, always bind to the same local address that is connected to the irc server, and just change the out_addr if own_ip is used. Also fixes a memory leak in error path. | |||
2014-03-11 | core: add missing \0 at the end of stderr buffer in hook_process | Sebastien Helleu | |
2014-03-11 | exec: fix crash when giving bad id to command /exec -in | Sebastien Helleu | |
2014-03-11 | exec: add option "-del" in command /exec | Sebastien Helleu | |
2014-03-11 | exec: add option "-bg" in command /exec | Sebastien Helleu | |
2014-03-11 | exec: update plugin API version | Sebastien Helleu | |
2014-03-11 | exec: fix typos in /help exec | Sebastien Helleu | |
2014-03-11 | exec: add option "-set" in command /exec | Sebastien Helleu | |
2014-03-11 | exec: replace number by id in /help exec | Sebastien Helleu | |