summaryrefslogtreecommitdiff
path: root/utils.lisp
Commit message (Expand)AuthorAgeFilesLines
* Support pingbacks.Matthias Benkard2009-11-061-0/+15
* Add WSSE debug info.Matthias Benkard2009-10-111-0/+2
* Introduce a *MODE* variable that distinguishes between static and dynamic mode.Matthias Benkard2009-10-111-1/+2
* In WSSE authentication, correctly decode the nonce submitted by the client.Matthias Benkard2009-10-081-1/+3
* Further correct the use of Ironclad.Matthias Benkard2009-10-081-1/+1
* Correct the use of Ironclad and CL-Base64.Matthias Benkard2009-10-081-2/+2
* Make WSSE authentication more robust.Matthias Benkard2009-10-081-7/+17
* Recognise WSSE time stamps correctly.Matthias Benkard2009-10-081-1/+3
* Use keywords to indicate Ironclad digest algorithms.Matthias Benkard2009-10-081-1/+1
* Enable WSSE authentication.Matthias Benkard2009-10-081-0/+32
* Simplifications.Matthias Benkard2009-10-081-20/+18
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-081-29/+45
* Add function DEBUG-LOG.Matthias Benkard2009-10-081-0/+4
* Support the posting of trackbacks.Matthias Benkard2009-10-081-0/+21
* Include the comment ID in a comment notification e-mail message.Matthias Benkard2009-10-071-0/+2
* Specify the correct content type even for 304 responses.Matthias Benkard2009-10-071-2/+2
* Fix REVALIDATE-CACHE-OR-DIE.Matthias Benkard2009-10-071-1/+1
* Don't crash when COMPUTE-JOURNAL-LAST-MODIFIED-DATE returns NIL.Matthias Benkard2009-10-071-2/+5
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
* Fix another typo.Matthias Benkard2009-10-071-2/+2
* Fix a typo.Matthias Benkard2009-10-071-1/+1
* When processing If-Modified-Since headers, recognise HTTP dates.Matthias Benkard2009-10-071-1/+2
* Do not crash when processing a request without an If-Modified-Since header.Matthias Benkard2009-10-071-5/+6
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+10
* FORMAT-DATE: Fix time zone handling.Matthias Benkard2008-12-101-1/+1
* QUOTE-PRINTABLE: Add a remark about the relationship between the Quoted-Print...Matthias Benkard2007-10-121-1/+9
* Support comment submission notification via e-mail.Matthias Benkard2007-10-121-0/+72
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-0/+42
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-291-0/+6
* Fix a typo in FIXUP-MARKDOWN-OUTPUT.Matthias Benkard2007-08-051-1/+1
* Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL.Matthias Benkard2007-08-051-16/+16
* Move all macro definitions into a separate file.Matthias Benkard2007-06-301-23/+0
* Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory.Matthias Benkard2007-06-301-2/+5
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-301-26/+78
* Split journal.lisp into multiple files.Matthias Benkard2007-06-301-0/+167