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
/
memoserv
/
at
master
12 files
Aaron Jones
Update my e-mail address
5y ago
a67197d2
Makefile
Update my e-mail address
5 years ago
delete.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
forward.c
modules/memoserv/{forward,send*}.c: use correct display name for /msg This manifests as a "To read it, type /msg HostServ READ ..." when an automatic memo is sent upon HostServ vHost rejection, among other possible paths.
6 years ago
help.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
ignore.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
list.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
Everything: Mark which variables are supposed to be extern or not
6 years ago
read.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
send.c
modules/memoserv/{forward,send*}.c: use correct display name for /msg This manifests as a "To read it, type /msg HostServ READ ..." when an automatic memo is sent upon HostServ vHost rejection, among other possible paths.
6 years ago
sendall.c
modules/memoserv/{forward,send*}.c: use correct display name for /msg This manifests as a "To read it, type /msg HostServ READ ..." when an automatic memo is sent upon HostServ vHost rejection, among other possible paths.
6 years ago
sendgroup.c
modules/memoserv/{forward,send*}.c: use correct display name for /msg This manifests as a "To read it, type /msg HostServ READ ..." when an automatic memo is sent upon HostServ vHost rejection, among other possible paths.
6 years ago
sendops.c
modules/memoserv/{forward,send*}.c: use correct display name for /msg This manifests as a "To read it, type /msg HostServ READ ..." when an automatic memo is sent upon HostServ vHost rejection, among other possible paths.
6 years ago