Age | Commit message (Expand) | Author |
2013-03-25 | xfer: add option xfer.file.auto_accept_nicks (patch #7962) | Andrew Potter |
2013-03-25 | fifo: remove #define MAX_PATH (now done in weechat-plugin.h) | Sebastien Helleu |
2013-03-25 | script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter) | Sebastien Helleu |
2013-03-24 | core: mention unit (minutes) for old option "irc.network.lag_disconnect" | Sebastien Helleu |
2013-03-24 | lua: remove use of functions for API constants | Sebastien Helleu |
2013-03-24 | Revert "doc: add note about constants in lua, fix lua example (scripting guide)" | Sebastien Helleu |
2013-03-24 | doc: add note about constants in lua, fix lua example (scripting guide) | Sebastien Helleu |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu |
2013-03-24 | ruby: fix typo in comment | Sebastien Helleu |
2013-03-24 | core: rename icon file in Makefile.am | Sebastien Helleu |
2013-03-24 | core: install icon file (patch #7972) | Sebastien Helleu |
2013-03-24 | core: rename weechat_icon_32.png to weechat.png | Sebastien Helleu |
2013-03-24 | core: update WeeChat icon: move "ee" to the middle of icon | Sebastien Helleu |
2013-03-22 | ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of func... | Sebastien Helleu |
2013-03-22 | irc: fix default completion (like nicks) in commands /msg, /notice, /query an... | Sebastien Helleu |
2013-03-21 | irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefi... | Sebastien Helleu |
2013-03-21 | doc: use listing style for commands in quickstart guide | Sebastien Helleu |
2013-03-21 | doc: change style for listings in asciidoc CSS | Sebastien Helleu |
2013-03-17 | irc: add option irc.look.pv_buffer: automatically merge private buffers (opti... | Sebastien Helleu |
2013-03-17 | core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) | Sebastien Helleu |
2013-03-17 | scripts: create directories (language and language/autoload) on each action (... | Sebastien Helleu |
2013-03-17 | script: create "script" directory on each action (just in case it has been re... | Sebastien Helleu |
2013-03-17 | relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (t... | Sebastien Helleu |
2013-03-17 | core: fix typos in french translations | Sebastien Helleu |
2013-03-17 | rmodifier: add info about "groups" in /help rmodifier | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-03-17 | core: fix typos in ChangeLog | Sebastien Helleu |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu |
2013-03-16 | doc: add link to weechat.org/info in scripting guide (URL transfer) and plugi... | Sebastien Helleu |
2013-03-13 | lua: fix crash on stack overflow: call lua_pop() for values returned by lua f... | Sebastien Helleu |
2013-03-13 | doc: add range for integer/long integer objects, add examples with negative n... | Sebastien Helleu |
2013-03-13 | relay: add missing "id" in raw messages sent to clients when compression is o... | Sebastien Helleu |
2013-03-13 | relay: add negative numbers (integer: -123456 and long: -1234567890L) in comm... | Sebastien Helleu |
2013-03-13 | doc: fix length of NULL pointer (relay protocol) | Sebastien Helleu |
2013-03-13 | doc: remove "name" in hdata object (relay protocol) | Sebastien Helleu |
2013-03-12 | irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v... | Sebastien Helleu |
2013-03-11 | api: fix bug in string_match when mask begins and ends with "*" | Sebastien Helleu |
2013-03-11 | doc: update german translations, FAQ and user guide | Nils Görs |
2013-03-10 | script: fix typo in /help script.scripts.autoload | Sebastien Helleu |
2013-03-10 | alias: mention local variables of buffer in /help alias | Sebastien Helleu |
2013-03-09 | doc: fix typo in relay protocol | Sebastien Helleu |
2013-03-09 | doc: add example of messages and message "_nicklist_diff" in relay protocol | Sebastien Helleu |
2013-03-09 | relay: add message "_nicklist_diff" (differences between old and current nick... | Sebastien Helleu |
2013-03-08 | core: add signals and hsignals for nicklist events | Sebastien Helleu |
2013-03-07 | doc: update hdata "buffer" in plugin API reference | Sebastien Helleu |
2013-03-07 | api: allow hashtable with keys that are not strings in function hashtable_add... | Sebastien Helleu |
2013-03-03 | core: add count for groups, nicks, and total in nicklist | Sebastien Helleu |
2013-03-02 | core: optimize function nicklist_remove_all (don't remove and create again "r... | Sebastien Helleu |
2013-03-01 | doc: add missing signals in plugin API reference (nicklist_group_changed and ... | Sebastien Helleu |
2013-03-01 | xfer: fix typo in comment | Sebastien Helleu |