Sebastien Helleu
110f558629
core: set max value for option weechat.look.hotlist_names_count to GUI_BUFFERS_MAX (10000)
2014-01-16 23:09:44 +01:00
Sebastien Helleu
22cb023254
doc: fix errors in prototype and example of functions tolower/toupper (plugin API reference)
2014-01-15 16:45:17 +01:00
Sebastien Helleu
4b7e90c679
core: add option weechat.look.tab_width
2014-01-15 15:10:54 +01:00
Sebastien Helleu
70ffe0a14f
core: add completion "plugins_installed"
2014-01-14 13:27:43 +01:00
Ryuunosuke Ayanokouzi
5a292b28c0
doc: update Japanese FAQ
2014-01-14 07:37:44 +01:00
Sebastien Helleu
31e1b28c90
core: fix typo in /help weechat.look.highlight_regex
2014-01-13 16:09:01 +01:00
Sebastien Helleu
a8bb074fe7
core: add Japanese plugin API reference in debian packaging
2014-01-13 12:19:13 +01:00
Sebastien Helleu
3432dfd16a
core: add Polish user's guide in debian packaging
2014-01-13 12:18:46 +01:00
Sebastien Helleu
4aa18db623
core: fix typos in ChangeLog
2014-01-13 12:17:40 +01:00
Ryuunosuke Ayanokouzi
b6e11d51f4
doc: add Japanese plugin API reference, update Japanese translations and docs
2014-01-13 11:00:26 +01:00
Sebastien Helleu
36b2e83700
doc: move some tables in plugin API reference
2014-01-12 16:19:20 +01:00
Sebastien Helleu
71b3115ccb
doc: fix typos in plugin API reference
2014-01-12 13:42:06 +01:00
Sebastien Helleu
af466d85cb
doc: use infinitive form for description of functions in french plugin API reference
2014-01-12 13:36:00 +01:00
Sebastien Helleu
8b3d8fdfe5
doc: move table with signals below all arguments and return value in function hook_signal (plugin API reference)
2014-01-12 13:09:58 +01:00
Andrew Potter
52f2d5bf13
lua: fix detection of Lua 5.2 in autotools (patch #8270 )
...
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is
used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test
using luaL_newstate() if the lua_main() test fails.
2014-01-11 11:47:19 +01:00
Sebastien Helleu
520f7369ba
doc: add missing functions strlen_screen and hook_set in scripting guide
2014-01-11 09:39:12 +01:00
Sebastien Helleu
48837c35bc
api: add stdin options in functions hook_process_hashtable and hook_set (task #10847 , task #13031 )
...
The function hook_set has been added in script API.
2014-01-11 09:12:04 +01:00
Sebastien Helleu
e5b0b827ef
irc: fix time parsed in tag of messages on Cygwin
2014-01-11 00:30:03 +01:00
Sebastien Helleu
f8b2c6f5ac
xfer: add gcrypt library for link of plugin
2014-01-10 23:25:41 +01:00
Sebastien Helleu
3bba891927
irc: add missing include of netinet/in.h (fix compilation error on FreeBSD)
2014-01-10 17:50:12 +01:00
Sebastien Helleu
02868b4dc0
core: optimize xxx_valid() functions: return immediately if pointer is NULL
2014-01-09 19:28:51 +01:00
Sebastien Helleu
73eb2564f3
core: add "POSIX extended" in description of options/commands/functions using regular expressions
2014-01-09 17:21:19 +01:00
Sebastien Helleu
7e540dc5fb
doc: add missing function "string_has_highlight_regex" in italian plugin API reference
2014-01-09 16:09:39 +01:00
Sebastien Helleu
4a6bdc1c9c
relay: fix memory leak on unload of relay plugin
2014-01-09 15:34:30 +01:00
Sebastien Helleu
1c3c7b01db
doc: update function network_connect_to (plugin API reference)
2014-01-09 12:51:58 +01:00
Sebastien Helleu
afa432af25
core: update translations
2014-01-09 12:49:17 +01:00
Andrew Potter
144dc60d0a
xfer: add support of IPv6 for DCC chat/file (patch #7992 )
2014-01-09 12:48:54 +01:00
Sebastien Helleu
9040dfbf52
core: fix crash in /eval when config option has a NULL value
2014-01-08 09:05:58 +01:00
Sebastien Helleu
f878997828
core: fix typo in comment
2014-01-07 09:27:03 +01:00
Sebastien Helleu
7d17e429aa
ruby: remove evil tab
2014-01-06 22:37:03 +01:00
Andrew Potter
d216786846
xfer: use same infolist for hook and signals (patch #7974 )
2014-01-06 16:00:21 +01:00
Sebastien Helleu
b5b9dc342e
doc: update auto-generated files with hdata
2014-01-06 11:26:50 +01:00
Sebastien Helleu
fa73f5357b
core: add missing type "shared_string" in hdata_type_string[]
2014-01-06 11:25:14 +01:00
Sebastien Helleu
646a072511
xfer: add option xfer.file.auto_check_crc32 (patch #7963 )
...
Thanks to Andrew Potter for the patch.
2014-01-06 11:21:12 +01:00
Sebastien Helleu
0ac504a18b
ruby: fix ruby init with ruby >= 2.0 (bug #41115 )
2014-01-06 07:54:29 +01:00
Sebastien Helleu
cc40a0ee55
doc: add note about function hdata_update at the beginning of hdata chapter (plugin API reference)
2014-01-05 16:19:05 +01:00
Sebastien Helleu
846dde00aa
core: fix crash with hdata_update on shared strings, add hdata type "shared_string" (bug #41104 )
2014-01-05 14:37:27 +01:00
Sebastien Helleu
7dfaca9ef3
xfer: replace call to sprintf() with snprintf()
2014-01-05 10:47:09 +01:00
Sebastien Helleu
d48896cfa4
core: replace calls to sprintf() with snprintf()
2014-01-05 10:44:53 +01:00
Sebastien Helleu
a571d599d3
core: fix compilation warnings on OpenBSD
...
On OpenBSD, the variable "tv_sec" in struct timeval has type "long"
(type "time_t" under Linux).
So we need to copy this value to a temporary variable before using its
pointer with function localtime().
2014-01-05 10:42:49 +01:00
Sebastien Helleu
f840c64626
doc: fix description of xfer signals in plugin API reference
2014-01-02 18:17:23 +01:00
Sebastien Helleu
e058d75ce3
xfer: add "network" prefix for (dis)connection messages in xfer chat buffer
2014-01-02 15:21:42 +01:00
Sebastien Helleu
5668e2ab12
irc: use statusmsg from message 005 to check prefix char in status notices/messages
2014-01-02 10:47:18 +01:00
Sebastien Helleu
46e46ed763
irc: add comments for functions about modes/prefix/chanmodes
2014-01-02 09:41:08 +01:00
Sebastien Helleu
78d270fa04
doc: fix typo in plugin API reference
2014-01-01 19:17:00 +01:00
Sebastien Helleu
892aa79fb5
core: update copyright dates
2014-01-01 00:14:12 +01:00
Sebastien Helleu
d364298d75
core: fix unneeded shift of buffer numbers when a buffer with layout is created and merged
2013-12-31 23:58:55 +01:00
Sebastien Helleu
9835d530b9
doc: add missing value for property "active" in function buffer_get_integer (plugin API reference)
2013-12-31 23:51:08 +01:00
Sebastien Helleu
44459f45e0
core: add contributor to AUTHORS
2013-12-31 17:34:44 +01:00
Sebastien Helleu
52cb1036d2
doc: fix typos in plugin API reference
2013-12-31 13:08:12 +01:00