Commit Graph

903 Commits

Author SHA1 Message Date
lda 5851298957 [FIX] Fix conflicts and make branch buildable. 2024-01-06 16:14:31 +01:00
lda 568543ab39 [FIX+META] Write changelog and enforce GET on RoomAliases 2024-01-06 16:14:31 +01:00
lda 5d2ca5a21b [MOD/WIP] Refactor code to use CommonIDs instead of UserIds 2024-01-06 16:14:31 +01:00
lda 88c9d10f90 [MOD] Add basic length checking 2024-01-06 16:14:31 +01:00
lda 2a61df37ad [ADD/WIP] Start adding a basic IPv6 parser.
It's only missing verification and a little cleanup
2024-01-06 16:14:31 +01:00
lda b71b90e7b0 [ADD] Add basic privilege checking for RouteRoomAliases
For now, this checking is incomplete, and it probably will stay
that way until rooms are properly implemented.
2024-01-06 16:14:31 +01:00
lda e8b4ef135d [MOD] Declare versions v1.2-v1.6 alongside v1.7
This should increase compatibility with some clients still not supporting v1.7(like Nheko).
2024-01-06 16:14:31 +01:00
lda 3c11d666c8 [MOD] Remove decoding code
This requires Cytoplasm #19 however now.
2024-01-06 16:14:31 +01:00
lda 288ab5da54 [ADD/WIP] Add ParserRecomposeCommonID 2024-01-06 16:14:31 +01:00
lda 8e177baef7 [FIX] Remove mention of Cytoplasm in gitignore. 2024-01-06 16:14:31 +01:00
lda 56d348454e [ADD] Implement barebones of GET /rooms/{id}/alias 2024-01-06 16:14:31 +01:00
lda ad1901017f [MOD] Delete id relation when DELETE is requested. 2024-01-06 16:14:31 +01:00
lda 48ffd86553 [ADD/WIP] Start adding room ID -> alias relation 2024-01-06 16:14:31 +01:00
lda c1933a2184 [MOD/WIP] Take into account room IDs
This might need a refactor.
2024-01-06 16:14:31 +01:00
lda 78daf86eb3 [MOD/WIP] Start doing checks on room alias
NOTE: Currently UNTESTED.
2024-01-06 16:14:31 +01:00
lda 8eab884289 [MOD/WIP] Start adding the server parsing code
Might need some clean-up, and also we'll need to refactor the
User API to use CommonIDs instead
2024-01-06 16:14:31 +01:00
lda 4e7554d241 [FIX] Fix the user ID parser to actually work 2024-01-06 16:14:31 +01:00
lda 30679d7999 [MOD] Make the User API use a bit of the parser 2024-01-06 16:14:31 +01:00
lda 4298ee469a [MOD] Drop old Parser API, add new ID parser 2024-01-06 16:14:31 +01:00
lda 4a575cee1d [FIX] Ensure NULL in case of failure
Oops!
2024-01-06 16:14:31 +01:00
lda 572d69c3f6 [MOD] Use Parser API for user ID parsing
Only tested with POST /login though, but it should work
2024-01-06 16:14:31 +01:00
lda b378d443c0 [MOD/FIX] Make the Parser API usable
It should now be good enough for parsing simple grammars(user IDs
for example)
2024-01-06 16:14:31 +01:00
lda 20a44a0664 [ADD/WIP] Add corresponding source code for parser 2024-01-06 16:14:31 +01:00
lda a493f3de85 [ADD/WIP] Start working on basic parser header 2024-01-06 16:14:31 +01:00
lda 35e41d9f6b [FIX] Fix commit f61009a423's mistake 2024-01-06 16:14:31 +01:00
lda 243de4f1a0 Add new entry to CONTRIBUTORS.txt (#50)
Reviewed-on: Telodendria/Telodendria#50
Co-authored-by: lda <lda@freetards.xyz>
Co-committed-by: lda <lda@freetards.xyz>
2024-01-06 10:02:53 -05:00
Jordan Bancino 35b9ef51f9 PID File: Properly initialize variables in Main(). 2024-01-05 21:02:45 -05:00
Jordan Bancino 83eb69f2cd Use j2s for the Config API. (#49)
Closes #7.
Closes #46.
Closes #47.

This pull request makes some minor on top of #46.

Co-authored-by: LoaD Accumulator <lda@freetards.xyz>
Co-authored-by: LoaD Accumulator <lda@noreply.git.telodendria.io>
Co-authored-by: lda <lda@freetards.xyz>
Co-authored-by: lda <lda@noreply.git.telodendria.io>
Reviewed-on: Telodendria/Telodendria#49
2024-01-05 21:00:27 -05:00
Jordan Bancino 22d0e88dde Update copyright year in code. 2024-01-05 20:23:27 -05:00
Jordan Bancino f83be63d53 Add CONTRIBUTORS.txt and make a note of it in the LICENSE.txt and documentation. 2024-01-05 18:57:19 -05:00
lda af4fd5dceb Update licensing text for 2024 (#48)
Co-authored-by: Jordan Bancino <jordan@bancino.net>
Reviewed-on: Telodendria/Telodendria#48
Co-authored-by: lda <lda@freetards.xyz>
Co-committed-by: lda <lda@freetards.xyz>
2024-01-04 19:32:03 -05:00
lda 2c6d5194d2 Set an error message with MatrixErrorCreate whenever applicable (#45)
Closes #6.

Co-authored-by: Jordan Bancino <jordan@bancino.net>
Reviewed-on: Telodendria/Telodendria#45
Co-authored-by: lda <lda@freetards.xyz>
Co-committed-by: lda <lda@freetards.xyz>
2023-12-02 10:24:08 -05:00
Jordan Bancino 0a91a0c40b Remove site files & update README with current site.
The website is now managed in Grav.
2023-11-21 09:16:50 -05:00
Jordan Bancino d3dcf334f0 Update change log. 2023-11-21 09:14:03 -05:00
lda 3dae19e82d Refactor code to comply with #8 (#39)
Reviewed-on: Telodendria/Telodendria#39
Co-authored-by: lda <lda@freetards.xyz>
Co-committed-by: lda <lda@freetards.xyz>
2023-11-21 09:11:45 -05:00
Jordan Bancino 2d30719be4 Implement Registration Token Administrator API (#43)
This pull request fully implements and documents all of the registration token administrator API endpoints.

**NOTE:** There is a memory leak when listing all of the registration tokens. Debug this before merging.
 
~~Closes~~ Supersedes #37.

Closes #26.

This pull request is based off of #37, which addresses #26. This pull makes a number of improvements to the logic, organization, and behavior of the API endpoints.

Co-authored-by: hatkid <daichi93100@gmail.com>
Co-authored-by: LoaD Accumulator <lda@freetards.xyz>
Co-authored-by: LoaD Accumulator <lda@noreply.git.telodendria.io>
Co-authored-by: lda <lda@freetards.xyz>
Co-authored-by: Load Accumulator <lda@freetards.xyz>
Reviewed-on: Telodendria/Telodendria#43
2023-11-10 09:30:53 -05:00
Jordan Bancino 503bfb6104 Suppress warnings of unused variables.
I will use them eventually when I implement all these functions.

I'm probably going to start CI work here soon, so I don't want warnings showing up in the logs unless they're important.
2023-11-08 15:17:27 -05:00
Jordan Bancino 77800e4117 Housekeeping tasks with documentation and versioning. 2023-11-08 14:30:45 -05:00
Jordan Bancino db4ae0408c Fix admin endpoint names in documentation 2023-11-08 11:21:20 -05:00
Jordan Bancino edee1288d8 Remove unused global variables. 2023-11-08 09:45:49 -05:00
Jordan Bancino 4b90800a2b Fix leak in RouteConfig, update documentation.
Closes #15.
2023-11-07 01:26:26 -05:00
Jordan Bancino 6e7f170768 Start working on #15. 2023-11-06 20:42:39 -05:00
Jordan Bancino 1f02f3c2a2 Allow customization of compiler in configure. 2023-11-04 15:56:57 -04:00
Jordan Bancino 582c79b608 Schema are now generated out-of-tree.
Closes #40.
2023-11-04 15:28:20 -04:00
Jordan Bancino 42a901b7f5 Update docs/dev/rationale.md 2023-11-01 20:35:48 -04:00
Jordan Bancino 1fee47a628 Use `Makefile`s instead of a custom script (#38)
This pull request also requires the use of the external [Cytoplasm](/Telodendria/Cytoplasm) repository by removing the in-tree copy of Cytoplasm. The increased modularity requires a little more complex build process, but is overall better. Closes #19

The appropriate documentation has been updated. Closes #18

---

Please review the developer certificate of origin:

1. The contribution was created in whole or in part by me, and I have
the right to submit it under the open source licenses of the
Telodendria project; or
1. The contribution is based upon a previous work that, to the best of
my knowledge, is covered under an appropriate open source license and
I have the right under that license to submit that work with
modifications, whether created in whole or in part by me, under the
Telodendria project license; or
1. The contribution was provided directly to me by some other person
who certified (1), (2), or (3), and I have not modified it.
1. I understand and agree that this project and the contribution are
made public and that a record of the contribution&mdash;including all
personal information I submit with it&mdash;is maintained indefinitely
and may be redistributed consistent with this project or the open
source licenses involved.

- [x] I have read the Telodendria Project development certificate of
origin, and I certify that I have permission to submit this patch
under the conditions specified in it.

Reviewed-on: Telodendria/Telodendria#38
2023-11-01 12:27:45 -04:00
Jordan Bancino 6377689a83 Update docs/CHANGELOG.md 2023-11-01 12:16:03 -04:00
Jordan Bancino 23237f97b5 Format source code and apply license. 2023-09-28 19:16:45 -04:00
Jordan Bancino 82ae2d4e41 Update 'docs/CHANGELOG.md' 2023-09-25 16:18:35 -04:00
Jordan Bancino 7d3d84d969 Move Admin routes to /_telodendria/admin/v1 (with version number)
Closes #16.
2023-09-25 16:10:44 -04:00