Sebastien Helleu
1b9cfb5cc3
core: update translations and auto-generated files with hdata/infolists
2013-05-21 22:39:18 +02:00
Sebastien Helleu
0f920d6396
doc: fix typo in user's guide (thanks to faen)
2013-05-09 20:02:55 +02:00
Sebastien Helleu
345be1ec5e
script: add key alt+A in /help script (thanks ArZa)
2013-05-03 22:26:19 +02:00
Sebastien Helleu
0a7b708a1f
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
2013-05-03 19:15:57 +02:00
Sebastien Helleu
5eba5e980d
doc: update auto-generated files with options
2013-05-02 19:44:31 +02:00
Sebastien Helleu
ebcea798bb
doc: add IRC SASL "dh-aes" mechanism in user's guide
2013-05-01 10:02:11 +02:00
Sebastien Helleu
1c4e3c0e84
core: update translations
2013-05-01 10:00:57 +02:00
Sebastien Helleu
bdbe7e0c37
core: fix typo in /help eval
2013-04-25 21:34:23 +02:00
Sebastien Helleu
bfd8c6918c
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353 )
2013-04-23 21:23:07 +02:00
Sebastien Helleu
509a58b1d5
api: add new function hdata_search
2013-04-21 11:26:52 +02:00
Sebastien Helleu
09c5e8cbdf
doc: add missing functions in scripting guide
2013-04-21 10:48:38 +02:00
Sebastien Helleu
c95f3d84d0
api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated
2013-04-18 20:24:35 +02:00
Sebastien Helleu
9ffab0bec4
doc: rename link "256_colors" to "use_256_colors" in FAQ (anchor names beginning with digits are not allowed in HTML)
2013-04-14 11:10:49 +02:00
stfn
aa10e20295
doc: fix C example of function weechat_nicklist_get_next_item (plugin API reference)
2013-03-29 15:09:06 +01:00
Andrew Potter
fe512fdd33
xfer: add option xfer.file.auto_accept_nicks (patch #7962 )
2013-03-25 09:05:36 +01:00
Sebastien Helleu
ff26a8d550
Revert "doc: add note about constants in lua, fix lua example (scripting guide)"
...
This reverts commit fad848bf7caff763ace7a8b88f06307feca77bac.
2013-03-24 19:56:43 +01:00
Sebastien Helleu
fad848bf7c
doc: add note about constants in lua, fix lua example (scripting guide)
2013-03-24 18:10:21 +01:00
Sebastien Helleu
a08603c24c
irc: add option irc.look.display_join_message (task #10895 )
2013-03-24 13:02:26 +01:00
Sebastien Helleu
4fdbb83a07
ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050 )
2013-03-22 19:54:44 +01:00
Sebastien Helleu
239f853120
doc: use listing style for commands in quickstart guide
2013-03-21 07:36:49 +01:00
Sebastien Helleu
bbd080e680
irc: add option irc.look.pv_buffer: automatically merge private buffers (optionally by server) (task #11924 )
2013-03-17 22:18:11 +01:00
Sebastien Helleu
fa2b1d6bf9
core: fix typos in french translations
...
Now flyspell is enabled in my emacs for .po files :)
2013-03-17 15:07:26 +01:00
Sebastien Helleu
e056f20643
rmodifier: add info about "groups" in /help rmodifier
2013-03-17 13:08:09 +01:00
Sebastien Helleu
149c77decd
core: fix typos in many comments and some strings
2013-03-17 12:55:20 +01:00
Sebastien Helleu
30e6acb00d
core: add support of multiple layouts (task #11274 )
2013-03-17 08:28:41 +01:00
Sebastien Helleu
e1e3109da3
doc: add link to weechat.org/info in scripting guide (URL transfer) and plugin API reference (function hook_process)
2013-03-16 16:06:16 +01:00
Sebastien Helleu
7cf9c8a656
irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, value is now a number of seconds
2013-03-12 18:35:03 +01:00
Sebastien Helleu
b63fca15fa
alias: mention local variables of buffer in /help alias
2013-03-10 08:27:55 +01:00
Sebastien Helleu
9fdeef247e
core: add signals and hsignals for nicklist events
...
New signals: nicklist_group_removing and nicklist_nick_removing.
New hsignals: nicklist_group_added, nicklist_nick_added, nicklist_group_removing,
nicklist_nick_removing, nicklist_group_changed, nicklist_nick_changed.
2013-03-08 23:13:58 +01:00
Sebastien Helleu
fced67b459
doc: update hdata "buffer" in plugin API reference
2013-03-07 19:55:24 +01:00
Sebastien Helleu
8b925baa3c
core: add count for groups, nicks, and total in nicklist
2013-03-03 11:30:58 +01:00
Sebastien Helleu
11396b3266
doc: add missing signals in plugin API reference (nicklist_group_changed and nicklist_nick_changed)
2013-03-01 11:39:48 +01:00
Sebastien Helleu
b60aec975b
script: add control of autoload (enable/disable/toggle) (task #12393 )
...
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload
for command /script, new action "A" (meta-A) on script buffer (toggle autoload).
2013-02-25 08:46:41 +01:00
Sebastien Helleu
9beb263e4a
irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346 )
...
New modifiers: "irc_command_auth" and "irc_message_auth".
Option removed: irc.look.hide_nickserv_pwd
New option: irc.look.nicks_hide_password
2013-02-23 14:54:07 +01:00
Sebastien Helleu
c17d3e155c
relay: add support of multiple servers on same port for irc protocol (the client must send the server in the "PASS" command)
2013-02-23 08:33:38 +01:00
Sebastien Helleu
6faa1a0db8
doc; fix typos in plugin API reference
2013-02-20 22:36:13 +01:00
Sebastien Helleu
9857b44e4e
guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350 )
...
Unfortunately this breaks compatibility with existing guile scripts, but this
change is needed to keep consistency with other scripting languages.
Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-19 22:49:59 +01:00
Sebastien Helleu
9f0a16e586
doc: fix link to function weechat_config_write in plugin API reference
2013-02-19 13:40:20 +01:00
Sebastien Helleu
bc079b007d
irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405 )
...
The nick changes are tracked and will be unmasked with the join.
Events triggering the unmask of join are: a message (can be CTCP), a notice or
an update of topic.
2013-02-17 13:27:36 +01:00
Sebastien Helleu
c1bc23b052
irc: fix memory leak in purge of hashtables with joins (it was done only for the first server in the list)
2013-02-16 10:00:28 +01:00
Sebastien Helleu
47e1caa91f
doc: update auto-generated files for commands
2013-02-16 09:57:40 +01:00
Sebastien Helleu
49043bf1b0
doc: fix prototype of function weechat_config_section_free in plugin API reference
2013-02-13 14:11:17 +01:00
Sebastien Helleu
10820c7336
core: add signal "window_opened" (task #12464 )
2013-02-12 12:14:22 +01:00
Sebastien Helleu
0cb84638dc
doc: fix typos in french translations and plugin API reference
2013-02-10 22:20:10 +01:00
Sebastien Helleu
c2aeb69c46
relay: add experimental websocket server support (RFC 6455) for irc and weechat protocols, new option relay.network.websocket_allowed_origins
...
It is a partial implementation of RFC 6455: fragmentation and control frames are
not yet supported.
Text and binary frames are supported.
2013-02-10 20:22:13 +01:00
Sebastien Helleu
96da9b91cf
doc: use HTML pages for links to RFCs in user's guide
2013-02-10 15:50:30 +01:00
Sebastien Helleu
d406bed521
doc: fix typos in user's guide
2013-02-10 15:41:17 +01:00
Sebastien Helleu
7e0a675b62
doc: add missing signals in plugin API reference (buffer_merged/unmerged, key_bind/unbind, window_closing/closed)
2013-02-08 13:26:15 +01:00
Sebastien Helleu
3e2bf9be0a
doc: remove list of scripts for URLs in FAQ
2013-02-07 22:06:58 +01:00
Sebastien Helleu
3306c0f3b5
core: add info about doc and function to read in /help weechat.completion.default_template
2013-02-01 11:14:27 +01:00