telodendria/src
Jordan Bancino e2806bc810 Add UserIdParse() and UserIdFree() functions.
The spec says that a username can be either just the localpart, or a
localpart and a server. This commit now ensures that the login endpoint
actually handles usernames properly by calling the proper parsing
functions.
2023-02-28 13:44:34 +00:00
..
include Add UserIdParse() and UserIdFree() functions. 2023-02-28 13:44:34 +00:00
Routes Add UserIdParse() and UserIdFree() functions. 2023-02-28 13:44:34 +00:00
Array.c Update copyright year 2022-12-26 15:52:52 +00:00
Base64.c Update copyright year 2022-12-26 15:52:52 +00:00
CanonicalJson.c Update copyright year 2022-12-26 15:52:52 +00:00
Cron.c Fix memory leak in DbDelete() 2022-12-28 15:44:21 +00:00
Db.c Implement flow handling in Uia API. 2023-02-27 15:39:12 +00:00
HashMap.c Begin the great StrDuplicate() refactor. 2023-02-23 23:19:23 +00:00
Http.c Begin the great StrDuplicate() refactor. 2023-02-23 23:19:23 +00:00
HttpServer.c Begin the great StrDuplicate() refactor. 2023-02-23 23:19:23 +00:00
Json.c Fix bugs in Json API. 2023-02-26 15:07:46 +00:00
Log.c Update copyright year 2022-12-26 15:52:52 +00:00
Matrix.c Make JsonValueString() call StrDuplicate(); refactor code to behave properly. 2023-02-24 00:17:56 +00:00
Memory.c Fix visual bugs in MemoryHexDump() 2023-01-02 04:12:12 +00:00
Queue.c Update copyright year 2022-12-26 15:52:52 +00:00
Rand.c Format source code. 2023-02-17 03:23:25 +00:00
Sha2.c Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00
Str.c Format source code. 2023-02-17 03:23:25 +00:00
Telodendria.c Fix a write-out-of-bounds error in Json. 2023-02-23 03:46:05 +00:00
TelodendriaConfig.c Fix memory leak when log timestamp is not set in the config. 2023-01-16 03:21:59 +00:00
Uia.c Implement flow handling in Uia API. 2023-02-27 15:39:12 +00:00
User.c Add UserIdParse() and UserIdFree() functions. 2023-02-28 13:44:34 +00:00
Util.c Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00