summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2013-11-22core: fix crash on "/buffer close name" when the buffer is not foundSebastien Helleu
2013-11-22core: fix crash on /buffer close core.weechatSebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-15core: optimize loop when closing several buffers with command /buffer close n...Sebastien Helleu
2013-11-15core: fix memory leak when n2 is not a valid number in command /buffer close ...Sebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function st...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-26core: fix bind of keys in cursor/mouse context when key starts with "@" (remo...Sebastien Helleu
2013-09-20core: add proxy options username/password in /help secureSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password (evaluate...Sebastien Helleu
2013-09-02core: fix computation of columns in output of /help (take care about size of ...Sebastien Helleu
2013-08-21core: display an error message when "/buffer notify xxx" fails (with a wrong ...Sebastien Helleu
2013-08-20core: improve help of command /awaySebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-10core: fix random crash on "/buffer close" with a buffer number (or a range of...Sebastien Helleu
2013-08-07core: fix typo in /help secureSebastien Helleu
2013-08-04core: fix uninitialized variable "result" in callback of command /evalSebastien Helleu
2013-08-04api: add support of colors with format "${color:xxx}" in function string_eval...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-02core: change the message displayed on /secure decrypt -discardSebastien Helleu
2013-08-02core: update translationsSebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-07-30core: in case of empty passphrase, keep encrypted data in memory until the us...Sebastien Helleu
2013-07-30core: use variable "items_count" directly from hashtable without calling func...Sebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-07-27core: use two spaces to separate columns in /help, do not use columns when th...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-07-15core: add option weechat.look.key_bind_safeSebastien Helleu
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
2013-07-02core: add missing period in /help upgradeSebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-02-14core: add option "dirs" for command /debugSebastien Helleu
2013-01-29core: add "/debug tags" in /help filterNils Görs
2013-01-17core: add git version in backtrace and log fileSebastien Helleu
2013-01-14core: fix typo in commentSebastien Helleu
2013-01-14core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20core: improve completion of commands /help, /mute and /setSebastien Helleu
2012-12-20core: add template %(windows_numbers) for first argument of command /windowSebastien Helleu
2012-12-20core: group templates of command /mouse into a single templateSebastien Helleu
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
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-02core: use high priority (50000) for commands /command and /input so that an a...Sebastien Helleu
2012-11-27core: do not display default value for options plugins.* in output of /setSebastien Helleu