20 Commits

Author SHA1 Message Date
Slatian
a33473fdc9 Moved to a more genral implementation for the response format. 2023-10-29 15:23:47 +01:00
Slatian
20fb7ee2ff First step to detaching the templating from the logic. 2023-10-29 13:50:22 +01:00
Slatian
5c74de5685 Switch a lot of Strings to Arc<str> 2023-10-08 09:12:06 +02:00
Slatian
55897585ff Broke out settings and fixed a bug with the dns resolver not being persisted 2023-08-05 22:53:48 +02:00
Slatian
d88b15ba02 Persist resover choice using a cookie 2023-08-05 22:36:28 +02:00
Slatian
fdb23312df Made templates work with new data. 2023-08-05 21:09:56 +02:00
Slatian
727d9a77cd Template passtrough for dns server information 2023-08-05 18:19:28 +02:00
Slatian
104a072fd6 Configurable multiple dns resolvers 2023-08-04 00:00:21 +02:00
Slatian
cd8c0455dc First prototype with multiple dns providers 2023-07-23 15:23:44 +02:00
Slatian
896564791e Added plain text (gemtext like) templates 2023-02-25 15:42:59 +01:00
Slatian
6e1d3c02ef Improved error handling a bit 2023-02-23 21:28:17 +01:00
Slatian
d202ebb14e Added IDN support 2023-02-23 00:58:38 +01:00
Slatian
e3054e0158 implemented text query logic 2023-02-22 23:07:43 +01:00
Slatian
70f06ac501 Threw out some unneeded api 2023-02-22 21:32:10 +01:00
Slatian
64498da57a Added echoing of user agents 2023-02-21 10:51:28 +01:00
Slatian
c4379d4c19 Messages now have a title and a message 2023-02-21 08:55:29 +01:00
Slatian
b9fc472120 Made the query settings template settings 2023-02-21 00:21:31 +01:00
Slatian
52ace5f61f Middlewarre! 2023-02-21 00:06:49 +01:00
Slatian
2abc5844ad Working template configuration file 2023-02-19 23:12:43 +01:00
Slatian
0193c24385 Moved templating to its own module 2023-02-12 17:53:50 +01:00