300 Commits

Author SHA1 Message Date
Sebastien Helleu
26919fe58b Add french translation of Plugin API Reference 2009-06-28 00:47:37 +02:00
Sebastien Helleu
9fad3f128e Add options irc.look.open_channel/pv_near_server 2009-06-25 10:45:30 +02:00
Sebastien Helleu
1b47fdcc4e Add modifier "bar_condition_xxx", used to display/hide bars on some windows with custom condition 2009-06-23 17:15:45 +02:00
Sebastien Helleu
cdc5ac77c1 Fix typos in Plugin API reference 2009-06-23 17:03:34 +02:00
Sebastien Helleu
8d87086917 Add new option irc.color.item_channel_modes 2009-06-23 10:08:27 +02:00
Sebastien Helleu
f5b2b2291f Fix command to create irc server in quickstart guide 2009-06-18 22:06:05 +02:00
Sebastien Helleu
23fdef7b50 Fix translation bug in help of command /input 2009-06-17 11:26:46 +02:00
Sebastien Helleu
417380a89e Remove "/server switch" from doc and completion template 2009-06-17 11:18:21 +02:00
Sebastien Helleu
fc08677c38 Fix typos in docs 2009-06-17 11:17:27 +02:00
Sebastien Helleu
7d302429d2 Improve option irc.look.notice_as_pv, new values: auto/never/always
This allows private chat with following nicks: nickserv/chanserv/memoserv.
2009-06-14 18:50:43 +02:00
Sebastien Helleu
bf2b06bb03 Remove obsolete macro in plugin API reference 2009-06-14 18:18:52 +02:00
Sebastien Helleu
92940e52f1 Do not auto-load hidden files in script plugins (bug #21390) 2009-06-14 16:35:06 +02:00
Sebastien Helleu
fe980f2863 Remove jabber plugin (will be replaced by script) 2009-06-14 14:17:17 +02:00
Sebastien Helleu
4179a16863 Add color for channel IRC notices (patch #6841) 2009-06-14 12:47:17 +02:00
Sebastien Helleu
412bf73673 Add new option weechat.look.hotlist_names_merged_buffers 2009-06-14 11:03:01 +02:00
Sebastien Helleu
5ecdee569f Add option "-merged" for /buffer clear 2009-06-14 10:49:03 +02:00
Sebastien Helleu
314687bf71 Fix english typos in docs (patch from jdhore) 2009-06-13 09:43:17 +02:00
Sebastien Helleu
c95f7b8e83 Fix typo 2009-06-13 08:33:13 +02:00
Sebastien Helleu
a06fa73ba8 Add option irc.look.item_display_server to display server with plugin or name in status bar 2009-06-11 19:03:27 +02:00
Sebastien Helleu
3912c1bae6 Fix typo with plural of "ignore" 2009-06-11 12:48:58 +02:00
Sebastien Helleu
a326c2578c Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server jump 2009-06-11 12:30:12 +02:00
Sebastien Helleu
d7ad1780ad Add infolist with commands history 2009-06-10 19:13:38 +02:00
Sebastien Helleu
1cd9074c09 Fix help of /wait command (missing '/' in examples) 2009-06-10 13:09:19 +02:00
Sebastien Helleu
335419e6de Rename option weechat.completion.nick_completor to nick_completer 2009-06-10 12:51:36 +02:00
Sebastien Helleu
8d58b81d83 Add buffer merging feature, with /buffer merge/unmerge (task #7404) 2009-06-10 12:40:05 +02:00
Sebastien Helleu
89701be94f Add note about ports < 1024 (reserved for root) for listening ports (options xfer.network.port_range and relay.network.listen_port_range) 2009-06-02 16:01:37 +02:00
Sebastien Helleu
7d34e10c6d Add note about recommended locale (UTF-8) in FAQ 2009-06-02 15:49:22 +02:00
Sebastien Helleu
4383fd73b5 Add note about alt+k for binding keys in /help key 2009-06-02 15:10:15 +02:00
Sebastien Helleu
103389822e Add cmake detection for asciidoc version 2009-06-02 13:11:16 +02:00
Sebastien Helleu
27d1ba5093 Add color for bar item "away" (irc.color.item_away) 2009-05-28 16:36:24 +02:00
Sebastien Helleu
0e040e8301 Convert all docs to asciidoc format, add scripting guide 2009-05-28 16:07:40 +02:00
Sebastien Helleu
fcd14cf1c6 New default value "0" for option irc.network.lag_disconnect (do not disconnect on high lag) 2009-05-19 21:29:16 +02:00
Sebastien Helleu
7d37cc8f50 Add new command /wait (schedule a command execution in future) 2009-05-19 19:04:49 +02:00
Sebastien Helleu
67f8f7386a Add argument with buffer number/range for command "/buffer close" (task #9390, task #7239) 2009-05-18 23:23:40 +02:00
Sebastien Helleu
906c4ce8cd Add option weechat.look.jump_previous_buffer_when_closing 2009-05-18 18:35:39 +02:00
Sebastien Helleu
3561fa8856 Add option weechat.history.max_visited_buffers 2009-05-18 18:21:21 +02:00
Sebastien Helleu
4bfc005d9d Add new keys to move into last visited buffers (alt + "<", alt + ">"), come back to last visited buffer when closing a buffer 2009-05-18 17:47:45 +02:00
Sebastien Helleu
e2497ff8bc Fix typo: formated -> formatted 2009-05-17 16:00:35 +02:00
Sebastien Helleu
353538e3d8 Add function "config_is_set_plugin" in plugin/script API 2009-05-17 15:49:58 +02:00
Sebastien Helleu
947ae241ce Add infolist "key" with key bindings 2009-05-16 00:47:14 +02:00
Sebastien Helleu
041b754980 Convert some docs to asciidoc format, add tester's guide, remove some obsolete docs 2009-05-15 23:03:35 +02:00
Sebastien Helleu
2ab1626fa9 Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer number or previous buffer
This will switch to buffer #N or previously displayed buffer if current buffer is #N
(it uses option weechat.look.jump_current_to_previous_buffer).
Default keys alt-1 to alt-0 are now /buffer *N
2009-05-12 18:16:32 +02:00
Sebastien Helleu
54ae52c4f0 Fix typo: transfert -> transfer 2009-05-12 11:39:22 +02:00
Sebastien Helleu
50bfe2cbba Fix git command to clone repository in doc 2009-05-12 10:31:52 +02:00
Sebastien Helleu
92424a595d Change version from 0.2.7-dev to 0.3.0-dev 2009-05-11 14:19:51 +02:00
Sebastien Helleu
57c6478b91 Add function window_set_title in API (task #9361) 2009-05-10 01:22:08 +02:00
Sebastien Helleu
2783b51201 Improve completion: allow a command to use completion of another command (used by alias plugin) 2009-05-08 10:31:15 +02:00
Sebastien Helleu
db8aa43b5a Add description of notify levels in /help buffer 2009-05-05 12:14:39 +02:00
Sebastien Helleu
d6ed1485a4 Fix help of /set command (remove french words) 2009-05-03 16:30:00 +02:00
Sebastien Helleu
1838260c0e Add irc info "irc_current_server" (returned only if one buffer is used for all servers) 2009-05-03 09:48:17 +02:00