Jiri Golembiovsky
788df1089b
Updated czech translations
2010-03-06 00:21:19 +01:00
Sebastien Helleu
401ddff564
Fix display in bars with filling horizontal
2010-03-04 15:28:16 +01:00
Sebastien Helleu
16e62bdc60
Fix display in bars with filling set to columns_vertical or columns_horizontal
2010-03-04 14:12:36 +01:00
Sebastien Helleu
fa60269325
Hide read marker if all lines after marker are filtered (only if option read_marker_always_show is off)
2010-03-04 13:06:57 +01:00
Sebastien Helleu
1db7ef859c
Update german translations
2010-03-04 11:06:37 +01:00
Sebastien Helleu
6ad62e4021
Fix bugs with cursor and background in bars
...
Bugs fixed:
- cursor was moving to position (0,0) in bar when refreshing input bar content
- background color stopped before end of line in bars with vertical filling
(like buffers)
- cursor was not displayed when input bar has automatic size and that first line
is filled (on some terminals like konsole or roxterm)
2010-03-04 11:05:05 +01:00
Sebastien Helleu
ca51a9780f
Update user guide
2010-03-04 11:02:23 +01:00
Sebastien Helleu
3e47e9c3e3
Set option weechat.look.read_marker_always_show to off by default
2010-03-03 22:24:38 +01:00
Sebastien Helleu
4faa3c772b
Add new option weechat.look.read_marker_always_show
2010-03-03 22:19:51 +01:00
Sebastien Helleu
d1950311cf
Free IRC raw messages when irc plugin is unloaded
2010-03-03 20:43:41 +01:00
Sebastien Helleu
92bc700349
Fix completion bug for commands when input starts with two command chars (like //)
2010-03-03 18:42:12 +01:00
Sebastien Helleu
a852d3af4b
Fix bug with /away -all in IRC plugin: set or unset future away for disconnected servers (bug #29022 )
2010-03-02 17:55:41 +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
282f786c1a
Fix crash in Perl plugin when callbacks are called during script initialization (bug #29018 )
2010-02-27 09:58:24 +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
eabf21098d
Fix display of color in input when it is scrolled
2010-02-24 22:54:07 +01:00
Sebastien Helleu
5868fc3c6d
Fix bug with cursor when position is last char of terminal
2010-02-24 17:40:07 +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
08b17c2f26
Fix cursor color in input bar
2010-02-21 23:26:33 +01:00
Sebastien Helleu
42972ce00a
Update german FAQ
2010-02-21 11:29:49 +01:00
Sebastien Helleu
8c324c238d
Fix bug with bar background after text with background color (bug #28157 )
2010-02-21 10:08:48 +01:00
Sebastien Helleu
6e1e8e9ed8
Add question about meta keys in FAQ
2010-02-20 21:23:09 +01:00
Sebastien Helleu
94764208e4
Allow input "q" to close IRC raw buffer
2010-02-20 16:54:58 +01:00
Sebastien Helleu
b523613e73
Fix translated string in output of "/uptime -o"
2010-02-20 13:23:27 +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
f4849bc625
Remove connection timer when closing connection with IRC server
2010-02-20 09:28:10 +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
090bd68e7c
Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930 )
2010-02-19 10:23:34 +01:00
Sebastien Helleu
3cf7b4e696
Update german translations
2010-02-19 07:57:08 +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
832a4c1466
Fix function "color" in Lua script API (patch from Christian Heinz)
2010-02-18 07:58:03 +01:00
Sebastien Helleu
b1e840eb6c
Add missing file docgen.pl in Makefile.am
2010-02-16 17:09:50 +01:00
Sebastien Helleu
1ad5f123b5
Add IRC commands 905 to 907 (for SASL)
2010-02-16 17:00:12 +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
34272b7e4d
Fix color of word "Notice" when sending IRC notice
2010-02-13 12:05:02 +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
8d25a75200
Use arguments for infolist "nicklist" to return only one nick or group
...
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
2010-02-12 12:50:16 +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
f19000ac4f
Allow IRC message 301 to be redirected with irc.msgbuffer feature
2010-02-11 17:07:56 +01:00
Sebastien Helleu
be8831499d
Add missing IRC commands 276, 343
2010-02-11 10:12:25 +01:00
Sebastien Helleu
2e72679363
Fix nick color in quit message displayed in IRC private buffer (when remote nick did not speak)
2010-02-10 22:12:23 +01:00
Sebastien Helleu
124634cf88
Apply IRC smart filter only on channels, not private buffers (bug #28841 )
2010-02-10 16:22:34 +01:00