summaryrefslogtreecommitdiff
path: root/main.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix database access when moderating comments and trackbacks.Matthias Benkard2009-12-031-2/+8
* Use numeric HTML entity references only.Matthias Benkard2009-11-151-8/+8
* Add action “sitemap”.Matthias Benkard2009-11-121-1/+4
* Fix a typo.Matthias Benkard2009-11-061-1/+1
* Support pingbacks.Matthias Benkard2009-11-061-2/+2
* Add an XML declaration to XML-RPC responses.Matthias Benkard2009-10-301-0/+1
* Fix the handling of /RPC2 URIs.Matthias Benkard2009-10-301-4/+7
* Don't touch the query information when doing an XML-RPC call.Matthias Benkard2009-10-301-1/+1
* Pass a stream to HANDLE-XML-RPC-CALL.Matthias Benkard2009-10-301-9/+8
* Fix XML-RPC response format.Matthias Benkard2009-10-301-0/+2
* Accept “RPC2” as the action verb for XML-RPC calls.Matthias Benkard2009-10-301-1/+1
* Add an XML-RPC action.Matthias Benkard2009-10-301-0/+1
* Implement the MetaWeblog API.Matthias Benkard2009-10-301-8/+23
* Make comment moderation more efficient, only rebuilding the pages that need t...Matthias Benkard2009-10-111-7/+14
* Fix comment submission.Matthias Benkard2009-10-111-5/+7
* Revert to the old CGI helper behaviour.Matthias Benkard2009-10-111-1/+3
* Fix a typo in the setting of the *QUERY* variable.Matthias Benkard2009-10-111-1/+1
* Make the environment variable handling code more portable.Matthias Benkard2009-10-111-26/+19
* Automatically update static files as necessary.Matthias Benkard2009-10-111-4/+20
* Implement output of static HTML and XML files.Matthias Benkard2009-10-111-0/+5
* Change the way admin mode is selected.Matthias Benkard2009-10-111-6/+4
* Treat POST requests on journal entries as trackback requests.Matthias Benkard2009-10-101-1/+5
* Cleanups.Matthias Benkard2009-10-091-2/+2
* Fix Atom posting and putting behaviour.Matthias Benkard2009-10-091-23/+29
* Enable WSSE authentication.Matthias Benkard2009-10-081-40/+47
* Improve Atom publishing API conformance.Matthias Benkard2009-10-081-1/+1
* Add missing Atom publishing functionality.Matthias Benkard2009-10-081-1/+4
* Support Atom POST and PUT requests.Matthias Benkard2009-10-081-1/+37
* When processing an Atom request, do not try to parse the POST data as a query...Matthias Benkard2009-10-081-12/+14
* Implement /atom link handling.Matthias Benkard2009-10-081-0/+2
* Add a comment and trackback moderation page.Matthias Benkard2009-10-081-1/+20
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Don't record trackbacks that do not specify a source URI.Matthias Benkard2009-10-081-12/+12
* Support the posting of trackbacks.Matthias Benkard2009-10-081-0/+33
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
* Fix another typo.Matthias Benkard2009-10-071-1/+1
* Fix a typo.Matthias Benkard2009-10-071-1/+1
* Fix a mistake related to read-macros.Matthias Benkard2009-10-071-1/+3
* Do not automatically approve comments that pass Akismet spam checking.Matthias Benkard2009-10-071-1/+14
* On NFSN, determine the directory layout by inspecting the appropriate environ...Matthias Benkard2009-10-071-1/+7
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+2
* Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15.Matthias Benkard2009-02-171-1/+1
* Add a comment feed.Matthias Benkard2009-01-071-0/+2
* Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*.Matthias Benkard2008-12-111-1/+1
* Minor updates and fixes.Matthias Benkard2008-12-101-0/+1
* Support comment submission notification via e-mail.Matthias Benkard2007-10-121-10/+16
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-1/+32
* Support posting and editing journal entries.Matthias Benkard2007-10-051-22/+64
* Add a debugging page.Matthias Benkard2007-10-021-0/+2
* A few minor bug fixes.Matthias Benkard2007-09-301-17/+20