summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-20core: search for a fallback template when a no template is matching command a...Sebastien Helleu
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
2012-12-20core: fix another bug with horizontal separator displayed at bottom after spl...Sebastien Helleu
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator b...Sebastien Helleu
2012-12-19core: add cmake dependency between targets weechat_core and version_gitSebastien Helleu
2012-12-19core: fix compilation warning on FreeBSDSebastien Helleu
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu
2012-12-19script: fix scroll with mouse when window with script buffer is not the curre...Sebastien Helleu
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window b...Sebastien Helleu
2012-12-17xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" and...Sebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-09core: fix compilation warningSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is le...Sebastien Helleu
2012-12-06core: expand char '~' with user home in first argument of hook_processSebastien Helleu
2012-12-06core: fix crash in child process of hook_process_hashtable when arguments are...Sebastien Helleu
2012-12-05irc: read local variable "autorejoin" in buffer to override server option "au...Nils Görs
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is n...Nils Görs
2012-12-05irc: add option "-auto" for command /connect (task #9340)Nils Görs
2012-12-02core: use high priority (50000) for commands /command and /input so that an a...Sebastien Helleu
2012-12-02alias: give higher priority to aliases (2000) so that they take precedence ov...Sebastien Helleu
2012-12-02core: execute command with higher priority when many commands with same name ...Sebastien Helleu
2012-12-01core: add color support in options weechat.look.prefix_{action|error|join|net...Nils Görs
2012-12-01core: fix typo in commentSebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...Sebastien Helleu
2012-11-27xfer: limit bytes received to file size (for DCC file received), fix crash wh...Sebastien Helleu
2012-11-27core: do not display default value for options plugins.* in output of /setSebastien Helleu
2012-11-27alias: fix default value of alias options (in "cmd" and "completion" sections...Sebastien Helleu
2012-11-27core: display default values for changed config options in output of /setPeter Boström
2012-11-25irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtimeSebastien Helleu
2012-11-24irc: read timestamp or ISO 8601 date format in tag "time" (capability "server...Sebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-11-23core: remove obsolete externs gui_color_init_pair and gui_color_init_pairsSebastien Helleu
2012-11-22api: use hashtable "options" for command arguments in function hook_process_h...Sebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security prob...Sebastien Helleu
2012-11-16aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled (bu...Sebastien Helleu
2012-11-14irc: fix crash on /upgrade (free channels before server data when a server is...Sebastien Helleu
2012-11-14irc: add comments in function irc_color_decodeSebastien Helleu
2012-11-09irc: fix crash when decoding IRC colors in strings (bug #37704)Sebastien Helleu
2012-11-06core: stop cmake if gcrypt lib is not found (bug #37671)Sebastien Helleu
2012-11-05irc: fix refresh of bar item "away" after command /away or /disconnectNils Görs
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at cur...Sebastien Helleu
2012-11-04aspell: update bar item "aspell_dict" only if spellers have changedSebastien Helleu
2012-11-04aspell: fix creation of spellers when number of dictionaries is different bet...Sebastien Helleu
2012-11-03irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick dis...Sebastien Helleu
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ...Nils Görs