7 Commits

Author SHA1 Message Date
Lyra Rebane
0318480606 Fix escaping 2024-01-09 23:30:19 +02:00
Pēteris Caune
5d6d1a3a53 Improve Markdown formatting
* use <h3> and <hr> elements to separate configuration directives
* use <code> elements to mark constants, fs paths,
  module names etc.
* fix unneeded "\_" escaping
* fix list formatting
2023-06-29 16:12:11 +03:00
Pēteris Caune
420e85ce96 Fix precise_casefold -> precis_casefold and .md formatting 2023-05-24 08:20:12 +03:00
Pēteris Caune
681976cc7b Fix typos 2023-05-23 09:32:51 +03:00
fox.cpp
a7001ab730 Implement auth_map and storage_map at endpoint level
This makes auth_map do what its name implies. Old auth_map in storage
module is deprecated and will be removed in the next release.
2023-03-12 13:52:04 +03:00
fox.cpp
6453363eb5 docs: Improve authorize_sender documentation
Add prepare_email description. Expand user_to_email description.

See #565.
2023-02-05 16:17:13 +03:00
fox.cpp
a8e0a74be9 docs: Convert manual pages into per-module Markdown pages 2022-01-06 21:55:24 +03:00