lda lda
lda created pull request Telodendria/Cytoplasm#1 2023-10-03 15:00:21 +00:00
[FIX] Fix issue related to TLS
lda pushed to fix-tls at lda/Cytoplasm 2023-10-03 14:59:11 +00:00
b6388eb7fe [FIX] Fix issue related to TLS
lda created branch fix-tls in lda/Cytoplasm 2023-10-03 14:59:11 +00:00
lda created repository lda/Cytoplasm 2023-10-03 14:55:19 +00:00
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:59:24 +00:00
e4952a8f33 [FIX] Remove generated Schema files.
a3eb5b8aa2 [ADD] WIP: User directory from #70 + .gitignore.
673945fe9f [FIX] More fixes!
Compare 3 commits »
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:56:01 +00:00
c326080f93 [FIX] Oops!
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:52:10 +00:00
1e6e48e181 [FIX] Remove generated Schema files.
795b465e62 [ADD] WIP: User directory from #70 + .gitignore.
82ae2d4e41 Update 'docs/CHANGELOG.md'
7d3d84d969 Move Admin routes to /_telodendria/admin/v1 (with version number)
bf1ce839d0 If HOST_NAME_MAX is undefined, use _POSIX_HOST_NAME_MAX.
Compare 26 commits »
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:48:30 +00:00
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:45:18 +00:00
aed03e115a [FIX] Start fixing mistakes.
lda pushed to lda-dev at lda/telodendria 2023-09-25 20:41:23 +00:00
b6edaeaca8 [FIX] Remove generated Schema files.
442583f99e [ADD] WIP: User directory from #70 + .gitignore.
261af8c14c Update 'docs/CHANGELOG.md'
84e6d05f49 Move Admin routes to /_telodendria/admin/v1 (with version number)
8e5357924a If HOST_NAME_MAX is undefined, use _POSIX_HOST_NAME_MAX.
Compare 24 commits »
lda pushed to implement-27 at lda/telodendria 2023-09-21 06:24:54 +00:00
0d3a660419 [MOD] Modify UserDeactivate and remove UserDeactivateWithInfo.
lda commented on pull request Telodendria/Telodendria#36 2023-09-21 06:13:49 +00:00
Implement #27

Considering how easy refactoring the code to use the proper UserDeactivate signature(which, to be frank, I should have done sooner), I think it's fine to change a few lines.

lda pushed to implement-27 at lda/telodendria 2023-09-21 06:08:54 +00:00
15d0ffb0f4 [FIX] Do some cosmetic changes to the route(see #36)
lda commented on pull request Telodendria/Telodendria#36 2023-09-21 06:00:40 +00:00
Implement #27

Honestly, it's merely just to keep it all under 80 columns without having to do line-breaks in the middle of a function call.

lda commented on issue Telodendria/Telodendria#2 2023-09-20 06:26:40 +00:00
NetBSD: HOST_NAME_MAX Not Defined

Just looked up about the HOST_NAME_MAX, and if GNU's manuals are to be believed, all of these platforms(versions included) don't have it defined:

The HOST_NAME_MAX macro is not defined on…

lda pushed to implement-27 at lda/telodendria 2023-09-20 06:11:52 +00:00
2d1c51beca [FIX] Fix memory leakages when deactivating multiple times.
lda pushed to implement-27 at lda/telodendria 2023-09-17 18:50:32 +00:00
1550a6ad29 [FIX] Start fixing merging conflicts
6247085df1 Add change log entry for #35.
0172fa083b Fixes issue #33 related to a memory issue, and format some code. (#35)
0b820b80f7 Convert configuration documentation.
6dcfa7dc02 Remove send-patch and tp. See #20.
Compare 30 commits »
lda pushed to implement-27 at lda/telodendria 2023-09-17 18:48:06 +00:00
5ee6031602 Add change log entry for #35.
lda pushed to implement-27 at lda/telodendria 2023-09-17 18:20:57 +00:00
9bcf45d8eb [FIX] Fix last commit's mistakes
lda pushed to implement-27 at lda/telodendria 2023-09-17 18:18:18 +00:00
f15991c737 [FIX] Fix gitignore a bit, and remove man pages