Commit Graph

369 Commits

Author SHA1 Message Date
Jordan Bancino 7533b9f6d1 That didn't work 2022-12-13 19:49:03 +00:00
Jordan Bancino 62fbbacfae Fix cvs tag command. 2022-12-13 19:45:29 +00:00
Jordan Bancino 9fd31c70bf Set release date. 2022-12-13 19:34:17 +00:00
Jordan Bancino 26fffe6a09 Remove v0.1.0 milestone 2022-12-13 19:34:11 +00:00
Jordan Bancino ede060ef59 Add ASCII logo! 2022-12-13 17:09:05 +00:00
Jordan Bancino b5d55427b8 Update version number and website 2022-12-13 16:44:51 +00:00
Jordan Bancino a3502adf57 Add telodendria-changelog; prepare for v0.1.0 2022-12-13 15:59:40 +00:00
Jordan Bancino 043109958f Small site updates 2022-12-13 14:26:04 +00:00
Jordan Bancino 58eb666f53 Document HttpServer 2022-12-13 14:06:18 +00:00
Jordan Bancino aaa97f8752 Format code 2022-12-13 13:24:54 +00:00
Jordan Bancino bd8804e6fc Document Http 2022-12-13 13:24:47 +00:00
Jordan Bancino 0633a86469 Remove finished items. 2022-12-12 22:33:53 +00:00
Jordan Bancino 94786ea440 Put developer documentation table into a <details> because it's getting long. 2022-12-12 17:39:56 +00:00
Jordan Bancino e17b64dcb2 Document Routes 2022-12-12 17:34:59 +00:00
Jordan Bancino e7030ec57a Document Matrix.h 2022-12-12 16:59:13 +00:00
Jordan Bancino fe2c4de1b6 Remove unused variable. I thought I'd use it but I probably won't. 2022-12-11 00:19:17 +00:00
Jordan Bancino d56aaa921d Fully abstract route paths, move them to Routes.h. 2022-12-11 00:14:22 +00:00
Jordan Bancino 323dad1f8b Document TelodendriaConfig 2022-12-10 23:34:32 +00:00
Jordan Bancino 152d444e32 Fix /_matrix/client/versions and remove logging in RouteLogin 2022-12-10 16:01:58 +00:00
Jordan Bancino 8acc21db7c Add RouteLogin() 2022-12-10 15:41:33 +00:00
Jordan Bancino 3b636a9d22 Update routing slightly, apply #35 to new RouteLogin 2022-12-10 15:41:19 +00:00
Jordan Bancino fb5a8e4587 Convert configuration file to JSON 2022-12-09 23:57:30 +00:00
Jordan Bancino c0534b0e05 Add some more detail to TODO.txt 2022-12-06 21:59:06 +00:00
Jordan Bancino d0c81a8136 Fix potential memory leak if duplicate keys exist in a JSON object. 2022-12-06 21:26:33 +00:00
Jordan Bancino 01a6d71101 Remove Constants.h 2022-11-30 18:30:39 +00:00
Jordan Bancino 5771e615d7 Document CanonicalJson 2022-11-30 18:23:25 +00:00
Jordan Bancino 439e14a410 Format header 2022-11-30 17:59:19 +00:00
Jordan Bancino 5610cafe46 Document Json 2022-11-30 17:54:10 +00:00
Jordan Bancino 27da9ed88f Document Memory API 2022-11-29 01:56:34 +00:00
Jordan Bancino 643bdb2ec7 Document send-patch 2022-11-27 14:30:52 +00:00
Jordan Bancino 889a16856d Add Db(3) 2022-11-26 20:39:47 +00:00
Jordan Bancino e066e90d1d Finish documenting Util 2022-11-26 19:04:47 +00:00
Jordan Bancino 6900d0649e Begin working on Util man page 2022-11-25 21:54:57 +00:00
Jordan Bancino f07ea912b2 Add Log(3) to index 2022-11-25 16:52:27 +00:00
Jordan Bancino 2c0e7e5d65 Fix incorrect function declaration. 2022-11-25 16:52:12 +00:00
Jordan Bancino 8045c583ba Write man page for Log 2022-11-25 16:40:47 +00:00
Jordan Bancino 70bdf81df7 Fix references to old LOG_ constants 2022-11-24 18:51:07 +00:00
Jordan Bancino 399939654a Fix a few areas where obscure compilers sometimes choke 2022-11-23 17:31:57 +00:00
Jordan Bancino 7544a97c7d Format source code, add .exrc 2022-11-23 14:56:31 +00:00
Jordan Bancino 84f311ae09 Don't make assumptions about where the config file is. 2022-11-23 14:31:05 +00:00
Jordan Bancino be3b73f2af Fix cache size warning 2022-11-23 00:53:06 +00:00
Jordan Bancino 520b062dbb Should probably make sure this succeeds. 2022-11-23 00:44:29 +00:00
Jordan Bancino fb56c3fca6 Clean up output a little 2022-11-22 23:57:58 +00:00
Jordan Bancino dce9788adf Fix a bug when overriding CFLAGS with .env 2022-11-22 22:31:53 +00:00
Jordan Bancino 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
Jordan Bancino 21d97656e8 Update TODO items; refactor some milestones. 2022-11-21 21:18:00 +00:00
Jordan Bancino 7f883fc92e Remove debugging statements... whoops!
I'm usually pretty good about this.
2022-11-21 21:09:05 +00:00
Jordan Bancino 973e826e57 Fix bug in floating objects to mostRecent 2022-11-21 21:07:40 +00:00
Jordan Bancino 40e5c1ef2a Fix some bugs in DbCreate() regarding UtilMkdir() 2022-11-21 20:59:22 +00:00
Jordan Bancino 789baf33a1 Make Db interfaces take varargs.
This makes it much more flexible, at the expense of making it a little
more fragile. I can think of a number of scenarios where we'll have
paths that have variables in multiple spots, and I don't want to do
sprintf() magic every time I need to access an object at one of those
paths.
2022-11-21 20:31:37 +00:00