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
|
bc3fa9fd4c
|
Move /away command from irc plugin to core
|
2010-03-19 19:28:19 +01:00 |
|
Sebastien Helleu
|
7ef5a97a08
|
Update italian user guide
|
2010-03-14 11:33:03 +01:00 |
|
Sebastien Helleu
|
0a66ad0e0f
|
Fix typo: crashs -> crashes
|
2010-03-13 20:02:29 +01:00 |
|
Sebastien Helleu
|
5233ceed44
|
Add chapter "Report crashs" in user guide
|
2010-03-13 14:22:24 +01:00 |
|
Sebastien Helleu
|
7ec6092ba9
|
Update german and italian FAQ
|
2010-03-10 10:06:20 +01:00 |
|
Sebastien Helleu
|
7ef2f312ff
|
Update german FAQ
|
2010-03-09 16:54:24 +01:00 |
|
Sebastien Helleu
|
9dd45664fd
|
Add questions in FAQ about voice filtering and check of away nicks
|
2010-03-09 12:04:52 +01:00 |
|
Sebastien Helleu
|
8f4240dbf7
|
Add more sections in FAQ
|
2010-03-08 18:21:07 +01:00 |
|
Sebastien Helleu
|
682f5addc0
|
Add chapter with common tasks in scripting guide
|
2010-03-07 22:23:44 +01:00 |
|
Sebastien Helleu
|
ca51a9780f
|
Update user guide
|
2010-03-04 11:02:23 +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
|
62aff3f1c6
|
Add command line option "--no-script" in user guide
|
2010-02-26 11:57:55 +01:00 |
|
Sebastien Helleu
|
873bcfc9f0
|
Add command line option "-s" (or "--no-script") to start WeeChat without loading any script
|
2010-02-26 11:36:41 +01:00 |
|
Sebastien Helleu
|
dfa43ea1a7
|
Add link for curses color names in user guide
|
2010-02-23 18:02:00 +01:00 |
|
Sebastien Helleu
|
7cc735c7f9
|
Add WeeChat color name beside IRC color in user guide
|
2010-02-23 17:19:50 +01:00 |
|
Sebastien Helleu
|
3d3dc1593d
|
Allow script commands to reload only one script
|
2010-02-23 10:51:59 +01:00 |
|
Sebastien Helleu
|
27bf347e1c
|
Update italian FAQ
|
2010-02-22 14:38:00 +01:00 |
|
Sebastien Helleu
|
2fc187743c
|
Update italian user guide
|
2010-02-22 09:39:58 +01:00 |
|
Sebastien Helleu
|
42972ce00a
|
Update german FAQ
|
2010-02-21 11:29:49 +01:00 |
|
Sebastien Helleu
|
6e1e8e9ed8
|
Add question about meta keys in FAQ
|
2010-02-20 21:23:09 +01:00 |
|
Sebastien Helleu
|
35157bc2f1
|
Minor updates in FAQ and user guide
|
2010-02-20 12:17:30 +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
|
555f1827e3
|
Add list of packages (required or optional) to build WeeChat in user guide
|
2010-02-19 17:38:06 +01:00 |
|
Sebastien Helleu
|
cdf990fced
|
Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001)
|
2010-02-19 16:21:36 +01:00 |
|
Sebastien Helleu
|
d2ec8d133d
|
Add mechanism DH-BLOWFISH for SASL authentication with IRC server
|
2010-02-18 22:02:55 +01:00 |
|
Sebastien Helleu
|
b1e840eb6c
|
Add missing file docgen.pl in Makefile.am
|
2010-02-16 17:09:50 +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
|
8cea059feb
|
Add IRC message 301 in user guide, for target buffer of messages
|
2010-02-11 17:17:56 +01:00 |
|
Sebastien Helleu
|
4b6bd6a923
|
Update german and polish translations
|
2010-02-10 11:32:59 +01:00 |
|
Sebastien Helleu
|
3799d2c2a5
|
Add "version_number" for API function weechat_info_get to get WeeChat version as number
|
2010-02-10 11:21:25 +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
|
5b71c03c4f
|
Add option for command /docgen to build some locales only
|
2010-02-09 22:28:25 +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
|
daee18621e
|
Rename command /silence to /mute
|
2010-02-09 13:21:05 +01:00 |
|
Sebastien Helleu
|
71d77a5890
|
Add new command /silence
|
2010-02-09 12:40:19 +01:00 |
|
Sebastien Helleu
|
bd1b6c1794
|
Add option irc.look.item_nick_prefix, rename some IRC options for bar items
|
2010-02-06 12:14:45 +01:00 |
|
Sebastien Helleu
|
40401f88da
|
Add signal "xfer_ended" in plugin API reference
|
2010-02-04 22:12:23 +01:00 |
|
Sebastien Helleu
|
3d4c76cecc
|
Fix typo in user guide
|
2010-02-03 20:49:30 +01:00 |
|
Sebastien Helleu
|
8109368f7c
|
Add option "switch_active_buffer_previous" for command /input (task #10141)
|
2010-02-02 16:35:44 +01:00 |
|
Sebastien Helleu
|
69b53c8f3d
|
Add IRC command /map
|
2010-02-02 15:39:04 +01:00 |
|
Sebastien Helleu
|
fbc1c2a9b1
|
Add tip about addresses and another example in /help server
|
2010-02-02 15:25:03 +01:00 |
|
Sebastien Helleu
|
5aa82a85e3
|
Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961)
|
2010-02-02 13:56:35 +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
|
b868eaee2a
|
Update italian translations
|
2010-01-27 18:34:04 +01:00 |
|