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
/
transport
/
at
master
3 folders
2 files
TwinUsers
modules/transport/xmlrpc: add ability to log IPs interactively The log messages created by logcommand() (used by modules that handle commands, such as NickServ VERIFY) do not contain the IP address when the log target is an IRC channel.
3w ago
fcc9e3aa
jsonrpc
modules/transport/jsonrpc: add ability to log IPs interactively The log messages created by logcommand() (used by modules that handle commands, such as NickServ VERIFY) do not contain the IP address when the log target is an IRC channel. It would be useful to have the option to log them when the command is executed via an RPC request, so provide a function that formats the prefix of log messages for commands executed via RPC requests and have that function optionally include the IP address if desired.
3 weeks ago
rfc1459
transport/rfc1459: Skip IRCv3 message tags if they exist.
2 years ago
xmlrpc
modules/transport/xmlrpc: add ability to log IPs interactively The log messages created by logcommand() (used by modules that handle commands, such as NickServ VERIFY) do not contain the IP address when the log target is an IRC channel. It would be useful to have the option to log them when the command is executed via an RPC request, so provide a function that formats the prefix of log messages for commands executed via RPC requests and have that function optionally include the IP address if desired.
3 weeks ago
Makefile
modules/transport/xmlrpc: add ability to log IPs interactively The log messages created by logcommand() (used by modules that handle commands, such as NickServ VERIFY) do not contain the IP address when the log target is an IRC channel. It would be useful to have the option to log them when the command is executed via an RPC request, so provide a function that formats the prefix of log messages for commands executed via RPC requests and have that function optionally include the IP address if desired.
3 weeks ago
p10.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