Commit Graph

15 Commits

Author SHA1 Message Date
6f7e223b3d AP: move types to their own directory 2024-02-23 13:33:37 -03:00
b27e6cb2ec Better singleton names 2024-02-23 13:24:03 -03:00
810bf6b830 Improve ActivityStream objects
- Add optional fields
- Parse json correctly
- Add print helper
2024-02-22 20:58:36 -03:00
7fbdd031ff Minor improvements
- WebFinger:  detect when to use http or https, better function naming
- RequestPool: add user agent
2024-02-21 15:39:41 -03:00
166f428cd1 RP: use persistent per-thread Request object 2024-02-21 14:37:48 -03:00
9c5eb45d95 Better json management 2024-02-21 13:49:13 -03:00
f9dedca988 Initial AP objects implementation 2024-02-21 11:07:26 -03:00
a0b15f6526 DB: add SQLite support 2024-02-21 11:06:16 -03:00
58028ca68e Initial WebFinger
- Add headers to PRequest
2024-02-19 01:03:40 -03:00
b0847660cc RequestPool: initial implementation with TaskPool 2024-02-18 16:56:31 -03:00
e47a0b3275 DB: start using ORM 2024-02-06 21:14:23 -03:00
1aa9f6992b WIP: migrations 2024-01-28 23:34:13 -03:00
fbf487051e DB: remove shared stuff, add singleton
Add Config class
2024-01-28 22:36:38 -03:00
297786133d Add basic PGSQL connection 2024-01-28 21:48:03 -03:00
8ee6cbefbd Initial commit 2024-01-28 19:34:56 -03:00