Age | Commit message (Expand) | Author |
2013-02-28 | xfer: fix freeze of DCC file received: use select() to read socket and if an ... | Sebastien Helleu |
2013-02-26 | xfer: fix freeze of DCC file received: use non-blocking socket after connecti... | Sebastien Helleu |
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-25 | xfer: fix memory leak when refreshing xfer buffer | Sebastien Helleu |
2012-12-17 | xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from N... | Sebastien Helleu |
2012-11-27 | xfer: limit bytes received to file size (for DCC file received), fix crash wh... | Sebastien Helleu |
2012-10-18 | core: add option "-quit" for command /upgrade (save session and quit without ... | Sebastien Helleu |
2012-09-24 | xfer: fix DCC transfer error (bug #37432) | Sebastien Helleu |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option relay.n... | Sebastien Helleu |
2012-06-01 | xfer: set O_NONBLOCK flag on socket using flags read | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu |
2011-11-19 | xfer: display origin of xfer in core and xfer buffers (task #10956) | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-25 | core: fix compilation error with "pid_t" on Mac OS X (bug #34639) | Sebastien Helleu |
2011-09-22 | core: remove compilation warnings about unused return values of functions | Sebastien Helleu |
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu |
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is n... | Sebastien Helleu |
2011-08-14 | xfer: set short name for xfer chat buffer (dcc chat) only if it was not set b... | Sebastien Helleu |
2011-06-15 | relay, xfer: display possible actions in buffer even if list is empty | Sebastien Helleu |
2011-05-01 | xfer: remove unused variable | Sebastien Helleu |
2011-04-15 | plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi... | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |
2011-02-01 | Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (... | Sebastien Helleu |
2011-01-28 | Do not close chat buffers when removing xfer from list (bug #32271) | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-12 | Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925) | Sebastien Helleu |
2010-11-12 | Remove obsolete comments in xfer plugin | Sebastien Helleu |
2010-11-10 | Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug... | Sebastien Helleu |
2010-11-09 | Add note about "%h" replaced by WeeChat home in some options | Sebastien Helleu |
2010-10-31 | Remove unused variables | Sebastien Helleu |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu |
2010-09-27 | Reset infolist item cursor in callbacks for signals sending infolist pointer | Sebastien Helleu |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-03 | Add highlight word "$nick" instead of real nick in IRC and xfer plugins | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-17 | Fix bugs with xfer buffer after /upgrade | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-02-02 | Add signal "xfer_ended" (patch #7081) | Sebastien Helleu |