index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2013-09-19
core: add support of secured data in proxy options username/password (evaluat...
Sebastien Helleu
2013-09-19
relay: add support of secured data in option relay.network.password (evaluate...
Sebastien Helleu
2013-09-19
core: fix memory leak on unhook of a print hook (if using tags)
Sebastien Helleu
2013-09-03
core: rename options weechat.look.day_change_message(2) to weechat.look.day_c...
Sebastien Helleu
2013-09-02
core: fix computation of columns in output of /help (take care about size of ...
Sebastien Helleu
2013-09-02
Merge branch 'shared-strings'
Sebastien Helleu
2013-09-02
core: add option weechat.look.day_change_message2
Sebastien Helleu
2013-08-25
core: fix evaluation of expressions with parentheses
Sebastien Helleu
2013-08-25
core: add note about color codes "${color:xxx}" in /help weechat.look.day_cha...
Sebastien Helleu
2013-08-25
core: display day change message dynamically (do not store it as a line in bu...
Sebastien Helleu
2013-08-21
core: display an error message when "/buffer notify xxx" fails (with a wrong ...
Sebastien Helleu
2013-08-20
core: improve help of command /away
Sebastien Helleu
2013-08-17
core: add commment in function string_shared_get (returned value must not be ...
Sebastien Helleu
2013-08-17
core: add search of regular expression in buffer, don't reset search type on ...
Sebastien Helleu
2013-08-16
core: add text emphasis in messages when searching text in buffer
Sebastien Helleu
2013-08-15
core: remove obsolete enum t_config_look_nicklist
Sebastien Helleu
2013-08-12
core: add comment with return value of function string_regcomp
Sebastien Helleu
2013-08-11
core: add note about "strftime" in help of options weechat.look.day_change_ti...
Sebastien Helleu
2013-08-10
core: add support of shared strings in split of strings (add functions string...
Sebastien Helleu
2013-08-10
core: add shared strings to reduce memory usage
Sebastien Helleu
2013-08-10
core: fix random crash on "/buffer close" with a buffer number (or a range of...
Sebastien Helleu
2013-08-10
core: optimize the removal of lines in buffers (a lot faster to clear/close b...
Sebastien Helleu
2013-08-10
core: change type of hashtable key hash to unsigned long, return item pointer...
Sebastien Helleu
2013-08-09
core: check that value is not NULL before calling free in hashtable_free_value
Sebastien Helleu
2013-08-09
core: add "callback_free_key" in hashtable
Sebastien Helleu
2013-08-09
core: set "callback_free_value" directly in hashtable without calling functio...
Sebastien Helleu
2013-08-07
core: fix typo in /help secure
Sebastien Helleu
2013-08-04
core: fix uninitialized variable "result" in callback of command /eval
Sebastien Helleu
2013-08-04
core: change colors of example in /help weechat.look.buffer_time_format
Sebastien Helleu
2013-08-04
core: optimize creation of hashtable "pointers" in eval_expression if argumen...
Sebastien Helleu
2013-08-04
core: change color format for options from `${xxx}` to `${color:xxx}`
Sebastien Helleu
2013-08-04
api: add support of colors with format "${color:xxx}" in function string_eval...
Sebastien Helleu
2013-08-04
api: add argument "options" in function string_eval_expression, add option "-...
Sebastien Helleu
2013-08-02
core: change the message displayed when passphrase is not given on startup
Sebastien Helleu
2013-08-02
core: remove use of function gcry_kdf_derive so that it compiles with libgcry...
Sebastien Helleu
2013-08-02
core: change the message displayed on /secure decrypt -discard
Sebastien Helleu
2013-08-02
core: update translations
Sebastien Helleu
2013-08-02
Merge branch 'secured-data'
Sebastien Helleu
2013-08-02
core: rename binary and man page from "weechat-curses" to "weechat" (task #11...
Sebastien Helleu
2013-08-01
core: fix compiler warning on freopen (ignore file returned)
Sebastien Helleu
2013-07-30
core: in case of empty passphrase, keep encrypted data in memory until the us...
Sebastien Helleu
2013-07-30
core: use variable "items_count" directly from hashtable without calling func...
Sebastien Helleu
2013-07-29
core: add note about evaluated content of option (for options allowing secure...
Sebastien Helleu
2013-07-28
api: use pointer for infolist "hook" to return only one hook
Sebastien Helleu
2013-07-28
core: add option sec.crypt.passphrase_file
Sebastien Helleu
2013-07-27
core: add option "-o" for command /color
Sebastien Helleu
2013-07-27
core: use two spaces to separate columns in /help, do not use columns when th...
Sebastien Helleu
2013-07-27
core: use default value for prefixes used in messages displayed before the in...
Sebastien Helleu
2013-07-27
core: add secured data with optional encryption in file sec.conf
Sebastien Helleu
2013-07-24
core: fix priority of logical operators in evaluation of expression
Sebastien Helleu
[prev]
[next]