Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | irc: add variable "nick_host" in server structure | Sébastien Helleu | |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-04-02 | irc: allocate the string "prefix" in nick | Sébastien Helleu | |
This fixes a crash when calling the function hdata_string on the "prefix" variable in the nick. | |||
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-01 | core: update copyright dates | Sébastien Helleu | |
2015-03-07 | irc: track realnames using extended-join and WHO | Max Teufel | |
2015-01-25 | irc: change type of "account" parameter to "const char *" in irc_nick_new() | Sébastien Helleu | |
2015-01-24 | irc: add support for CAP account-notify | Max Teufel | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-11-01 | irc: add argument "server_message" in function irc_nick_color_for_msg | Sébastien Helleu | |
2014-06-03 | irc: fix comment | Sébastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-07 | irc: add option irc.look.ban_mask_default (bug #26571) | Sebastien Helleu | |
2013-04-23 | irc: add support of UHNAMES (capability "userhost-in-names") (task #9353) | Sebastien Helleu | |
2013-01-25 | irc: add color in output of /names when result is on server buffer (channel ↵ | Sebastien Helleu | |
not joined) (bug #38070) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-08-20 | irc: move options weechat.look.nickmode{_empty} to ↵ | Sebastien Helleu | |
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour). | |||
2012-03-12 | irc: use computed nick color in many messages instead of option ↵ | Sebastien Helleu | |
weechat.color.chat_nick | |||
2012-03-06 | irc: compute hash to find nick color for nick in server message when nick is ↵ | Sebastien Helleu | |
not in nicklist | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-03-23 | irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵ | Sebastien Helleu | |
single option irc.color.nick_prefixes (task #10888) | |||
2011-02-24 | Refresh nicks colors in nicklist when changing option ↵ | Sebastien Helleu | |
weechat.color.chat_nick_colors | |||
2011-02-23 | Add new option irc.look.color_nicks_in_nicklist | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-20 | Replace the 10 nick color options and number of nick colors by a single ↵ | Sebastien Helleu | |
option "weechat.color.chat_nick_colors" (comma separated list of colors) | |||
2010-11-10 | Search nicklist group without leading digits in irc plugin | Sebastien Helleu | |
2010-10-29 | Add new option irc.look.nick_color_force | Sebastien Helleu | |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
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-15 | Add IRC info "irc_nick_color_name" to get color name of a nick | Sebastien Helleu | |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu | |
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed | |||
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu | |
2010-05-23 | Add IRC command /wallchops, fix bug with display of notice for ops (task ↵ | Sebastien Helleu | |
#10021, bug #29932) | |||
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC ↵ | Sebastien Helleu | |
nick name (patch #7133) | |||
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-11-19 | Add IRC option to use same nick color in channel and private (on by default) ↵ | Sebastien Helleu | |
(task #9870) | |||
2009-01-31 | Fix nicklist sort with IRC nicks (chan owner and admin first in list) | Sebastien Helleu | |
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-03 | Update copyright dates | Sebastien Helleu | |