aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripting/perl/api/Atheme.xs
Commit message (Expand)AuthorAgeFilesLines
* [perl api] Add config.xs to retrieve config•••values from the perl api. Gravatar Errietta Kostala2013-06-181-0/+1
* Perl api: allow sending wallopsGravatar Errietta Kostala2013-06-151-0/+7
* Remove perl 'depends' function; it's no longer needed or wantedGravatar Stephen Bennett2011-03-121-17/+0
* Expose (read-only) chanacs to perlGravatar Stephen Bennett2011-01-241-0/+1
* Add Atheme::LogGravatar Stephen Bennett2011-01-021-0/+1
* 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. Gravatar Stephen Bennett2011-01-021-0/+2
* Expose mynick_t to perl as Atheme::NickRegistrationGravatar Stephen Bennett2011-01-011-0/+2
* Expose server_t to perlGravatar Stephen Bennett2011-01-011-0/+2
* Expose metadata for accounts and channel registrations to perlGravatar Stephen Bennett2011-01-011-0/+4
* Expose channels, accounts and channel registrations to perlGravatar Stephen Bennett2010-12-311-8/+12
* Hook up user_t to perl, and add user/service members to SourceinfoGravatar Stephen Bennett2010-12-301-0/+2
* Allow perl scripts to depend upon modules.•••This is somewhat suboptimal at present -- unloading a module that a script depends upon will unload the entire scripting subsystem. This should be improved at a later date. Gravatar Stephen Bennett2010-12-301-0/+17
* Initial scripting/perl module. Supports binding simple command handlers and n...Gravatar Stephen Bennett2010-12-301-0/+20