Commit graph

10 commits

Author SHA1 Message Date
Erik Ogenvik
a15b8e308a Rename HttpCache to HttpHandling, as it's generic. 2023-10-19 23:04:04 +02:00
Erik Ogenvik
7fcf0c34d1 Envelope router ids in one single struct.
Since the string and the integer always go together.
2022-07-04 15:37:51 +02:00
Erik Ogenvik
706e521156 Make naming better. 2021-08-01 23:39:37 +02:00
Erik Ogenvik
c03267f132 Avoid singleton use. 2021-08-01 23:17:40 +02:00
Erik Ogenvik
7c6aa0a759 Don't make ServerRouting into a Router. 2021-08-01 18:16:41 +02:00
Erik Ogenvik
3d6852fd91 Fixed tests. 2020-11-03 21:02:27 +01:00
Erik Ogenvik
19f75d2904 Fixes for test compilation, although they don't work yet. 2020-08-11 16:27:38 +02:00
Erik Ogenvik
b3c4f73472 Removed the database connection between accounts and entities.
Since the "__account" property will handle the connections.
2020-06-23 00:12:33 +02:00
Erik Ogenvik
63889a0e52 Added protocol version, which can be checked by clients.
Whenever there's a change which invalidates the protocol this value should be increased,
allowing clients to alert the user that things won't work.
2020-06-01 20:47:46 +02:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/ServerRoutingTest.cpp (Browse further)