Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-18 | relay: redirect some irc messages from clients to hide output (bug #33516) | Sebastien Helleu | |
Messages redirected by relay plugin: mode, ison, list, names, topic, who, whois, whowas, time, userhost. | |||
2012-03-06 | relay: add "date_printed" and "highlight" in signal "_buffer_line_added" ↵ | Sebastien Helleu | |
(WeeChat protocol) | |||
2012-01-23 | relay: use protocol arguments for protocol "irc" only (arguments forbidden ↵ | Sebastien Helleu | |
for protocol "weechat") | |||
2012-01-23 | relay: add protocol "weechat" in /help relay | Sebastien Helleu | |
2012-01-23 | relay: do not create relay if there is a problem with socket creation (bug ↵ | Sebastien Helleu | |
#35345) | |||
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-12 | relay: fix compilation error when zlib is not found | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-25 | relay: add signal "buffer_type_changed" in weechat protocol | Sebastien Helleu | |
2011-12-25 | relay: add signal "buffer_unmerged" in weechat protocol | Sebastien Helleu | |
2011-12-23 | relay: fix crash when not enough arguments are received in a command of ↵ | Sebastien Helleu | |
weechat protocol | |||
2011-12-20 | relay: add type "hashtable" in relay protocol and hdata, add signals ↵ | Sebastien Helleu | |
"buffer_localvar_xxx" in protocol | |||
2011-12-17 | relay: update relay buffer when bytes are sent to clients (irc and weechat ↵ | Sebastien Helleu | |
protocols) | |||
2011-12-17 | relay: add commands "sync" and "desync" in WeeChat protocol | Sebastien Helleu | |
2011-12-07 | relay: fix constant overflow (on 32-bit systems) in "test" command of ↵ | Sebastien Helleu | |
weechat protocol | |||
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) | |||
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu | |
2011-11-21 | relay: ignore newline chars in commands received, rename command "pass" to ↵ | Sebastien Helleu | |
"password" | |||
2011-11-18 | relay: add password support and command "info" in WeeChat protocol | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu | |
2011-08-18 | core: remove some compilation warnings under Cygwin | 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 | relay: set short name for relay raw buffer only if it was not set by another ↵ | Sebastien Helleu | |
plugin/script | |||
2011-07-10 | relay: fix bug with self nick when someone changes its nick on channel (bug ↵ | Sebastien Helleu | |
#33739) | |||
2011-06-15 | relay, xfer: display possible actions in buffer even if list is empty | 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-05-26 | relay: fix memory leak on plugin load (free raw messages) | Sebastien Helleu | |
2011-05-26 | relay: fix memory leak (free some parsed messages) (bug #33387) | Sebastien Helleu | |
2011-04-25 | relay: fix crash on /upgrade when nick in irc client is not yet set | Sebastien Helleu | |
2011-04-15 | plugins: fix memory leaks when setting buffer callbacks after /upgrade ↵ | Sebastien Helleu | |
(plugins: irc, relay, xfer, scripts) | |||
2011-03-05 | relay: allow colon in server password received from client | Sebastien Helleu | |
2011-03-01 | relay: do not send join for private buffers to client | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-06 | Add example for irc proxy in /help relay | Sebastien Helleu | |
2010-11-12 | Fix upgrade of relay clients in state "disconnected" (do not create any hook ↵ | Sebastien Helleu | |
after /upgrade) | |||
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu | |
2010-10-11 | Remove unneeded spaces | Sebastien Helleu | |
2010-09-20 | Send channel topic to relay client when joining a channel | Sebastien Helleu | |
2010-09-18 | Fix order of relay clients after /upgrade | Sebastien Helleu | |
2010-09-18 | Remove unused variable | Sebastien Helleu | |
2010-09-18 | Add support of /upgrade in Relay plugin | Sebastien Helleu | |
2010-09-18 | Close relay server sockets on /upgrade | Sebastien Helleu | |
2010-09-18 | Fix problem when removing relay server (socket was closed, but option ↵ | Sebastien Helleu | |
relay.port.xxx not removed) | |||
2010-09-17 | Add new option relay.network.bind_address | Sebastien Helleu | |
2010-09-17 | Add new option relay.network.password | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |