Skip to content

Releases: TISUnion/ChatBridge

v2.6.3

19 Jul 15:10
98db518
Compare
Choose a tag to compare
  • Ping satori-python version to avoid its breaking changes
  • cqhttp,satori: support disable !!stats or !!online command by setting the query target client name to an empty string

v2.6.1

15 Jun 19:52
e1d59cc
Compare
Choose a tag to compare
  • add satori bot support
  • khl bot update khl.py
  • CLI clients ignore empty input

v2.5.3

23 Dec 10:30
d358548
Compare
Choose a tag to compare
  • Added docker image support. See readme for more details
  • Fixed cqhttp bot anonymous message data thing (#40)

v2.5.2

29 Oct 06:50
6441c3d
Compare
Choose a tag to compare
  • up-to-date online client bungee command impl, using /glist all now
  • !!online command on mcdr client

v2.5.1

07 Apr 13:41
e60f859
Compare
Choose a tag to compare
  • Fixed using undocumented api from MCDR (#36)

v2.5.0

13 Mar 19:01
a0131d4
Compare
Choose a tag to compare
  • Add new packet type custom, for better extensibility
  • Split broadcast_chat / send_chat api
  • Fix khl client cannot broadcast !!qq message for cqhttp client

v2.4.1

27 Feb 18:19
24b1cba
Compare
Choose a tag to compare
  • Added enable switch in mcdr plugin config
  • Fixed some typo (#34) and make CQ bot client json data reading fail-proof (#35)

v2.3.0

10 Sep 10:05
ef5433e
Compare
Choose a tag to compare

CLI Server

  • Use SO_REUSEADDR during server port binding for easier server restart #27

CQ HTTP bot

  • Less status log spam in cqhttp bot

Discord bot

  • update discord.py, now
    • discord.py>=2.0.0 is required
    • message content intent in the discord application dashboard is required

v2.2.0

10 Mar 06:24
331e5c6
Compare
Choose a tag to compare

CLI server changes:

  • Better thread name displaying
  • Auto-trim login timeout connections
  • Added secret thread_dump command in cli server for debug

v2.1.1

05 Mar 06:57
b4c862c
Compare
Choose a tag to compare
  • Added !!help command in khl bot
  • Fixed missing newline in !!help in discord bot (#21)