summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-12doc: move table with signals below all arguments and return value in ↵Sebastien Helleu
function hook_signal (plugin API reference)
2014-01-11lua: fix detection of Lua 5.2 in autotools (patch #8270)Andrew Potter
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-11doc: add missing functions strlen_screen and hook_set in scripting guideSebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set ↵Sebastien Helleu
(task #10847, task #13031) The function hook_set has been added in script API.
2014-01-11irc: fix time parsed in tag of messages on CygwinSebastien Helleu
2014-01-10xfer: add gcrypt library for link of pluginSebastien Helleu
2014-01-10irc: add missing include of netinet/in.h (fix compilation error on FreeBSD)Sebastien Helleu
2014-01-09core: optimize xxx_valid() functions: return immediately if pointer is NULLSebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions ↵Sebastien Helleu
using regular expressions
2014-01-09doc: add missing function "string_has_highlight_regex" in italian plugin API ↵Sebastien Helleu
reference
2014-01-09relay: fix memory leak on unload of relay pluginSebastien Helleu
2014-01-09doc: update function network_connect_to (plugin API reference)Sebastien Helleu
2014-01-09core: update translationsSebastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-08core: fix crash in /eval when config option has a NULL valueSebastien Helleu
2014-01-07core: fix typo in commentSebastien Helleu
2014-01-06ruby: remove evil tabSebastien Helleu
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-06doc: update auto-generated files with hdataSebastien Helleu
2014-01-06core: add missing type "shared_string" in hdata_type_string[]Sebastien Helleu
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
Thanks to Andrew Potter for the patch.
2014-01-06ruby: fix ruby init with ruby >= 2.0 (bug #41115)Sebastien Helleu
2014-01-05doc: add note about function hdata_update at the beginning of hdata chapter ↵Sebastien Helleu
(plugin API reference)
2014-01-05core: fix crash with hdata_update on shared strings, add hdata type ↵Sebastien Helleu
"shared_string" (bug #41104)
2014-01-05xfer: replace call to sprintf() with snprintf()Sebastien Helleu
2014-01-05core: replace calls to sprintf() with snprintf()Sebastien Helleu
2014-01-05core: fix compilation warnings on OpenBSDSebastien Helleu
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-02doc: fix description of xfer signals in plugin API referenceSebastien Helleu
2014-01-02xfer: add "network" prefix for (dis)connection messages in xfer chat bufferSebastien Helleu
2014-01-02irc: use statusmsg from message 005 to check prefix char in status ↵Sebastien Helleu
notices/messages
2014-01-02irc: add comments for functions about modes/prefix/chanmodesSebastien Helleu
2014-01-01doc: fix typo in plugin API referenceSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-31core: fix unneeded shift of buffer numbers when a buffer with layout is ↵Sebastien Helleu
created and merged
2013-12-31doc: add missing value for property "active" in function buffer_get_integer ↵Sebastien Helleu
(plugin API reference)
2013-12-31core: add contributor to AUTHORSSebastien Helleu
2013-12-31doc: fix typos in plugin API referenceSebastien Helleu
2013-12-30doc: fix description of arguments in some "set" functions (plugin API reference)Sebastien Helleu
2013-12-30core: rename option "add" to "store" in command /layoutSebastien Helleu
2013-12-29doc: fix typo in return value of function weechat_list_prev (plugin API ↵Sebastien Helleu
reference)
2013-12-24irc: fix typo in /help irc.look.highlight_{channel|pv|server}Sebastien Helleu
2013-12-23core: update ChangeLogSebastien Helleu
2013-12-23doc: add missing spacesSebastien Helleu
2013-12-23doc: remove obsolete command line option -k/--keys in man pageSebastien Helleu
2013-12-23doc: add polish man page and user's guide, update polish translations and FAQKrzysztof Koroscik
2013-12-23core: replace darkgray color as default value of optionsSebastien Helleu
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default"
2013-12-22doc: update example of copyright in source file (developer's guide)Sebastien Helleu
2013-12-22relay: use syntax \xNN instead of \NN for control chars in raw bufferSebastien Helleu
2013-12-22irc: use syntax \xNN instead of \NN for control chars in raw bufferSebastien Helleu
2013-12-21core: update german translationsNils Görs