Sebastien Helleu
ba115ce113
Replace "joker" by "wildcard"
2010-04-18 23:52:32 +02:00
Sebastien Helleu
9394a78e39
Fix typo in description of modifier "history_add"
2010-04-08 17:16:38 +02:00
Sebastien Helleu
a6f37da576
Add buffer pointer as string in modifier_data for modifier "history_add"
2010-04-08 16:49:19 +02:00
Sebastien Helleu
d52f051ec1
Add modifier "history_add" (text added to buffer or global history)
2010-04-08 15:27:47 +02:00
Sebastien Helleu
3fc11807f9
Update italian doc and translations
2010-04-08 10:24:05 +02:00
Sebastien Helleu
96f49f39e0
Add or remove highlight words in a buffer with "highlight_words_add" and "highlight_words_del" (for buffer_set)
2010-04-03 19:11:02 +02:00
Sebastien Helleu
b9e65ec63d
Fix bug with writing of configuration files when disk is full (bug #29331 )
2010-03-26 19:01:25 +01:00
Sebastien Helleu
483b63f360
Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed"
...
Data for new signals is a string with format: "buffer,name", where:
- buffer is a pointer, for example 0x123456
- name is group or nick name added/removed from nicklist on this buffer.
2010-03-25 17:02:37 +01:00
Sebastien Helleu
032a5ddef5
Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, even if ignored with /ignore)
2010-03-21 13:06:33 +01:00
Sebastien Helleu
9d96090d7d
Add functions string_match, string_has_highlight and string_mask_to_regex in script plugin API
2010-03-20 13:32:08 +01:00
Sebastien Helleu
2801b8437c
Reformat multi-line comments
2010-03-19 23:33:14 +01:00
Sebastien Helleu
682f5addc0
Add chapter with common tasks in scripting guide
2010-03-07 22:23:44 +01:00
Sebastien Helleu
0543b0ccc7
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
2010-03-02 17:34:49 +01:00
Sebastien Helleu
cd5b8c8f9e
Add parentheses around exponents in user guide and plugin API reference
2010-02-20 09:50:38 +01:00
Sebastien Helleu
ce1b23311c
Add function "string_decode_base64" in plugin API
2010-02-16 16:57:22 +01:00
Sebastien Helleu
341551f2f2
Add SASL authentication in IRC plugin (task #8829 ), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
...
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
2010-02-15 11:51:44 +01:00
Sebastien Helleu
922e67cabd
Add description of arguments for API functions hook_info and hook_infolist
2010-02-12 17:15:30 +01:00
Sebastien Helleu
f6868c40af
Fix example of weechat_info_get in plugin API reference
2010-02-10 08:01:21 +01:00
Sebastien Helleu
5bfb2929e6
Add missing argument for weechat_hook_completion in plugin API reference
2010-02-09 18:01:57 +01:00
Sebastien Helleu
7850668327
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914 )
2010-02-09 17:19:14 +01:00
Sebastien Helleu
40401f88da
Add signal "xfer_ended" in plugin API reference
2010-02-04 22:12:23 +01:00
Sebastien Helleu
8663d10063
Fix python example of hook_signal in plugin API reference
2010-02-01 22:53:41 +01:00
Sebastien Helleu
99bfdfd2ff
Add signal "day_changed", allow date format in logger options path and mask (task #9430 )
2010-01-26 16:36:55 +01:00
Sebastien Helleu
f4d5ddd858
Add missing infos in API functions buffer_get_integer / buffer_get_string and in buffer infolist
2010-01-25 16:57:24 +01:00
Sebastien Helleu
0e6b33b5be
Add keyword "input_pos" to get/set cursor position in plugin API functions buffer_get_integer and buffer_set
2010-01-13 17:03:40 +01:00
Sebastien Helleu
d64aaed29b
Add missing arguments for hook_connect in plugin API reference
2010-01-04 23:40:07 +01:00
Sebastien Helleu
b493bc5c25
Add IRC options to customize target buffer for messages (task #7381 )
2009-12-31 19:29:26 +01:00
Sebastien Helleu
bfb9ab6a2a
Add script prototypes and examples in plugin API reference
2009-10-09 15:46:29 +02:00
Sebastien Helleu
9bbd093ffe
Fix typo in plugin API reference for weechat_bar_set
2009-09-29 12:11:36 +02:00
Sebastien Helleu
f7ef4c9047
Fix typo in plugin API reference for weechat_hook_command
2009-09-13 00:17:49 +02:00
Sebastien Helleu
2bf4163617
Use new WeeChat site, weechat.org
2009-09-05 16:33:01 +02:00
Sebastien Helleu
5c4077f184
Fix typo in Plugin API Reference
2009-09-02 16:42:29 +02:00
Sebastien Helleu
5563924363
Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from zepard)
2009-07-24 15:14:44 +02:00
Sebastien Helleu
2f7a5a4147
Rename function string_explode to string_split
2009-06-28 19:49:32 +02:00
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
fc08677c38
Fix typos in docs
2009-06-17 11:17:27 +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
c95f7b8e83
Fix typo
2009-06-13 08:33:13 +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
0e040e8301
Convert all docs to asciidoc format, add scripting guide
2009-05-28 16:07:40 +02:00