alpha
Login
or
Join now
snowfields.name
/
atheme
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services
www.vibetalk.net/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atheme
/
modules
/
crypto
/
at
master
1 folder
10 files
Aaron Jones
modules/crypto/pbkdf2v2: remove unnecessary confhook dispatch
2y ago
7361661a
legacy
Update my e-mail address
5 years ago
Makefile
modules/crypto/pbkdf2v2: remove unnecessary confhook dispatch This has not been necessary since commit 9d8d2279841f0076ff4c
2 years ago
argon2.c
modules/crypto/argon2: warn if building against very old libargon2 I cannot in my right mind fathom why Debian 9 ships with a 4-year-old version of a cryptographic library, and not even a backport of a newer version available, but it does, and there isn't. This fixes building modules/crypto/argon2 on Debian 9.
6 years ago
bcrypt.c
Update my e-mail address
5 years ago
crypt3-sha2-256.c
All modules: Initialisation dependency requirements When a module adds a command to a named service, depend on the module that adds that service. Otherwise, service_named_bind_command() just does nothing if the service doesn't exist, so make sure it exists first. Likewise, the dependency and conflict macros return from mod_init() without doing any cleanup. The mod_deinit() function does not get called if mod_init() fails -- so mod_init() needs to do any cleanup should it fail. This means these macros need to be first. Finally, these macros expand to an if() block, so they don't need a semicolon on the end; they are not function calls or do-while loops.
6 years ago
crypt3-sha2-512.c
All modules: Initialisation dependency requirements When a module adds a command to a named service, depend on the module that adds that service. Otherwise, service_named_bind_command() just does nothing if the service doesn't exist, so make sure it exists first. Likewise, the dependency and conflict macros return from mod_init() without doing any cleanup. The mod_deinit() function does not get called if mod_init() fails -- so mod_init() needs to do any cleanup should it fail. This means these macros need to be first. Finally, these macros expand to an if() block, so they don't need a semicolon on the end; they are not function calls or do-while loops.
6 years ago
crypt3-wrapper.h
libathemecore/base64.c: remove raw-variant encoders These were added primarily for Argon2 support, because its Modular Crypt Format specification does not use Base-64 padding characters. Continuing on from my previous work on our Base-64 codec, we are now able to repurpose the encoder like so: if given a custom alphabet without a padding character, simply don't write padding characters when encoding. This commit also consolidates various alphabets scattered through- out the codebase.
7 years ago
main.c
modules/crypto/: move all configuration to dedicated section
7 years ago
pbkdf2.c
Update my e-mail address
5 years ago
pbkdf2v2.c
modules/crypto/pbkdf2v2: remove unnecessary confhook dispatch This has not been necessary since commit 9d8d2279841f0076ff4c
2 years ago
scrypt.c
Update my e-mail address
5 years ago