summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2014-01-05core: fix crash with hdata_update on shared strings, add hdata type "shared_s...Sebastien Helleu
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
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 notices/me...Sebastien Helleu
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 creat...Sebastien Helleu
2013-12-31doc: add missing value for property "active" in function buffer_get_integer (...Sebastien Helleu
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 refer...Sebastien Helleu
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
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
2013-12-21charset: replace call to strcasecmp by weechat_strcasecmpSebastien Helleu
2013-12-18core: add support of UTF-8 chars in horizontal/vertical separatorsSebastien Helleu
2013-12-18core: add option weechat.look.window_auto_zoom, disable automatic zoom by def...Sebastien Helleu
2013-12-17doc: add coordinate 222 for problem with mouse coordinates (FAQ)Sebastien Helleu
2013-12-17irc: remove display of channel in channel notices, display "PvNotice" for cha...Sebastien Helleu
2013-12-16irc: add option irc.look.smart_filter_mode (task #12499)Sebastien Helleu
2013-12-15core: add support of logical and/or for argument "tags" in function hook_printSebastien Helleu
2013-12-15core: fix use of NULL pointer (in case of malloc error) when creating a new f...Sebastien Helleu
2013-12-15core: fix some translation of "tags" in frenchSebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option irc.look.h...Sebastien Helleu
2013-12-14core: add note about support of "*" for tags in /help filterSebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...Sebastien Helleu
2013-12-13core: rename options save/reset to add/del in command /layoutSebastien Helleu
2013-12-11irc: display mask of ignore deleted with /ignore delSebastien Helleu