Jordan Bancino jordan
jordan pushed to master at Telodendria/Telodendria 2023-09-11 15:01:52 +00:00
6247085df1 Add change log entry for #35.
jordan commented on pull request Telodendria/Telodendria#35 2023-09-11 14:57:53 +00:00
Fixes issue #33 related to a memory issue, and format some code.

In the future, don't forget to add a change log entry for this kind of stuff!

jordan pushed to master at Telodendria/Telodendria 2023-09-11 14:57:21 +00:00
0172fa083b Fixes issue #33 related to a memory issue, and format some code. (#35)
jordan closed issue Telodendria/Telodendria#33 2023-09-11 14:57:20 +00:00
Telodendria raises a bad pointer when logging in with Nheko
jordan merged pull request Telodendria/Telodendria#35 2023-09-11 14:57:19 +00:00
Fixes issue #33 related to a memory issue, and format some code.
jordan commented on pull request Telodendria/Telodendria#35 2023-09-11 14:51:23 +00:00
Fixes issue #33 related to a memory issue, and format some code.

Yeah, same. Incredible.

jordan commented on pull request Telodendria/Telodendria#35 2023-09-11 14:50:08 +00:00
Fixes issue #33 related to a memory issue, and format some code.

Good catch. At first this doesn't seem necessary, but actually it is because of the finish label, which can be reached before matches is assigned and Free()s it.

jordan commented on issue Telodendria/Telodendria#18 2023-09-09 21:48:11 +00:00
Documentation

I converted all of the man pages I want to convert. I am leaving man pages for some development tools, like http, json, http-debug-server, and tt. These are command line utilities;…

jordan pushed to master at Telodendria/Telodendria 2023-09-09 21:43:51 +00:00
0b820b80f7 Convert configuration documentation.
jordan pushed to master at Telodendria/Telodendria 2023-09-09 20:59:04 +00:00
6dcfa7dc02 Remove send-patch and tp. See #20.
024482d4e8 Put the finishing touches on CONTRIBUTING.md.
Compare 2 commits »
jordan pushed to master at Telodendria/Telodendria 2023-09-09 20:50:47 +00:00
7a091c5b93 Add contributing documentation.
jordan commented on issue Telodendria/Telodendria#33 2023-09-09 19:44:37 +00:00
Telodendria raises a bad pointer when logging in with Nheko

Good thinking with setting threads and connections to 1. Not sure why changing the logging configuration would make the issue go away, that's really strange.

jordan closed issue Telodendria/Telodendria#34 2023-09-09 19:43:19 +00:00
Issue Templates
jordan commented on issue Telodendria/Telodendria#34 2023-09-09 19:43:19 +00:00
Issue Templates

Done.

jordan pushed to master at Telodendria/Telodendria 2023-09-09 19:39:19 +00:00
9e8523d92e Fix issue config.
jordan pushed to master at Telodendria/Telodendria 2023-09-09 19:37:13 +00:00
419017bcc9 Don't allow blank issues.
jordan pushed to master at Telodendria/Telodendria 2023-09-09 19:32:56 +00:00
1a009e87c3 Fix a few small bugs in Gitea templates.
jordan pushed to master at Telodendria/Telodendria 2023-09-09 19:28:43 +00:00
08594e0fb1 Add Gitea issue templates.
jordan commented on issue Telodendria/Telodendria#34 2023-09-09 12:16:42 +00:00
Issue Templates

Looks like we can do multiple templates. Off the top of my head, I want templates for:

  • Feature requests
  • Unexpected behavior
  • Crashes (requires additional information like logs,…
jordan commented on issue Telodendria/Telodendria#33 2023-09-09 12:12:33 +00:00
Telodendria raises a bad pointer when logging in with Nheko

Great! Issues like this are so much easier to debug. If you want to try to debug this one, go ahead, and feel free to ask questions. Otherwise, I'll plan on tackling this sometime after I finish…