Sébastien Helleu
37ad9e3684
irc: add option irc.look.join_auto_add_chantype ( closes #65 )
2014-05-06 21:25:31 +02:00
Sébastien Helleu
7f1cd19b45
core: change default key for bare display from alt-'!' to alt-'l'
2014-05-04 17:35:22 +02:00
Sébastien Helleu
33450ddb8b
Version 1.0-dev
...
Yeah \o/
2014-04-30 19:43:56 +02:00
stfn
cf89b22de0
doc: fix prototype of function weechat_hashtable_dup (plugin API reference)
2014-04-28 19:48:43 +02:00
Sébastien Helleu
93e4b5e4bf
doc: add chapter about IRC private messages in quickstart guide
2014-04-22 21:11:52 +02:00
Sébastien Helleu
c760098647
core: add non-breaking spaces in French translations
2014-04-20 09:25:40 +02:00
Sébastien Helleu
1d7b44202a
irc: fix description of arguments in infolist "irc_nick"
...
Only the nick is optional is this infolist (server and channel are required).
2014-04-17 23:31:50 +02:00
Sébastien Helleu
417811ba01
irc: add alias "whois" for target buffer of messages 401/402 ( closes #54 )
2014-04-13 11:22:22 +02:00
Sébastien Helleu
a311764d12
relay: add signal "relay_client_auth_ok" for irc and weechat protocols
2014-04-13 08:27:27 +02:00
Sébastien Helleu
34723d2acc
api: allow wildcard "*" inside the mask in function string_match
2014-04-12 23:07:06 +02:00
Sébastien Helleu
7618fdd240
core: use lower case for CMake keywords
2014-04-12 18:00:27 +02:00
Sébastien Helleu
51d18c92e5
charset: fix /help charset.default.decode
...
The charset is used only when the message is not UTF-8 valid.
2014-04-12 17:32:33 +02:00
Sébastien Helleu
62df708fdc
core: add tag "host_xxx" in /help filter
2014-04-12 13:25:58 +02:00
Sébastien Helleu
1abdde6be5
trigger: add variable "tg_tag_host" (from tag "host_xxx" in message)
2014-04-12 13:23:26 +02:00
Sébastien Helleu
dea2960d13
core: add option "-current" in command /print
2014-04-12 08:59:06 +02:00
Sébastien Helleu
0866bc7e6d
xfer: fix help of option xfer.file.convert_spaces
2014-04-12 08:32:31 +02:00
Sébastien Helleu
6438259310
doc: add missing buffer properties in plugin API reference (hidden, zoomed, filter)
2014-04-05 19:16:03 +02:00
Sébastien Helleu
55d77ed216
core: add option -all for command /buffer hide|unhide
2014-04-05 18:43:11 +02:00
Sébastien Helleu
8199c966ce
doc: add "version >= 0.4.4" for messages _buffer_{hidden|unhidden} (relay protocol)
2014-04-05 16:58:19 +02:00
Sébastien Helleu
836ed0bbfe
relay: add messages "_buffer_hidden" and "_buffer_unhidden"
2014-04-05 16:53:48 +02:00
Sébastien Helleu
c7ce05d5ec
core: add hidden buffers, add options hide/unhide in command /buffer
2014-04-05 16:30:13 +02:00
Sébastien Helleu
e143518e4b
doc: use freenode instead of oftc in examples (quickstart guide)
2014-04-04 16:12:33 +02:00
Sébastien Helleu
df8acd1d7b
irc: allow many fingerprints in server option ssl_fingerprint ( closes #49 )
2014-04-04 16:00:07 +02:00
Sébastien Helleu
de4ce8eeb6
irc: add option irc.look.item_channel_modes_hide_args (task #12070 , task #12163 , closes #48 )
...
This option replaces the option irc.look.item_channel_modes_hide_key.
It is now a string, so channel modes arguments can be hidden using many
channel modes (or all, with "*").
2014-04-04 12:32:59 +02:00
Sébastien Helleu
982373f7e9
irc: add option irc.color.item_nick_modes ( closes #47 )
2014-04-04 09:45:17 +02:00
Sébastien Helleu
719558b5c8
doc: add example to set charset for whole IRC server (user's guide)
2014-04-03 19:28:31 +02:00
Sébastien Helleu
134713c6d1
doc: add value "-1" for property "hotlist" in function buffer_set (plugin API reference)
2014-04-03 13:56:33 +02:00
Sébastien Helleu
55e43e15f8
api: allow value "-1" for property "hotlist" in function buffer_set (to remove a buffer from hotlist)
2014-04-03 13:53:18 +02:00
Sébastien Helleu
d055d4a2bd
exec: add examples with "tail -f" and "-kill" in /help exec
2014-04-03 12:22:53 +02:00
Sébastien Helleu
7c55cbb38b
exec: display output of commands in real time, add options -flush/-noflush in command /exec
2014-04-03 11:55:04 +02:00
Sébastien Helleu
936d5559f4
api: add option "buffer_flush" in function hook_process_hashtable
2014-04-03 11:39:23 +02:00
Sébastien Helleu
a0d0711bb0
core: use an integer for seconds in command /window bare <delay>
2014-04-02 13:29:58 +02:00
Sébastien Helleu
a03232e155
core: add default key alt-'-' to toggle filters in current buffer ( closes #17 )
2014-04-01 16:00:44 +02:00
Sébastien Helleu
3b32d62fa6
trigger: add filter in trigger monitor buffer
...
The filter can be set with /trigger monitor <filter> or by entering data
in the trigger monitor input.
2014-04-01 14:26:02 +02:00
Sébastien Helleu
0e561104fa
core: add non-active merged buffers with activity in hotlist (if another merged buffer is zoomed) (task #12845 )
...
There was a bug with "num_displayed" in buffers when they are merged and
that one buffer is zoomed: now the num_displayed is > 0 for the active buffer,
and it is set to 0 for all merged non-active buffers (only in case of zoom).
A variable "zoomed" has been added in buffers to know if a buffer with this
number is zoomed or not (possibly another buffer).
2014-03-31 10:31:56 +02:00
Sébastien Helleu
58e86f004c
core: use seconds as float number for delay in command /window bare <delay>
2014-03-30 22:28:51 +02:00
Sébastien Helleu
e791c24a2e
irc: allow "$ident" in option irc.network.ban_mask_default ( closes #18 )
2014-03-30 18:58:11 +02:00
Sébastien Helleu
474541b857
irc: add support of "away-notify" capability ( closes #12 )
2014-03-30 16:16:13 +02:00
Sébastien Helleu
d7d91d6cf3
exec: fix typo in /help exec
2014-03-30 12:25:34 +02:00
Sebastien Helleu
2e08e39d2e
core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"
2014-03-29 18:21:05 +01:00
Sebastien Helleu
29364768c6
doc: remove tags "translation missing" in french FAQ
2014-03-28 18:34:29 +01:00
Sebastien Helleu
d2d2143792
doc: add question about terminal focus in FAQ
2014-03-28 14:28:27 +01:00
Sebastien Helleu
09aff01c71
doc: update auto-generated files with hdata
2014-03-27 21:28:36 +01:00
Sebastien Helleu
d129b39b86
doc: use command /script in question about installation of scripts (FAQ)
2014-03-26 13:28:29 +01:00
Sebastien Helleu
ee5819239d
doc: add command to install script buffers.pl (FAQ)
2014-03-26 12:18:46 +01:00
Sebastien Helleu
364a4e522b
doc: add link to WeeChat doc page (FAQ)
2014-03-26 12:14:09 +01:00
Sebastien Helleu
97b787b7a3
doc: replace links to weechat.org/scripts by command "/script search" (FAQ)
2014-03-25 19:42:22 +01:00
Sebastien Helleu
6942d08abc
doc: replace links to remote GUIs by link to features page (FAQ)
2014-03-25 19:37:22 +01:00
Sebastien Helleu
92ec36eced
core: add buffer property "clear"
2014-03-25 10:55:12 +01:00
Sebastien Helleu
8deb0d3612
exec: add options -nf and -cl/-nocl in command /exec
...
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
2014-03-25 09:25:47 +01:00