Commit graph

85 commits

Author SHA1 Message Date
0b7282c36a Fix build errors on some compilers due to missing symbols. 2023-04-20 19:19:23 +00:00
687b89a83a Add some more user documentation to clarify how configuration works. 2023-04-20 01:39:09 +00:00
25b7c0d059 Begin documenting Admin API. 2023-04-19 21:45:15 +00:00
35f65a667d Update changelog. 2023-03-22 17:49:06 +00:00
aba1ef9251 Add some more documentation. 2023-03-12 03:36:19 +00:00
b4a394c44b Move send-patch and td to section one of the manual.
I think they fit there better.
2023-03-10 23:02:09 +00:00
19e89110cd Bump version number to v0.3.0 2023-03-08 03:46:38 +00:00
fc8fbc9a70 I forgot to set the date in the changelog. 2023-03-07 00:51:16 +00:00
cfba96edee Prepare for v0.2.0 release. 2023-03-07 00:44:53 +00:00
04bf8ca1a1 Document Uia API. 2023-03-07 00:28:52 +00:00
eae8fc5c79 Update Matrix documentation. 2023-03-06 22:49:21 +00:00
f2c2888c87 Document DbList() and DbListFree() 2023-03-06 22:29:46 +00:00
f1e565ef7b Update Json man page. 2023-03-06 22:21:56 +00:00
0ac21d430a Document User API 2023-03-06 22:09:57 +00:00
6735c101ec Add Rand man page. 2023-02-16 00:54:58 +00:00
e3b8eaf941 Put description all on one line. 2023-02-15 03:30:40 +00:00
a72f75d6b5 Update some man page descriptions. 2023-02-15 02:37:44 +00:00
a7c1ccd3f1 Update lots of documentation. 2023-02-15 01:32:44 +00:00
f7d581538d Begin documenting Str. 2023-02-14 11:56:22 +00:00
653d282bcd Document User API. 2023-02-14 02:02:22 +00:00
5fef788053 Begin documenting User API 2023-02-12 02:31:14 +00:00
5b77236e82 Fix -v option 2023-01-17 21:38:39 +00:00
70fd61cd23 Bring change log up to date-ish.
Next release I'll try to stay on top of this more.
2023-01-17 17:39:31 +00:00
599fa1a740 Document MemoryHexDump() and DbExists() 2023-01-09 21:39:59 +00:00
7cd9fe8bd7 Fix log output by changing __FILE__ 2023-01-06 23:00:18 +00:00
c48d666899 Add note on documenting patches. 2023-01-06 19:54:44 +00:00
fbd7bf5944 Fix memory leak in DbDelete() 2022-12-28 15:44:21 +00:00
dbecb28395 Update changelog 2022-12-24 23:41:50 +00:00
4f48f9a5cc Document Cron 2022-12-24 23:07:46 +00:00
94493e6ad8 Add Sha2 2022-12-19 22:15:41 +00:00
c0bd70a391 Add MatrixUserValidate() and MatrixHistoricalUserValidate() 2022-12-18 20:20:08 +00:00
f32e5eafce This release is getting too big to be 0.1.1 2022-12-18 20:11:32 +00:00
53846b0994 Document MatrixAuthenticate and MatrixRateLimit 2022-12-16 22:15:50 +00:00
9a31b1f350 Document user interactive authentication function 2022-12-16 20:52:55 +00:00
bee07d90fc Fix memory leaks in database. 2022-12-15 20:29:19 +00:00
c3618488f2 Hexdump leaked memory to the log for debugging. 2022-12-15 20:18:12 +00:00
cc6ae2dbd3 Prevent directory traversals by replacing dots and slashes. 2022-12-15 16:07:45 +00:00
4f2f7cd966 Add random string generator 2022-12-15 03:41:59 +00:00
f0392044c2 Document DbDelete() 2022-12-15 02:48:42 +00:00
c8cd2cebb7 Implement DbDelete() 2022-12-15 02:39:58 +00:00
5080d066ab Remove some debug statements; make route error more specific. 2022-12-14 18:41:01 +00:00
e37e6f1bb8 Fix some memory bugs. 2022-12-14 18:19:20 +00:00
07acad8573 Update changelog 2022-12-14 15:09:19 +00:00
5255c3f773 Fix whitespace issues in td 2022-12-14 01:00:52 +00:00
b63eeffb0f Implement variable substitution for site files.
It was such a pain to update the links in site/index.html for v0.1.0, so
this is necessary to prevent me from going insane manually updating all
these version numbers sprinkled everywhere.
2022-12-14 00:54:52 +00:00
4eae5b771f Keep the change log relevant. 2022-12-13 21:27:17 +00:00
eb4b6b7704 Actually I don't want to release this yet. 2022-12-13 20:41:01 +00:00
5d1451bf88 Bump version number 2022-12-13 20:36:03 +00:00
9fd31c70bf Set release date. 2022-12-13 19:34:17 +00:00
ede060ef59 Add ASCII logo! 2022-12-13 17:09:05 +00:00