Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-08-13 | xfer: fix memory leak in case of memory error in xfer_chat_open_buffer() | Sébastien Helleu | |
2016-06-18 | api: remove functions printf_date() and printf_tags() | Sébastien Helleu | |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu | |
This pointer is the first argument received by callbacks, and the existing argument "data" is now automatically freed by WeeChat when the object containing the callback is removed. With this new pointer, the linked list of callbacks in scripts has been removed. This will improve speed of scripts (using a lot of hooks), reduce memory used by scripts and reduce time to unload scripts. Following functions are affected in the C API: * exec_on_files * config_new * config_new_section * config_new_option * hook_command * hook_command_run * hook_timer * hook_fd * hook_process * hook_process_hashtable * hook_connect * hook_print * hook_signal * hook_hsignal * hook_config * hook_completion * hook_modifier * hook_info * hook_info_hashtable * hook_infolist * hook_hdata * hook_focus * unhook_all_plugin * buffer_new * bar_item_new * upgrade_new * upgrade_read | |||
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-05-18 | xfer: correctly use and parse \r\n line endings in CHAT (closes #425) | Simmo Saan | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-01-09 | xfer: add support of IPv6 for DCC chat/file (patch #7992) | Andrew Potter | |
2014-01-02 | xfer: add "network" prefix for (dis)connection messages in xfer chat buffer | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-07-11 | xfer: add option xfer.look.pv_tags | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | 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 ↵ | Sebastien Helleu | |
Nils Görs) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | 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 ↵ | Sebastien Helleu | |
not set (in buffer infolist or property) | |||
2011-08-14 | xfer: set short name for xfer chat buffer (dcc chat) only if it was not set ↵ | Sebastien Helleu | |
by another plugin/script | |||
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-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | 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-01-29 | Fix crash when purging old xfer chats (bug #28764) | Sebastien Helleu | |
2010-01-18 | Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ↵ | Sebastien Helleu | |
plugin (bug #28658) | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-09-20 | Add missing charset decoding/encoding for IRC DCC chat (bug #27482) | Sebastien Helleu | |
2009-03-23 | Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color ↵ | Sebastien Helleu | |
support in xfer DCC chat (bug #25974) | |||
2009-03-23 | Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc ↵ | Sebastien Helleu | |
buffer if it already exists | |||
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu | |
2009-02-17 | Add new local variable "type" for buffers | Sebastien Helleu | |
Values are set by plugins: - irc and jabber: "server", "channel", "private", "debug" - relay: "relay" (list) - xfer: "xfer" (list), "private" (DCC chat) | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵ | Sebastien Helleu | |
by /dcc command) | |||
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) |