| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc/technical: fix typos | 2014-02-11 | 1 | -11/+11 | |
| * | Add framework to check hook parameter types and use it in a few places. | 2009-08-08 | 1 | -50/+0 | |
| * | Add missing user_away to the hook doc, move channel_message to ircd section. | 2009-08-08 | 1 | -1/+2 | |
| * | Remove the "connected" hook and use the write handler instead. | 2009-02-21 | 1 | -2/+0 | |
| * | Allow modules to influence the expiry process. | 2008-08-23 | 1 | -0/+3 | |
| * | xmlrpc: simplify some, use return_if_fail macros | 2008-08-03 | 1 | -2/+1 | |
| * | Update documentation for RESTRICTED change. | 2008-06-08 | 1 | -0/+2 | |
| * | Add channel_can_register hook to allow modules to block channel registrations. | 2008-05-17 | 1 | -0/+1 | |
| * | Add nick_can_register hook and use it to block GROUP on guest nicks also.•••The nick_can_register hook is called on both REGISTER and GROUP (if nickname ownership is enabled). The user_can_register hook is no longer called on GROUP; this makes the contrib modules using this hook consistent again. The enforce module now hooks to nick_can_register instead of user_can_register. | 2008-03-10 | 1 | -0/+1 | |
| * | Add user_verify_register hook, called when a registration is verified.•••This is after a successful VERIFY if email verification is enabled, after a successful REGISTER if not. It takes a hook_user_req_t * parameter. | 2008-02-17 | 1 | -0/+1 | |
| * | Fix nick_change hook and rename to nick_check.•••nick_check fits better because the hook is also called for new and bursted users. | 2007-12-15 | 1 | -0/+1 | |
| * | Move developer documentation to doc/technical/ | 2007-08-15 | 3 | -0/+245 |
