[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste
From: |
Sebastien Helleu |
Subject: |
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-150-g5f6df80 |
Date: |
Sun, 22 Jan 2012 12:48:58 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".
The branch, master has been updated
via 5f6df8021b73c1da27161d238cd35180cce29727 (commit)
from 51491469e5c6311ccd9dd10830f62fd436af754f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5f6df8021b73c1da27161d238cd35180cce29727
Author: Sebastien Helleu <address@hidden>
Date: Sun Jan 22 13:48:42 2012 +0100
core: add support of flags in regular expressions and highlight options,
add 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
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 +-
NEWS | 5 +-
doc/de/autogen/user/irc_commands.txt | 42 +++---
doc/de/autogen/user/irc_options.txt | 15 ++
doc/de/autogen/user/relay_options.txt | 2 +-
doc/de/autogen/user/rmodifier_commands.txt | 32 ++--
doc/de/autogen/user/weechat_commands.txt | 67 +++++-----
doc/de/autogen/user/weechat_options.txt | 4 +-
doc/en/autogen/user/irc_commands.txt | 4 +-
doc/en/autogen/user/irc_options.txt | 15 ++
doc/en/autogen/user/relay_options.txt | 2 +-
doc/en/autogen/user/rmodifier_commands.txt | 2 +-
doc/en/autogen/user/weechat_commands.txt | 1 +
doc/en/autogen/user/weechat_options.txt | 4 +-
doc/en/weechat_plugin_api.en.txt | 165 +++++++++++++++++-----
doc/fr/autogen/user/irc_commands.txt | 4 +-
doc/fr/autogen/user/irc_options.txt | 15 ++
doc/fr/autogen/user/relay_options.txt | 2 +-
doc/fr/autogen/user/rmodifier_commands.txt | 2 +-
doc/fr/autogen/user/weechat_commands.txt | 1 +
doc/fr/autogen/user/weechat_options.txt | 4 +-
doc/fr/weechat_plugin_api.fr.txt | 177 ++++++++++++++++++-----
doc/it/autogen/user/irc_commands.txt | 50 ++++---
doc/it/autogen/user/irc_options.txt | 15 ++
doc/it/autogen/user/relay_options.txt | 2 +-
doc/it/autogen/user/rmodifier_commands.txt | 28 ++--
doc/it/autogen/user/weechat_commands.txt | 75 +++++-----
doc/it/autogen/user/weechat_options.txt | 4 +-
doc/it/weechat_plugin_api.it.txt | 149 ++++++++++++++++----
po/cs.po | 61 +++++++-
po/de.po | 64 +++++++-
po/es.po | 62 +++++++-
po/fr.po | 111 ++++++++++++---
po/hu.po | 58 +++++++-
po/it.po | 64 +++++++-
po/pl.po | 62 +++++++-
po/pt_BR.po | 61 +++++++-
po/ru.po | 58 +++++++-
po/weechat.pot | 57 +++++++-
src/core/wee-command.c | 4 +-
src/core/wee-config.c | 15 ++-
src/core/wee-string.c | 216 ++++++++++++++++++++--------
src/core/wee-string.h | 5 +-
src/gui/gui-buffer.c | 9 +-
src/gui/gui-filter.c | 8 +-
src/plugins/irc/irc-channel.c | 5 +-
src/plugins/irc/irc-command.c | 9 +-
src/plugins/irc/irc-config.c | 39 +++++
src/plugins/irc/irc-config.h | 3 +
src/plugins/irc/irc-ignore.c | 3 +-
src/plugins/irc/irc-server.c | 3 +-
src/plugins/plugin.c | 4 +-
src/plugins/relay/relay-config.c | 7 +-
src/plugins/rmodifier/rmodifier-command.c | 3 +-
src/plugins/rmodifier/rmodifier.c | 4 +-
src/plugins/weechat-plugin.h | 17 ++-
56 files changed, 1471 insertions(+), 439 deletions(-)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-150-g5f6df80,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-149-g5149146
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-151-g8fb24c3
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-149-g5149146
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-151-g8fb24c3
- Index(es):