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
/
scripting
/
perl
/
lib
/
Atheme
/
at
master
1 folder
14 files
Aaron Jones
API: Add fault code for internal error
8y ago
8a17b37b
Internal
scripting/perl: add very rudementary ability to create services through perl spb will probably hate the way this works and redo it.
15 years ago
Account.pm
API: Add fault code for internal error
8 years ago
ChanAcs.pm
Add channel access flag constants to perl
15 years ago
ChanMode.pm
[perl api] Perl module with channel mode constants
13 years ago
ChannelRegistration.pm
Expose metadata for accounts and channel registrations to perl
15 years ago
Command.pm
Initial scripting/perl module. Supports binding simple command handlers and not much else.
15 years ago
Entity.pm
Fix auto-unbinding of commands following 482d4cdf7f75 The previous implementation stored references to the service and command objects, for later unbinding. The aforementioned commit stopped this from working. To fix, change Atheme::Command to be owned by the Perl code, so that it can be stored persistently, and store the service name instead of an object reference.
15 years ago
Fault.pm
API: Add fault code for internal error
8 years ago
Hooks.pm
Allow perl scripts to install hooks. All standard hooks except for db_write* and sasl_input are supported. Custom hook names are not. Warning: may contain ugly generated code.
15 years ago
Internal.pm
Fix auto-unbinding of commands following 482d4cdf7f75 The previous implementation stored references to the service and command objects, for later unbinding. The aforementioned commit stopped this from working. To fix, change Atheme::Command to be owned by the Perl code, so that it can be stored persistently, and store the service name instead of an object reference.
15 years ago
Log.pm
Add Atheme::Log
15 years ago
NickRegistration.pm
Expose mynick_t to perl as Atheme::NickRegistration
15 years ago
Object.pm
Fix auto-unbinding of commands following 482d4cdf7f75 The previous implementation stored references to the service and command objects, for later unbinding. The aforementioned commit stopped this from working. To fix, change Atheme::Command to be owned by the Perl code, so that it can be stored persistently, and store the service name instead of an object reference.
15 years ago
ReadOnlyHashWrapper.pm
Missing second half of 970672b2a50d
15 years ago
Service.pm
Fix auto-unbinding of commands following 482d4cdf7f75 The previous implementation stored references to the service and command objects, for later unbinding. The aforementioned commit stopped this from working. To fix, change Atheme::Command to be owned by the Perl code, so that it can be stored persistently, and store the service name instead of an object reference.
15 years ago