Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-12-26 | core: store microseconds in buffer lines (closes #649) | Sébastien Helleu | |
2023-12-15 | core: fix crash on plugin reload when using musl libs (closes #2052) | Sébastien Helleu | |
2023-05-20 | irc: create server/channel/raw buffers with function buffer_new_props (issue ↵ | Sébastien Helleu | |
#1942) With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-01-28 | irc: make IRC raw filters case sensitive (issue #1872) | Sébastien Helleu | |
Except the IRC command name filter (`m:xxx`). | |||
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-10-12 | irc: escape backslashes in raw buffer (closes #1838) | Sébastien Helleu | |
2022-10-01 | irc: set local variable "filter" when doing `/server raw xxx` with raw ↵ | Sébastien Helleu | |
buffer already opened (closes #1448) | |||
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-10-17 | irc: parse and return command parameters in message parser | Sébastien Helleu | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-03-28 | irc: remove empty lines | Sébastien Helleu | |
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-11-03 | irc: add filters on raw buffer (closes #1000) | 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-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-06-10 | core, plugins: fix conditions to insert elements in linked lists | Sébastien Helleu | |
This removes scan-build warnings about dereference of last_xxx null pointers. | |||
2017-03-25 | irc: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu | |
Functions: - irc_channel_nick_speaking_time_free - irc_ignore_free - irc_notify_free - irc_raw_message_free - irc_server_outqueue_free | |||
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-08-23 | irc: display the arrow before server name in raw buffer | Sébastien Helleu | |
This prevents the arrow to be truncated if the option weechat.look.prefix_align_max is set to a non-zero value. | |||
2015-08-22 | irc: add hex dump of messages in raw buffer | Sébastien Helleu | |
The dump of messages is displyed when the debug is enabled for irc plugin (level 2 or more), for example: /debug set irc 2 | |||
2015-08-22 | irc: fix display of invalid UTF-8 chars in raw buffer | Sébastien Helleu | |
Invalid UTF-8 chars are now displayed as hexadecimal codes, for example: "test\xE9" instead of "test?" (the real word being "testé"). | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-22 | irc: use syntax \xNN instead of \NN for control chars in raw buffer | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | 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-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | 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 | irc: set short name on buffers only if it was not set by another plugin/script | Sebastien Helleu | |
2011-06-14 | irc, relay: check that prefix and message are not NULL before adding a ↵ | Sebastien Helleu | |
message to raw buffer | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-12 | Fix bug with flags on irc raw buffer | Sebastien Helleu | |
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
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-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 | Change buffer properties only when buffer is created by IRC plugin (channels ↵ | Sebastien Helleu | |
and raw buffer), do not change them after /upgrade | |||
2010-02-20 | Allow input "q" to close IRC raw buffer | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-24 | Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ↵ | Sebastien Helleu | |
alt-r | |||
2009-04-14 | Fix bug with upgrade and irc raw buffer, save irc raw messages during upgrade | Sebastien Helleu | |
2009-03-23 | Fix typo in irc-raw.c and jabber-debug.c | Sebastien Helleu | |
2009-03-19 | Add missing include of time.h in irc-raw.C | Sebastien Helleu | |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu | |
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer) |