summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-18doc: update german auto-generated filesSebastien Helleu
2013-08-18doc: update german translations and user's guideNils Görs
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...Sebastien Helleu
2013-08-18core: add split of IRC messages for commands (de)op/halfop/voice in ChangeLogSebastien Helleu
2013-08-17core: use shared strings for groups/nicks in nicklistSebastien Helleu
2013-08-17core: use shared strings for prefix on linesSebastien Helleu
2013-08-17core: add commment in function string_shared_get (returned value must not be ...Sebastien Helleu
2013-08-17doc: capitalize first word of text in table cellsSebastien 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-14doc: fix emphasized text in plugin API reference and relay protocolSebastien Helleu
2013-08-12core: fix typo in french translation of /help upgradeSebastien Helleu
2013-08-12core: add comment with return value of function string_regcompSebastien Helleu
2013-08-12doc: update german translations, scripting and user guideNils Görs
2013-08-11core: add note about "strftime" in help of options weechat.look.day_change_ti...Sebastien Helleu
2013-08-10doc: add "oauth" for IRC connection in FAQSebastien Helleu
2013-08-10core: use shared strings for tags on linesSebastien Helleu
2013-08-10core: add support of shared strings in split of strings (add functions string...Sebastien Helleu
2013-08-10core: add shared strings to reduce memory usageSebastien 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: update ChangeLog with changes on hashtablesSebastien 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-08core: fix typo coeur -> cœur (in french)Sebastien Helleu
2013-08-07doc: add description of sections in configuration files (user's guide)Sebastien Helleu
2013-08-07core: remove symbolic link "weechat-curses" on make uninstall (cmake and auto...Sebastien Helleu
2013-08-07core: use $DESTDIR on make uninstall with cmakeSebastien 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: update dependencies in INSTALLSebastien Helleu
2013-08-06core: use $DESTDIR when creating symbolic link "weechat-curses" with cmakeSebastien Helleu
2013-08-05core: add new rmodifier in file NEWSSebastien 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: replace "behaviour" by "behavior"Sebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
2013-08-04core: fix asciidoc formatting in ChangeLogSebastien Helleu
2013-08-04doc: remove option ENABLE_DEMO for cmake in user's guide (demo plugin has bee...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-03doc: fix typo in examples for function bar_new (plugin API reference)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