| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [perl api] Perl module with channel mode constants | 2013-06-19 | 1 | -0/+28 | |
| * | scripting/perl: add very rudementary ability to create services through perl•••spb will probably hate the way this works and redo it. | 2011-05-19 | 2 | -1/+41 | |
| * | Remove perl 'depends' function; it's no longer needed or wanted | 2011-03-12 | 1 | -1/+2 | |
| * | Make Perl scripts use the new hookable module interface | 2011-03-12 | 1 | -19/+24 | |
| * | Fix stupid typo | 2011-03-12 | 1 | -1/+1 | |
| * | Add channel access flag constants to perl | 2011-03-11 | 2 | -0/+36 | |
| * | Provide global %Accounts hash, which was missing | 2011-02-27 | 1 | -0/+2 | |
| * | Wrap calls to user perl scripts to prevent them from hanging services. | 2011-01-03 | 1 | -0/+14 | |
| * | Add Atheme::Fault module, exposing the fault_ constants to perl | 2011-01-02 | 1 | -0/+35 | |
| * | Add Atheme::Log | 2011-01-02 | 2 | -0/+17 | |
| * | 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. | 2011-01-02 | 5 | -1/+125 | |
| * | Expose mynick_t to perl as Atheme::NickRegistration | 2011-01-01 | 1 | -0/+8 | |
| * | 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. | 2011-01-01 | 4 | -2/+10 | |
| * | Expose metadata for accounts and channel registrations to perl | 2011-01-01 | 4 | -0/+20 | |
| * | Expose channels, accounts and channel registrations to perl | 2010-12-31 | 2 | -1/+14 | |
| * | Missing second half of 970672b2a50d | 2010-12-31 | 1 | -1/+1 | |
| * | Replace Atheme::Services tied-hash wrapper with a generic one, and use it to ... | 2010-12-30 | 2 | -10/+12 | |
| * | 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. | 2010-12-30 | 1 | -2/+5 | |
| * | Initial scripting/perl module. Supports binding simple command handlers and n... | 2010-12-30 | 6 | -0/+220 |
