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
6d5ef9d6ad
Fix cvs tag command (for real this time)
2022-12-13 19:57:34 +00:00
7533b9f6d1
That didn't work
2022-12-13 19:49:03 +00:00
62fbbacfae
Fix cvs tag command.
2022-12-13 19:45:29 +00:00
9fd31c70bf
Set release date.
2022-12-13 19:34:17 +00:00
26fffe6a09
Remove v0.1.0 milestone
2022-12-13 19:34:11 +00:00
ede060ef59
Add ASCII logo!
2022-12-13 17:09:05 +00:00
b5d55427b8
Update version number and website
2022-12-13 16:44:51 +00:00
a3502adf57
Add telodendria-changelog; prepare for v0.1.0
2022-12-13 15:59:40 +00:00
043109958f
Small site updates
2022-12-13 14:26:04 +00:00
58eb666f53
Document HttpServer
2022-12-13 14:06:18 +00:00
aaa97f8752
Format code
2022-12-13 13:24:54 +00:00
bd8804e6fc
Document Http
2022-12-13 13:24:47 +00:00
0633a86469
Remove finished items.
2022-12-12 22:33:53 +00:00
94786ea440
Put developer documentation table into a <details> because it's getting long.
2022-12-12 17:39:56 +00:00
e17b64dcb2
Document Routes
2022-12-12 17:34:59 +00:00
e7030ec57a
Document Matrix.h
2022-12-12 16:59:13 +00:00
fe2c4de1b6
Remove unused variable. I thought I'd use it but I probably won't.
2022-12-11 00:19:17 +00:00
d56aaa921d
Fully abstract route paths, move them to Routes.h.
2022-12-11 00:14:22 +00:00
323dad1f8b
Document TelodendriaConfig
2022-12-10 23:34:32 +00:00
152d444e32
Fix /_matrix/client/versions and remove logging in RouteLogin
2022-12-10 16:01:58 +00:00
8acc21db7c
Add RouteLogin()
2022-12-10 15:41:33 +00:00
3b636a9d22
Update routing slightly, apply #35 to new RouteLogin
2022-12-10 15:41:19 +00:00
fb5a8e4587
Convert configuration file to JSON
2022-12-09 23:57:30 +00:00
c0534b0e05
Add some more detail to TODO.txt
2022-12-06 21:59:06 +00:00
d0c81a8136
Fix potential memory leak if duplicate keys exist in a JSON object.
2022-12-06 21:26:33 +00:00
01a6d71101
Remove Constants.h
2022-11-30 18:30:39 +00:00
5771e615d7
Document CanonicalJson
2022-11-30 18:23:25 +00:00
439e14a410
Format header
2022-11-30 17:59:19 +00:00
5610cafe46
Document Json
2022-11-30 17:54:10 +00:00
27da9ed88f
Document Memory API
2022-11-29 01:56:34 +00:00
643bdb2ec7
Document send-patch
2022-11-27 14:30:52 +00:00
889a16856d
Add Db(3)
2022-11-26 20:39:47 +00:00
e066e90d1d
Finish documenting Util
2022-11-26 19:04:47 +00:00
6900d0649e
Begin working on Util man page
2022-11-25 21:54:57 +00:00
f07ea912b2
Add Log(3) to index
2022-11-25 16:52:27 +00:00
2c0e7e5d65
Fix incorrect function declaration.
2022-11-25 16:52:12 +00:00
8045c583ba
Write man page for Log
2022-11-25 16:40:47 +00:00
70bdf81df7
Fix references to old LOG_ constants
2022-11-24 18:51:07 +00:00
399939654a
Fix a few areas where obscure compilers sometimes choke
2022-11-23 17:31:57 +00:00
7544a97c7d
Format source code, add .exrc
2022-11-23 14:56:31 +00:00
84f311ae09
Don't make assumptions about where the config file is.
2022-11-23 14:31:05 +00:00
be3b73f2af
Fix cache size warning
2022-11-23 00:53:06 +00:00
520b062dbb
Should probably make sure this succeeds.
2022-11-23 00:44:29 +00:00
fb56c3fca6
Clean up output a little
2022-11-22 23:57:58 +00:00
dce9788adf
Fix a bug when overriding CFLAGS with .env
2022-11-22 22:31:53 +00:00
b155d0dbe4
ftruncate() technically lives in unistd.h
...
It should be included to prevent warnings on some compilers.
2022-11-22 22:31:36 +00:00