379 Commits

Author SHA1 Message Date
Sebastien Helleu
f814dc27f4 Add buffer name completion for command /filter 2009-03-20 18:47:28 +01:00
Sebastien Helleu
0b8f80d3b5 Fix typo in doc 2009-03-20 10:18:23 +01:00
Sebastien Helleu
a394ed5d6f Add "replacement" argument for string_remove_color in plugin API 2009-03-18 18:02:48 +01:00
Sebastien Helleu
763f030ae8 Fix typo in doc 2009-03-18 12:28:10 +01:00
Sebastien Helleu
770c73ec43 Add new option irc.look.display_old_topic to display old topic when channel topic is changed 2009-03-15 12:46:30 +01:00
Sebastien Helleu
94b4703e7a Fix typo in developer guide 2009-03-15 11:51:26 +01:00
Sebastien Helleu
31e562467e Add property in buffer to hide time for all lines 2009-03-15 01:30:49 +01:00
Sebastien Helleu
a44cc9ffde Add new key to zoom a window (meta-z by default) (task #7470) 2009-03-07 11:26:06 +01:00
Sebastien Helleu
997434ef8b Fix bug with text attribute in IRC messages: toggle attribute instead of always forcing it to on (bug #25770) 2009-03-07 00:18:19 +01:00
Sebastien Helleu
8e55147364 Add new hook type "process": launch command with fork and catch result (rc/stdout/stderr) via callback 2009-03-06 18:22:34 +01:00
Sebastien Helleu
8ffd58b4a8 Make channel optional in IRC command /mode (bug #25735) 2009-03-02 11:21:30 +01:00
Sebastien Helleu
8f148ccfc7 Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's title bar (task #6030) 2009-02-25 19:22:18 +01:00
Sebastien Helleu
4d1fdfade0 Give file descriptor to callback of hook_fd 2009-02-18 11:13:23 +01:00
Sebastien Helleu
b5f27d3fea Use string instead of char for prefixes in nicklist 2009-02-17 19:23:16 +01:00
Sebastien Helleu
85d19bc363 Add irc and jabber options to display nick modes in input_prompt bar item 2009-02-11 10:02:35 +01:00
Sebastien Helleu
e42e3e309e Add option "-server" to IRC commands: msg, notice, query, quote 2009-02-10 12:52:12 +01:00
Sebastien Helleu
edba781297 Add irc info "irc_nick" to get current nick on a server 2009-02-10 12:05:39 +01:00
Sebastien Helleu
c3915eaf04 Add help about alias list for /alias command (task #9087) 2009-02-08 23:20:14 +01:00
Sebastien Helleu
29bc0276bc Add hook type "command_run", add new function "string_remove_color" in plugin API (task #9089) 2009-02-08 19:52:16 +01:00
Sebastien Helleu
10b356d97e Update doc (missing relay option and update of /filter arguments) 2009-02-02 16:49:31 +01:00
Sebastien Helleu
5205be4b87 Add function config_unset_plugin in API, fix return code of config_set_plugin 2009-02-01 13:31:20 +01:00
Sebastien Helleu
ba8a85a246 Update quickstart guides 2009-01-31 15:38:18 +01:00
Sebastien Helleu
7ec4d05d2f Update API function weechat_buffer_set in developer guide 2009-01-30 13:23:38 +01:00
Sebastien Helleu
16c9217d52 Fix 2 typos in doc 2009-01-29 16:56:47 +01:00
Sebastien Helleu
6e76c45447 Add missing jabber commands in doc 2009-01-17 08:26:42 +01:00
Sebastien Helleu
c16c150b93 Remove unused jabber options and jabber servers in autogenerated doc 2009-01-17 08:10:07 +01:00
Sebastien Helleu
18a62f1dac Add Jabber plugin (alpha version, many Jabber features are missing)
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-15 15:29:05 +01:00
Sebastien Helleu
2115f3f675 Update copyright dates 2009-01-03 10:06:53 +01:00
Sebastien Helleu
e7e2da5a9c Add null values for options, new syntax for /set, reintroduce temporary IRC server feature, improve IRC server options, new functions in API 2009-01-02 23:05:23 +01:00
Sebastien Helleu
e9b7d2bc46 Add bar, command, network and info functions in english developer guide 2008-12-24 16:52:07 +01:00
Sebastien Helleu
b7a0d258c9 Update doc and translations 2008-12-19 18:42:16 +01:00
Sebastien Helleu
896f509861 Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar 2008-12-19 13:24:46 +01:00
Sebastien Helleu
4901cd8145 Add new filling options in /help bar 2008-12-16 13:08:44 +01:00
Sebastien Helleu
ec545c70b1 Add infolists for bars/bar items/bar windows, code cleanup for bars 2008-12-13 19:43:11 +01:00
Sebastien Helleu
6f74945a66 Update doc for /xfer and /relay commands 2008-12-13 19:42:24 +01:00
Sebastien Helleu
d6bc2d2320 Add missing keys in doc for previous/next buffer 2008-12-12 23:21:05 +01:00
Sebastien Helleu
20a1360bd8 Add new plugin "relay", new function "string_format_size" in plugin API 2008-12-10 17:08:56 +01:00
Sebastien Helleu
8cf531216c Add nicklist API functions in english developer guide 2008-12-04 16:52:25 +01:00
Sebastien Helleu
d8fc604eed Update doc for hook_print API function 2008-11-29 19:04:19 +01:00
Sebastien Helleu
bc00946a0d Add current_window function in plugin API, add window functions in english developer guide 2008-11-29 16:08:55 +01:00
Sebastien Helleu
364aa00ab7 Add some buffer plugin API functions to english developer guide 2008-11-28 16:59:53 +01:00
Sebastien Helleu
45716ee213 Add new plugin API functions in english developer guide 2008-11-27 17:06:41 +01:00
Sebastien Helleu
2e52e54a3a Add support for more than one proxy, with proxy selection for each IRC server (task #6859) 2008-11-23 23:04:52 +01:00
Sebastien Helleu
1dc33f57e2 Remove old and unused color options 2008-11-19 20:53:56 +01:00
Sebastien Helleu
4174ac5665 Fix typo in doc 2008-11-15 23:29:05 +01:00
Sebastien Helleu
8724fc18af Use of const for some functions returning "char *" 2008-11-15 22:35:12 +01:00
Sebastien Helleu
fdf827d31f Add function utf8_strndup to C plugin API 2008-11-15 18:28:36 +01:00
Sebastien Helleu
d1689d3dd1 Update quickstart doc, fix typos in developer guide 2008-11-12 18:19:39 +01:00
Sebastien Helleu
861bc2fbfd Add some API functions in Developer guide 2008-11-10 18:05:48 +01:00
Sebastien Helleu
10e3fb5143 Fix pdf output of developer guide 2008-11-08 00:13:53 +01:00