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
/
statserv
/
at
master
6 files
Aaron Jones
Update my e-mail address
5y ago
a67197d2
Makefile
Update my e-mail address
5 years ago
channel.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
main.c
modules/: tidy up a lot of duplicated or slightly different strings
7 years ago
netsplit.c
include/atheme/hook.h: s/(hook_server_delete)_t/struct \1/g Types with names ending in '_t' are reserved and should not be defined by applications. Additionally, move the hook structure to include/atheme/hook.h so that they are all together.
6 years ago
pwhashes.c
modules/statserv/pwhashes: fix broken pbkdf2 (v1) test The output length of this deprecated module is 144 characters, not 140. Also, the first 16 characters are an entirely alphanumeric salt, not a hexadecimal one. Fixes: 2c05c2f860cfedb52565
5 years ago
server.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