aboutsummaryrefslogtreecommitdiffstats
path: root/doc/technical
Commit message (Expand)AuthorAgeFilesLines
* doc/technical: fix typosGravatar Shockk2014-02-111-11/+11
* Add framework to check hook parameter types and use it in a few places.Gravatar Jilles Tjoelker2009-08-081-50/+0
* Add missing user_away to the hook doc, move channel_message to ircd section.Gravatar Jilles Tjoelker2009-08-081-1/+2
* Remove the "connected" hook and use the write handler instead.Gravatar Jilles Tjoelker2009-02-211-2/+0
* Allow modules to influence the expiry process.Gravatar William Pitcock2008-08-231-0/+3
* xmlrpc: simplify some, use return_if_fail macrosGravatar Jilles Tjoelker2008-08-031-2/+1
* Update documentation for RESTRICTED change.Gravatar Jilles Tjoelker2008-06-081-0/+2
* Add channel_can_register hook to allow modules to block channel registrations.Gravatar Jilles Tjoelker2008-05-171-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. Gravatar Jilles Tjoelker2008-03-101-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. Gravatar Jilles Tjoelker2008-02-171-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. Gravatar Jilles Tjoelker2007-12-151-0/+1
* Move developer documentation to doc/technical/Gravatar jilles2007-08-153-0/+245