[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-134-gec51893
Brought to you by:
entrope
From: Entrope <en...@us...> - 2016-10-17 03:35:20
|
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 "srvx". The branch, master has been updated via ec518934a9b421503b53016f206e6ea2aebc3ad3 (commit) via f8fd0faf2561ea478287fd6c4c8126b8bf121bb6 (commit) via 0a3fa83fd169b67dae991db2aa3fcea516c0b86b (commit) via 620b080fa1d343a154fb160e248a645585053762 (commit) via 3c25476bd30d833d115b7a62c512cd7730a1b302 (commit) from fb1dbb2fbd2e96f19098b8aa09331fff67546c65 (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 ec518934a9b421503b53016f206e6ea2aebc3ad3 Author: Michael Poole <md...@tr...> Date: Sun Oct 16 23:34:10 2016 -0400 nickserv: Remove extraneous byte from struct handle_info. MD5_CRYPT_LENGTH already includes the null terminator byte. commit f8fd0faf2561ea478287fd6c4c8126b8bf121bb6 Author: Michael Poole <md...@tr...> Date: Sun Oct 16 23:33:37 2016 -0400 mod-blacklist: Fix typo in comment. commit 0a3fa83fd169b67dae991db2aa3fcea516c0b86b Author: Michael Poole <md...@tr...> Date: Sun Oct 16 23:33:24 2016 -0400 sha256: Output using big-endian byte ordering. Most test vectors on the Internet use big-endian ordering. cryptpass_sha256() uses Z85 encoding for big-endian SHA-256 output. commit 620b080fa1d343a154fb160e248a645585053762 Author: Michael Poole <md...@tr...> Date: Sun Oct 16 23:31:15 2016 -0400 tools: Add Z85 (Ascii85 variant) encoder and decoder. commit 3c25476bd30d833d115b7a62c512cd7730a1b302 Author: Michael Poole <md...@tr...> Date: Wed Oct 12 23:31:58 2016 -0400 cmd_opmode: Support OPMODE <user> +o. ----------------------------------------------------------------------- Summary of changes: src/common.h | 2 ++ src/md5.c | 49 +++++++++++++++++++++++++++++++++++++------------ src/mod-blacklist.c | 2 +- src/nickserv.c | 2 +- src/nickserv.h | 2 +- src/proto-p10.c | 9 +++++++++ src/sha256.c | 10 +++++----- src/sha256_test.c | 6 +++--- src/tools.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 102 insertions(+), 23 deletions(-) hooks/post-receive -- srvx |