Commit Graph

8 Commits

Author SHA1 Message Date
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
Jordan Bancino 8cb86e8f67 Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Jordan Bancino 45324ce77a Implement /_matrix/client/versions and /.well-known/matrix/client 2022-09-29 13:41:26 -04:00
Jordan Bancino b3e71c32fd Update license text. 2022-07-28 12:00:52 -04:00
Jordan Bancino c991d93444 Add license headers to all source files. 2022-07-28 11:15:04 -04:00
Jordan Bancino 39af3c2194 Add ArraySort() 2022-07-27 15:31:34 -04:00
Jordan Bancino aabb2a0203 Run indent(1) on all C source files. 2022-07-25 15:18:35 -04:00
Jordan Bancino d102ba8676 Initial revision 2022-07-22 20:19:12 -04:00