summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-29irc: fix extraction of channel name in notice (when message starts with "[]")Sebastien Helleu
2013-08-28core: fix automatic scroll to bottom of buffer when day change is displayed b...Sebastien Helleu
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...Sebastien Helleu
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: fix evaluation of expressions with parenthesesSebastien Helleu
2013-08-25core: add note about color codes "${color:xxx}" in /help weechat.look.day_cha...Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-22core: fix uncontrolled format string when displaying bufferized lines on star...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-20core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...Sebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-15core: remove obsolete enum t_config_look_nicklistSebastien Helleu
2013-08-12core: add comment with return value of function string_regcompSebastien Helleu
2013-08-11core: add note about "strftime" in help of options weechat.look.day_change_ti...Sebastien Helleu
2013-08-10core: fix random crash on "/buffer close" with a buffer number (or a range of...Sebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-10core: change type of hashtable key hash to unsigned long, return item pointer...Sebastien Helleu
2013-08-09core: check that value is not NULL before calling free in hashtable_free_valueSebastien Helleu
2013-08-09core: add "callback_free_key" in hashtableSebastien Helleu
2013-08-09core: set "callback_free_value" directly in hashtable without calling functio...Sebastien Helleu
2013-08-07core: remove symbolic link "weechat-curses" on make uninstall (cmake and auto...Sebastien Helleu
2013-08-07core: fix typo in comment for creation of symbolic link "weechat-curses"Sebastien Helleu
2013-08-07core: fix typo in /help secureSebastien Helleu
2013-08-06core: use $DESTDIR when creating symbolic link "weechat-curses" with cmakeSebastien Helleu
2013-08-05rmodifier: add option "missing" for command /rmodifierSebastien Helleu
2013-08-04core: fix uninitialized variable "result" in callback of command /evalSebastien Helleu
2013-08-04core: change colors of example in /help weechat.look.buffer_time_formatSebastien Helleu
2013-08-04core: optimize creation of hashtable "pointers" in eval_expression if argumen...Sebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien 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 when passphrase is not given on startupSebastien Helleu
2013-08-02core: remove use of function gcry_kdf_derive so that it compiles with libgcry...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: add platform-dependent extension on "weechat-curses" link (so that link...Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-08-01core: fix compiler warning on freopen (ignore file returned)Sebastien Helleu
2013-08-01script: fix uninitialized pointer in detailed view of a scriptSebastien Helleu
2013-07-31core: do not scroll when using /window {page_down|scroll_down} after /window ...Sebastien Helleu
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: reset scroll after /window {page_down|scroll_down} if last line of buff...Sebastien Helleu
2013-07-30irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...Sebastien Helleu
2013-07-30rmodifier: update default rmodifier for /secure (add option decrypt)Sebastien Helleu
2013-07-30core: in case of empty passphrase, keep encrypted data in memory until the us...Sebastien Helleu