Skip to content

Releases: botblock/BLAPI

more logging

Choose a tag to compare

@maybeanerd maybeanerd released this 29 Sep 20:25
  • added some extended logging

Sharding startup adjustments

Choose a tag to compare

@maybeanerd maybeanerd released this 15 Sep 21:39
  • changed how the first iteration of sharded posting handles not yet activated shards

Sharding is now fully functional for d.js

Choose a tag to compare

@maybeanerd maybeanerd released this 15 Sep 16:39
  • a ton of fixes and optimizations for shard support
  • first small steps for shard support on manualPost, will come soon

metalist rebrand and fixes

Choose a tag to compare

@maybeanerd maybeanerd released this 09 Sep 22:36
  • now uses botBlock and not the deprecated metalist API anymore
  • fixed some smaller errors and adjusted instructions

Sharding added

Choose a tag to compare

@maybeanerd maybeanerd released this 12 Aug 10:54
  • 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

Choose a tag to compare

@maybeanerd maybeanerd released this 09 Aug 10:27
494e7cc
  • 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

Choose a tag to compare

@maybeanerd maybeanerd released this 08 Aug 20:46
  • added some improvements to the code with help of @pizzafox

Stupid mistakes were fixed

Choose a tag to compare

@maybeanerd maybeanerd released this 04 Aug 11:48
  • 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!

Choose a tag to compare

@maybeanerd maybeanerd released this 02 Aug 18:48
  • 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

Choose a tag to compare

@maybeanerd maybeanerd released this 02 Aug 09:36
  • fixed our posting algorithm