Sebastien Helleu
e6125608c0
rmodifier: reallow names beginning with "#" for rmodifiers
2012-06-04 18:21:29 +02:00
Sebastien Helleu
231ee3fa3d
rmodifier: prohibit names beginning with "#" for rmodifiers
2012-06-04 10:06:46 +02:00
Sebastien Helleu
c681c660c6
alias: prohibit names beginning with "#" for aliases (bug #36584 )
2012-06-04 09:59:03 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
2012-06-03 09:25:29 +02:00
Nils Görs
70afcffe34
doc: update german translations and user guide
2012-06-02 09:07:26 +02:00
Krzysztof Koroscik
d401e645a6
doc: update polish translations and FAQ
2012-06-01 18:51:28 +02:00
Ryuunosuke Ayanokouzi
4b43f0655a
doc: fix titles of level 2 in japanese FAQ (fix problem with old asciidoc versions)
2012-05-20 17:22:31 +02:00
Sebastien Helleu
abcf34c0e2
doc: fix regex for filtering voice messages on bitlbee server
2012-05-20 16:19:29 +02:00
Marco Paolone
af20685a15
doc: update italian translations and user guide
2012-05-20 15:48:16 +02:00
Nils Görs
19afffcef3
doc: update german translations and user guide
2012-05-20 14:42:34 +02:00
Sebastien Helleu
1bbd15a2b5
doc: use different format for titles of level 0/1 in japanese FAQ (fix build with old asciidoc versions)
2012-05-19 10:05:22 +02:00
Sebastien Helleu
84175f6287
doc: update hdata "irc_server" (add "chanmodes") in plugin API reference
2012-05-18 15:37:09 +02:00
Marco Paolone
0346e1fe73
doc: update italian user guide and plugin API reference
2012-05-18 15:33:19 +02:00
Sebastien Helleu
b68702ed00
doc: add japanese FAQ (patch #7781 )
2012-05-18 09:17:33 +02:00
Sebastien Helleu
abb31e1d15
doc: add note about version for signals "upgrade" and "upgrade_ended" in relay protocol
2012-05-17 11:51:55 +02:00
Sebastien Helleu
a62b243af5
relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
2012-05-17 11:24:59 +02:00
Sebastien Helleu
36d5f464fb
doc: add note about property "short_name" of buffers (plugin API reference)
2012-05-11 19:15:48 +02:00
Sebastien Helleu
c2c83466f9
doc: fix typo in python example of infolist_get (plugin API reference)
2012-05-05 21:56:00 +02:00
Sebastien Helleu
5c64e36bc0
core: add description of "command" in /help key
2012-05-05 20:04:02 +02:00
Sebastien Helleu
ccfc2ae99c
doc: update list of contributors in user guide
2012-05-03 16:24:41 +02:00
Sebastien Helleu
3d73805198
doc: fix recommended version of Python in user guide
2012-05-03 12:35:57 +02:00
Sebastien Helleu
c72fa72aef
doc: fix arguments sent to callback of hook_command in plugin API reference
2012-04-18 08:05:46 +02:00
Sebastien Helleu
477e9a609c
doc: fix return value of function "color" in plugin API reference
2012-04-17 08:56:17 +02:00
Marco Paolone
6c26bc79d9
doc: update italian translations and user guide
2012-04-16 13:49:18 +02:00
Sebastien Helleu
c1104eb383
core: update hdata "key" (add "score") in plugin API reference
2012-04-16 13:47:34 +02:00
Sebastien Helleu
7fe2550b40
core: fix help of option weechat.completion.nick_completer
2012-04-11 22:25:42 +02:00
Sebastien Helleu
04b228715b
doc: fix return value of function hook_modifier_exec in plugin API reference
2012-04-11 21:33:05 +02:00
Sebastien Helleu
783e6228a0
doc: update list of translators in user guide
2012-04-09 12:58:28 +02:00
Sebastien Helleu
093abf96f3
doc: update help of command /disconnect in user guide
2012-04-09 12:06:34 +02:00
Sebastien Helleu
902c0903d3
core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197 )
2012-04-07 18:47:41 +02:00
Sebastien Helleu
6c261d31e1
doc: add list of commonly used tags in plugin API reference (in function printf_date_tags)
2012-04-04 20:02:27 +02:00
Sebastien Helleu
8bc6c1363b
irc: fix help of option irc.color.mirc_remap
2012-04-03 21:31:15 +02:00
Marco Paolone
8c03f8dee4
doc: update italian plugin API reference
2012-04-03 21:27:18 +02:00
Sebastien Helleu
5459e6595a
core: fix bugs with option weechat.look.prefix_same_nick, use nick color for string used as replacement
...
Bugs fixed:
- hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages)
- hide/replace prefix only when displaying messages (do not cache value in lines)
The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
2012-04-03 21:22:53 +02:00
Sebastien Helleu
ae2c97b8cb
doc: argument "shutdown_function" is optional in function register (scripting guide)
2012-03-29 11:33:52 +02:00
Sebastien Helleu
fbf38ddbd5
logger: add colors for backlog lines and end of backlog (task #11966 )
2012-03-28 21:48:55 +02:00
Nils Görs
1236befd74
core: update german translations
2012-03-28 18:12:51 +02:00
Sebastien Helleu
67115edf3d
core: add option weechat.look.prefix_same_nick (hide or change prefix on messages whose nick is the same as previous message) (task #11965 )
2012-03-28 18:07:15 +02:00
Sebastien Helleu
0a08581f1b
irc: allow more than one nick in command /invite
2012-03-26 13:45:41 +02:00
Sebastien Helleu
5d6e3d1a7a
doc: fix order of arguments for function nicklist_add_group in plugin API reference
2012-03-24 09:55:29 +01:00
Sebastien Helleu
6d80855819
doc: add missing command "/set weechat.look.align_end_of_lines time" in question about URLs (FAQ)
2012-03-23 19:43:57 +01:00
Sebastien Helleu
9972cce777
core: add a connection timeout for child process in hook_connect (bug #35966 )
2012-03-23 18:24:47 +01:00
Sebastien Helleu
4474f9ca0e
doc: update hdata "irc_channel" (add "names_received") in plugin API reference
2012-03-23 14:13:14 +01:00
Nils Görs
fc5f5a56dc
doc: update german translations, FAQ and user guide
2012-03-13 18:12:31 +01:00
Marco Paolone
4bba177f17
doc: update italian FAQ, user guide and plugin API reference
2012-03-12 20:45:23 +01:00
Sebastien Helleu
73476cc0f8
irc: fix redirection of message when message is queued for sending on server
2012-03-12 11:55:35 +01:00
Sebastien Helleu
a6336885b8
irc: add signals and tags in messages for irc notify (patch from Quentin Glidic) (task #11887 )
2012-03-12 11:09:22 +01:00
Sebastien Helleu
35785a5e05
core: improve and fix bugs on standard paste and bracketed paste
...
Changes:
- wait control sequence for end of bracketed paste (and only after, check if
we should ask confirmation to user)
- add option weechat.look.paste_bracketed_timer_delay to force the end of
bracketed paste if the control sequence for end of bracketed paste was not
received in time
- in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for
one line (ask for one line only if paste_max_lines=0)
- fix bugs with mintty: bracketed paste should be ok every time (even if some
codes are sometimes partially received, WeeChat will now handle that properly);
the standard paste often fails (due to bug in mintty, which sends paste very
slowly to remote app); so the bracketed paste mode is highly recommended with
mintty
- after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will
undo whole paste, not chars one by one
2012-03-09 10:41:13 +01:00
Sebastien Helleu
d495c41919
relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
2012-03-06 12:05:33 +01:00
Sebastien Helleu
39787d483a
api: add list "gui_buffer_last_displayed" in hdata "buffer"
2012-03-05 08:02:55 +01:00