Skip to content

Releases: bivashy/VK-API-PluginAdapter

Fix IndexOutOfBoundsException related to logging value in configuration

Choose a tag to compare

@bivashy bivashy released this 05 Jan 12:55
0.4.2

Fixed #5

Proxy support, togglable logging

Choose a tag to compare

@bivashy bivashy released this 16 Dec 18:18

Added:

  • Proxy support (If cannot connect to the vk servers)
  • Toggleable logging (except Velocity)
    Removed:
  • Deprecated CallbackLongpoolAPI class
  • Deprecated getters in VkApiPlugin class

Many changes with fixes

Choose a tag to compare

@bivashy bivashy released this 25 Sep 11:43

Updates:

  1. Now group id is optional, and plugin will try to resolve it automatically
  2. Deprecated VKAPI class, methods was removed.
  3. Now VkApiPlugin interfact DOES NOT have useless generics

Fixes:

  1. Callback button event was not working on bukkit
  2. Removed duplicated HandlerList on bukkit events
  3. Fix NullPointerException when longpool api cancelled

Reduce jar size

Reduce jar size Pre-release
Pre-release

Choose a tag to compare

@bivashy bivashy released this 02 Apr 14:17

Fixes:

  • Reduce jar size

VKCallbackButtonPressEvent#getButtonEvent fix

Choose a tag to compare

@bivashy bivashy released this 06 Mar 14:21

Fixes:

  • Removed unused argument from VKCallbackButtonPressEvent#getButtonEvent
  • Renamed method getLikeAdd to getLikeInfo in VK

Velocity support added, plugin splitted

Pre-release

Choose a tag to compare

@bivashy bivashy released this 03 Mar 12:35

WARNING! Please notice that plugins that used VK-API 0.2.3 or older, will not be working! Tell it to the developers

Updates:

  • Velocity support added
  • From 0.3.0 version plugin will be spliitted into spigot,bungee,velocity
  • Bukkit events moved to the com.ubivashka.vk.bukkit.events folder, if you are developer, please move your old events

Huge update!

Huge update! Pre-release
Pre-release

Choose a tag to compare

@bivashy bivashy released this 14 Dec 09:44

Fixes:

  • Исправлена ошибка из за которой происходила утечка памяти (по причине асинхронного BukkitRunnable)
  • Исправлен ивент: 'like_remove'
  • log4j обновлён до 2.15.0 из за бага RCP
  • Мелкая оптимизация

Small fix with bungee warn

Pre-release

Choose a tag to compare

@bivashy bivashy released this 01 Aug 10:44

Fixes:

  • Добавлен фильтр варна в банжу для сообщения: Event com.ubivashka.vk.bungee.events.Название ивента took (миллисекунды) ms to process!

Small fix for old LongpoolAPI

Pre-release

Choose a tag to compare

@bivashy bivashy released this 27 Jul 07:21

Fixes:

  • Теперь плагин поддерживает сообщения ВК, если версия LongPoolAPI ниже 5.103

Big Update!

Big Update! Pre-release
Pre-release

Choose a tag to compare

@bivashy bivashy released this 21 Jul 17:03

Fixes:

  • Фикс утечки вк ивентов (Иногда ивенты не вызывался, и эти ивенты не обрабатывались)
  • Исправлено дублирование ивентов (Иногда ивенты могли повторяться, из за чего бот делал действия несколько раз)
  • Исправлена ошибка связанная с асинхронным раннейблом и папером
    This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.

Updates:

  • Теперь если интернет пропадет, то плагин будет пытаться переподключиться каждые 2, 4, 8, 16, 32, 64, 128, 256, 512 секунд(ы).
  • Теперь все ивенты спигота асинхронные!
  • Поддержка спигот-банжи, просто киньте VK-API.jar в plugins и наслаждайтесь.
  • Некоторые классы заменены или удалены
    • MessageReceiver.class удалён
  • Импорты изменены
    • Вместо: import com.ubivashka.vk нужно использовать import com.ubivashka.vk.bungee для Банжи,import com.ubivashka.vk.spigot для Спигота