Overview
Comment: | add the "ornamentum" hash to allow posting out of the box (should be in a variable instead) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | ben-hotfixes |
Files: | files | file ages | folders |
SHA3-256: |
93422a4832c133e73138e44d7c37dea4 |
User & Date: | anon on 2023-09-09 10:02:00 |
Other Links: | branch diff | manifest | tags |
Context
2023-09-09
| ||
10:02 | add the "ornamentum" hash to allow posting out of the box (should be in a variable instead) Leaf check-in: 93422a4832 user: anon tags: ben-hotfixes | |
09:54 | make vip prefix argument in sbbs-compose-create work in /mona/ check-in: c19493c97a user: anon tags: ben-hotfixes | |
Changes
Modified sbbs.el from [fca4400146] to [8483c098a2].
︙ | ︙ | |||
705 706 707 708 709 710 711 | (let ((board sbbs--board) (url-request-method "POST") (url-request-extra-headers '(("Content-Type" . "application/x-www-form-urlencoded"))) (url-request-data (url-build-query-string `((epistula ,(buffer-string)) | | | 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 | (let ((board sbbs--board) (url-request-method "POST") (url-request-extra-headers '(("Content-Type" . "application/x-www-form-urlencoded"))) (url-request-data (url-build-query-string `((epistula ,(buffer-string)) (ornamentum "3b3738ae1c9295d272cec84ecf7af5c8") (name "") (message "") (frontpage ,(if sbbs--thread-id "true" "false")) ,(if vip `(vip "on") nil) (inscriptio ,(if vip "sage" "")) . ,(and (not sbbs--thread-id) `((titulus ,(read-string "Headline: "))))))) (url (if sbbs--thread-id (sbbs--board-url (format "%d/post" sbbs--thread-id)) |
︙ | ︙ |