[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, secur
From: |
Sebastien Helleu |
Subject: |
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, secured-data, updated. v0.4.1-107-gade379a |
Date: |
Tue, 30 Jul 2013 10:17:42 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".
The branch, secured-data has been updated
via ade379ac114ba76a142d9f430defc9579ead029a (commit)
via 351674699cd40b17707a2b6c0b1de3fecfd085a6 (commit)
via b3923b65f1f013d92d63d7906d942e1216739b90 (commit)
from 53fa3f770e9763bb6b847b7ebf69ebca08de98d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ade379ac114ba76a142d9f430defc9579ead029a
Author: Sebastien Helleu <address@hidden>
Date: Tue Jul 30 12:17:11 2013 +0200
rmodifier: update default rmodifier for /secure (add option decrypt)
commit 351674699cd40b17707a2b6c0b1de3fecfd085a6
Author: Sebastien Helleu <address@hidden>
Date: Tue Jul 30 12:16:44 2013 +0200
core: in case of empty passphrase, keep encrypted data in memory until the
user runs /secure decrypt (with the good passphrase)
If user gives no passphrase (for example one space when prompted), the
encrypted
data read in sec.conf will be stored in a separate hashtable.
While this hashtable contains something, it is not allowed to do any
operation
on passphrase or secured data (and it is not allowed to reload sec.conf).
The user can decrypt data with /secure decrypt <passphrase>.
commit b3923b65f1f013d92d63d7906d942e1216739b90
Author: Sebastien Helleu <address@hidden>
Date: Tue Jul 30 10:10:37 2013 +0200
core: use variable "items_count" directly from hashtable without calling
function hashtable_get_integer
-----------------------------------------------------------------------
Summary of changes:
src/core/wee-command.c | 55 ++++++++-
src/core/wee-debug.c | 8 +-
src/core/wee-secure.c | 195 +++++++++++++++++++++++++++---
src/core/wee-secure.h | 2 +
src/gui/curses/gui-curses-color.c | 3 +-
src/plugins/rmodifier/rmodifier-config.c | 2 +-
6 files changed, 236 insertions(+), 29 deletions(-)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, secured-data, updated. v0.4.1-107-gade379a,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, secured-data, updated. v0.4.1-104-g53fa3f7
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-110-g9951902
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, secured-data, updated. v0.4.1-104-g53fa3f7
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-110-g9951902
- Index(es):