Skip to content

Releases: botblock/BLAPI

more logging

29 Sep 20:25
Compare
Choose a tag to compare
  • added some extended logging

Sharding startup adjustments

15 Sep 21:39
Compare
Choose a tag to compare
  • changed how the first iteration of sharded posting handles not yet activated shards

Sharding is now fully functional for d.js

15 Sep 16:39
Compare
Choose a tag to compare
  • a ton of fixes and optimizations for shard support
  • first small steps for shard support on manualPost, will come soon

metalist rebrand and fixes

09 Sep 22:36
Compare
Choose a tag to compare
  • now uses botBlock and not the deprecated metalist API anymore
  • fixed some smaller errors and adjusted instructions

Sharding added

12 Aug 10:54
Compare
Choose a tag to compare
  • added the new metalist API
  • support sharding with metalist posting
  • manual post sharding coming soon, as the metalist endpoint now supplies BLAPI with the sharding related data we need

Removed themetalist usage

09 Aug 10:27
494e7cc
Compare
Choose a tag to compare
  • removed any usage of themetalist, as the site and API is now dead
  • made the readme more readable
  • added AUTHORS to credit all the contributors

some minor impovements

08 Aug 20:46
Compare
Choose a tag to compare
  • added some improvements to the code with help of @pizzafox

Stupid mistakes were fixed

04 Aug 11:48
Compare
Choose a tag to compare
  • I fabricated some stupid, untested code, which is now fixed
  • posting without metalist is now working again after I broke it in 0.2.4

No dependencies anymore!

02 Aug 18:48
Compare
Choose a tag to compare
  • got rid of axios dependency
  • our internal posting is completely dynamic now, so changes from botlists can be made immediately, which makes the next point possible:
  • we're now able to pull the API data for every list from metalist so nothing should ever be out of date
  • still works completely without metalist because the current list is hardcoded (this will get updated over time)

bugfixes

02 Aug 09:36
Compare
Choose a tag to compare
  • fixed our posting algorithm