Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-11 | * Generate XML RPC messages with the encoding set to utf-8 instead | Joey Hess | |
of XML::RPC's default of us-ascii. Allows interoperation with python's xmlrpc library, which threw invalid encoding exceptions and caused the rst plugin to hang. | |||
2007-12-08 | * Finally implemented a simple per-page data storage mechanism for plugins, | Joey Hess | |
via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. | |||
2007-10-13 | untaint plugin filename, will be tainted if specified at the command line | joey | |
2007-08-13 | memoization for injected RPC functions is a very, very good thing | joey | |
2007-08-13 | * Fix --libdir to work at the command line. | joey | |
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. |