Sebastien Helleu
25d9d6e0fe
Update german user guide
2010-12-12 13:27:38 +01:00
Sebastien Helleu
bea89de51c
Update italian translations and doc
2010-12-12 09:57:28 +01:00
Sebastien Helleu
4669eac372
Add date format for logger masks in user guide
2010-12-11 22:03:21 +01:00
Sebastien Helleu
cabf0c4bc1
Change font used in doc for default keybindings
2010-12-10 16:13:27 +01:00
Sebastien Helleu
ed094058de
Version 0.3.4-rc1
v0.3.4-rc1
2010-12-10 08:51:06 +01:00
Sebastien Helleu
ce269387a5
Fix infinite loop in API function string_has_highlight_regex if regex is empty
2010-12-09 23:09:49 +01:00
Sebastien Helleu
b4d58dd9da
Add option "-switch" to commands /connect and /reconnect
2010-12-09 23:05:15 +01:00
Sebastien Helleu
4d4a034567
Allow /reconnect on servers that are not currently connected
2010-12-09 19:42:45 +01:00
Sebastien Helleu
d847a6ed74
Update german translations and user guide
2010-12-08 22:03:24 +01:00
Sebastien Helleu
b6662ee3cf
Add color support in option weechat.look.buffer_time_format
2010-12-07 19:43:19 +01:00
Sebastien Helleu
f7d719f8fd
Remove unneeded variable name "position" in gui-bar-window.h
2010-12-07 15:16:50 +01:00
Sebastien Helleu
186cc877ac
Update required version of asciidoc to build doc (now 8.5.0)
2010-12-07 10:26:41 +01:00
Sebastien Helleu
2a18daad6b
Add note about automatic unhook for function hook_process in plugin API reference
2010-12-06 18:59:27 +01:00
Sebastien Helleu
7a3946f261
Fix unstranslated string in french user guide
2010-12-06 12:20:35 +01:00
Sebastien Helleu
2a3d3c95e5
Add doc about relay plugin in user guide
2010-12-06 12:00:32 +01:00
Sebastien Helleu
c1b3c3bd33
Add some custom css styles for asciidoc
2010-12-06 11:30:33 +01:00
Sebastien Helleu
ca46275b8b
Remove css files from .gitignore
2010-12-06 11:29:28 +01:00
Sebastien Helleu
921e40f6b0
Enable compilation of Relay plugin by default
2010-12-06 08:58:36 +01:00
Sebastien Helleu
9a98175510
Add example for irc proxy in /help relay
2010-12-06 08:35:13 +01:00
Sebastien Helleu
31612f485f
Update italian translations, FAQ and plugin API reference
2010-12-04 18:39:23 +01:00
Sebastien Helleu
4dcbb1014d
Fix typos in scripting guide
2010-12-04 13:50:54 +01:00
Sebastien Helleu
c7d10d88ae
Update german translations and FAQ
2010-12-03 20:06:18 +01:00
Sebastien Helleu
e6f1c3038e
Add question about key to jump to buffer 11 (or higher) in FAQ
2010-12-02 18:54:41 +01:00
Sebastien Helleu
e2be1dbd43
Allow channel argument without user/host for IRC command /ban
2010-12-02 12:10:04 +01:00
Sebastien Helleu
443b6962b4
Replace "receiver" by "target" in help of some IRC commands
2010-12-02 10:08:23 +01:00
Sebastien Helleu
e0b528600f
Call to hook_config when config option is created
2010-12-01 16:41:39 +01:00
Sebastien Helleu
13de7e327c
Fix /help notice: receiver can be nick or channel
2010-11-29 10:22:20 +01:00
Sebastien Helleu
528dc258ca
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
2010-11-29 10:17:09 +01:00
Sebastien Helleu
b6833392fe
Add question about IRC SSL connection in FAQ
2010-11-28 15:21:26 +01:00
Sebastien Helleu
0532412212
Use tag "no_highlight" for options/values printed by command /set
2010-11-28 12:41:50 +01:00
Sebastien Helleu
e92079cfe9
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321 )
2010-11-25 21:28:14 +01:00
Sebastien Helleu
8b9abab711
Fix problem with /set on boolean options with value "toggle"
2010-11-24 22:03:55 +01:00
Sebastien Helleu
082e0251e2
Fix warning in irc-message.h
2010-11-21 13:07:33 +01:00
Sebastien Helleu
c2fda185d8
Move some functions from irc-server.c and irc-protocol.c to irc-message.c
2010-11-21 13:06:37 +01:00
Sebastien Helleu
428e160f02
Update german translations
2010-11-20 00:14:11 +01:00
Sebastien Helleu
0f00fccc34
Update list of contributors
2010-11-19 23:44:13 +01:00
Sebastien Helleu
0aff0ef66f
Fix high CPU usage during gnutls handshake
2010-11-19 21:27:00 +01:00
Sebastien Helleu
b384b4257c
Add some tags in FAQ to filter IRC messages displayed when joining channel
2010-11-19 15:48:24 +01:00
Sebastien Helleu
5b236c5658
Return an error when trying to set boolean option with invalid value
2010-11-19 14:56:25 +01:00
Sebastien Helleu
aec97d2082
Add note about comma and "+" in help of options weechat.bar.xxx.items
2010-11-18 18:27:10 +01:00
Sebastien Helleu
50421cf27f
Update user guide
2010-11-18 18:22:16 +01:00
Sebastien Helleu
917ce33ef1
Add note about strftime in help of options weechat.look.buffer_time_format and weechat.look.item_time_format
2010-11-18 18:21:26 +01:00
Gu1ll4um3r0m41n
f15f114e4d
Fix infinite loop on gnutls handshake when connecting with SSL to server on wrong port or server with SSL problems (bug #27487 )
2010-11-18 17:35:08 +01:00
Sebastien Helleu
4d1c9a8315
Fix data sent to callback of hook_process, improve hook_process by using buffer
...
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
2010-11-14 16:22:31 +01:00
Sebastien Helleu
2f45cbfb02
Add partial portuguese translations (pt_BR.po)
2010-11-13 10:16:10 +01:00
Sebastien Helleu
ac9ab58542
Update german translations, FAQ and scripting guide
2010-11-12 22:05:58 +01:00
Sebastien Helleu
c311090722
Fix bug with flags on irc raw buffer
2010-11-12 18:53:07 +01:00
Sebastien Helleu
525b8fb87a
Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925 )
2010-11-12 17:59:02 +01:00
Sebastien Helleu
f874402089
Remove obsolete comments in xfer plugin
2010-11-12 17:33:57 +01:00
Sebastien Helleu
fc91093065
Fix bug with priority (low/high) for irc messages (all messages were sent with low priority)
2010-11-12 17:28:10 +01:00