Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | 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-17 | irc: add a constant with list of supported CTCPs for completion in command /ctcp | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-10-18 | irc: add "cap-notify" in list of supported capabilities (/help cap) | Sébastien Helleu | |
2015-08-24 | irc: add command /cap (closes #8) | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-10-26 | irc: automatically add current channel in command /samode (closes #241) | Sébastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-02-21 | irc: use same return code and message in all commands when arguments are ↵ | Sebastien Helleu | |
wrong/missing | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-06 | irc: use low priority for MODE sent automatically by WeeChat (when joining ↵ | Sebastien Helleu | |
channel) | |||
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-01-01 | Update copyright dates | 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-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu | |
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0). | |||
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu | |
2009-03-01 | Fix crash with IRC commands msg/notice/query/quote when executed with too ↵ | Sebastien Helleu | |
few arguments (bug #25739) | |||
2009-02-26 | Display explicit message when irc command must be executed on irc buffer or ↵ | Sebastien Helleu | |
connected server | |||
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-05 | Do not set unread marker on IRC server and channels when reconnecting to IRC ↵ | Sebastien Helleu | |
server if self nick is away | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to ↵ | Sebastien Helleu | |
leave channel or disconnect from server when buffer is closed | |||
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu | |
2007-12-10 | Changes in IRC plugin | Sebastien Helleu | |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu | |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu | |
2007-12-09 | Changes in IRC plugin to use new API | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | Sebastien Helleu | |
2007-10-31 | Added/renamed some files, many changes in IRC sources for running as plugin ↵ | Sebastien Helleu | |
(still under development) |