Age | Commit message (Expand) | Author |
2013-01-01 | core: fix scroll to bottom of window (default key: alt+end) when line display... | Sebastien Helleu |
2013-01-01 | core: fix scroll in buffer after enabling/disabling some filters (if scroll i... | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-26 | Version 0.4.0-rc1 | Sebastien Helleu |
2012-12-25 | xfer: fix memory leak when refreshing xfer buffer | Sebastien Helleu |
2012-12-25 | relay: fix memory leak when adding hdata to a message (weechat protocol) | Sebastien Helleu |
2012-12-25 | irc: fix memory leak when updating modes of channel | Sebastien Helleu |
2012-12-25 | core: fix memory leak in case of error when building content of bar item for ... | Sebastien Helleu |
2012-12-25 | core: fix detection of command in input: a single command char is considered ... | Nils Görs |
2012-12-24 | relay: add backlog, options and server capability "server-time" for irc proto... | Sebastien Helleu |
2012-12-24 | irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co... | Sebastien Helleu |
2012-12-23 | relay: fix crash after /upgrade when a client is connected | Sebastien Helleu |
2012-12-20 | core: search for a fallback template when a no template is matching command a... | Sebastien Helleu |
2012-12-20 | core: add option "diff" for command /set (list options with changed value) | Peter Boström |
2012-12-19 | core: fix refresh of windows after split (fix bug with horizontal separator b... | Sebastien Helleu |
2012-12-19 | core: fix stuck mouse (patch from Nei) (bug #36533) | Sebastien Helleu |
2012-12-19 | script: fix scroll with mouse when window with script buffer is not the curre... | Sebastien Helleu |
2012-12-19 | core: fix default mouse buttons actions for script buffer (focus the window b... | Sebastien Helleu |
2012-12-17 | xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN | Sebastien Helleu |
2012-12-16 | irc: return git version in CTCP VERSION and FINGER by default, add "$git" and... | Sebastien Helleu |
2012-12-16 | core: add git version in build, display it in "weechat-curses --help" and /ve... | Sebastien Helleu |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu |
2012-12-07 | core: fix scroll of one page down when weechat.look.scroll_page_percent is le... | Sebastien Helleu |
2012-12-05 | irc: read local variable "autorejoin" in buffer to override server option "au... | Nils Görs |
2012-12-05 | core: disable paste detection and confirmation if bar item "input_paste" is n... | Nils Görs |
2012-12-05 | irc: add option "-auto" for command /connect (task #9340) | Nils Görs |
2012-12-02 | core: use high priority (50000) for commands /command and /input so that an a... | Sebastien Helleu |
2012-12-02 | alias: give higher priority to aliases (2000) so that they take precedence ov... | Sebastien Helleu |
2012-12-02 | core: execute command with higher priority when many commands with same name ... | Sebastien Helleu |
2012-12-01 | core: add color support in options weechat.look.prefix_{action|error|join|net... | Nils Görs |
2012-11-30 | core: fix display of combining chars (patch from Nei) (bug #37775) | Sebastien Helleu |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from N... | Sebastien Helleu |
2012-11-27 | xfer: limit bytes received to file size (for DCC file received), fix crash wh... | Sebastien Helleu |
2012-11-27 | core: display default values for changed config options in output of /set | Peter Boström |
2012-11-23 | irc: add support of tags in messages, add support of "server-time" capability... | Sebastien Helleu |
2012-11-22 | api: use hashtable "options" for command arguments in function hook_process_h... | Sebastien Helleu |
2012-11-18 | core: add version 0.3.9.2 in ChangeLog and NEWS | Sebastien Helleu |
2012-11-18 | core: do not call shell to execute command in hook_process (fix security prob... | Sebastien Helleu |
2012-11-14 | irc: fix crash on /upgrade (free channels before server data when a server is... | Sebastien Helleu |
2012-11-09 | core: add version 0.3.9.1 in ChangeLog and NEWS | Sebastien Helleu |
2012-11-09 | irc: fix crash when decoding IRC colors in strings (bug #37704) | Sebastien Helleu |
2012-11-06 | core: stop cmake if gcrypt lib is not found (bug #37671) | Sebastien Helleu |
2012-11-05 | irc: fix refresh of bar item "away" after command /away or /disconnect | Nils Görs |
2012-11-04 | core: add option aspell.check.suggestions in ChangeLog | Sebastien Helleu |
2012-11-04 | aspell: add bar item "aspell_suggest": suggestions for misspelled word at cur... | Sebastien Helleu |
2012-11-04 | aspell: fix creation of spellers when number of dictionaries is different bet... | Sebastien Helleu |
2012-11-02 | irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ... | Nils Görs |
2012-11-02 | irc: add option irc.network.alternate_nick to disable dynamic nick generation... | Nils Görs |
2012-11-02 | core: add incomplete mouse events "event-down" and "event-drag" (task #11840) | Ailin Nemui |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ... | Sebastien Helleu |