this is a known issue, but unfortunately i do not think its something i can fix :s
(lis)anne
Creator of
Recent community posts
i wrote the IRC library! if you want to use it you can find it in the source code on gitlab. contrary to the rest of the project i licensed it under MIT, so you’re free to include it on whatever mit covers as long as you attribute properly :P
do keep in mind that its not fully featured, but it has everything that pesterchum needs to work so all normal messaging functionality is there and such. ymmv etc etc.
hi! thanks for using pchum godot
the push notifications thing is mostly due to what framework im using to build the app. I use the godot (game) engine, which is (as you may have guessed) mostly for making games. It just happens to be really chill and nice to work with for apps/software aswell. This + the fact that it works on a bunch of platforms (and so isnt optimized for phones specifically) means its not really intended for something like this. Through godot i dont have a way to easily access the direct platform integrations (like the android system libraries) which is required to make background notifs work. It is possible but quite challenging though.
Android is very picky about how your app behaves if you want it to do things in the background, which is why there is no ready-made fix for this kinda thing inside godot. there is a way i can make this work, and ive been working on it on & off for a little while now. It has some caveats like how i need to move some of the technical innards to the Java language and such, but i think i have a way to make it possible. Its just a very specific solution, and i have very very little experience with Java & the android libraries so i havent been able to make it work quite yet. i do intend to have the next update have background processing at the very least (so you don’t get disconnected when you leave the app) and i think if that works, notifications should also be possible.
thanks for the comment, and i hope this was a decent explanation :P
swag! if you have a desperate need for log saving theres the current up-to-date desktop client u can use on PC (https://github.com/Dpeta/pesterchum-alt-servers) otherwise yeah itll take a little while more until i can return to this project more actively :P (also, what is a MU* engine ‘w’)