fl-DarkBot - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183) +--- Thread: fl-DarkBot (/showthread.php?tid=188040) |
RE: DarkBot - darkwind - 11-25-2023 ## Deployment **v1.5.0**2023-11-25 v1.4.0...v1.5.0 ## Features ### feat * u can order bases by different columns Feature request is fulfilled for @Aingar New available command examples: * . base order_by to check available ordering keys * . base order_by set name * . base order_by set affiliation * . base order_by status checking current ordering rule * . base order_by unset unsetting ordering rules RE: DarkBot - darkwind - 12-14-2023 new deployment changelog Wrote:v1.5.1 2023-12-18 (6f0a2c3b...ff227881) <@381567591816364034> , Fenrir reported unusual behavior of the Darkbot. investigation lead to discovery of potential memory corruption in handling commands. rewrote a bit memory initialization which should increase durability against memory leaks. Command that stopped responding was as example `. forum thread watch add The Enigma Confederacy` It just printed broken help information instead. I added extra memory initialization to command buffers, so in theory should be solved But better to be monitored for reaapearing UPD 2023-12-17. 3 days observation showed bug did not resurface. discontinuing monitoring. Marking bug as solved RE: FlDarkBot - darkwind - 12-18-2023 This msg was deleted RE: Darkbot - darkwind - 06-03-2024 Anouncement - Wubba, lubba, dub, dub!
RE: Darkbot - darkwind - 06-09-2024 2023-06-09 12-46: Small incident
For mysterious reason, app stopped responding correctly in microk8s cluster. Rebooting server did not fix it. microk8s got broken. Investigation did not find any root reason what happened with microk8s cluster. Thankfully i had plan in advance regarding that, and just made fallback to good old running as regular docker container, that is way more reliable and stable. Restoring status: OK, app is back to normal Postmortem thoughts: could be nice to add healthcheck status with automated alerting. Probably i should cleanup microk8s cluster from server. May be reinstalling it from zero with help to it. ===== Another update: Actually just running snap remove microk8s --purge and getting it back helped to get things back to normal too. RE: fl-DarkBot - darkwind - 07-19-2024 ## Deployment **v1.6.1**2024-07-20 added quality of life feature to query all configurations for a channel in one command . conf RE: fl-DarkBot - darkwind - 07-29-2024 ## Deployment **v1.6.10**2024-07-29 Just fixes to documentation pretty much and general maintenance with dependencies updates For player "Shelco" was discovered problem with forum tracking bot features sending only empty msgs. Problem appeared to be with insufficient permissions granted to bot. Discord at some point added "Embed Link" as separate permission apparently not present in older generated invite link. As long term solution changed as default recommendation to invite bot as admin in documentation Offering as non admin only as optional choice to use |