Forum teuk.org

TeuK  Admin

Member since 2025-12-22 09:24:20Z · 3mo ago

Total posts: 15  ·  Total topics: 13


Topics (page 2/2)

← PrevPage 2 / 2Next →

Posts (page 2/2)

In topic Mediabot Notes — 2025-12-22 · 3mo ago

After a long (very long) refactoring campaign, Mediabot finally migrated most of its command handling to a proper Context-based architecture.

Yes, this includes:

  • removing years of implicit state,
  • surviving strict mode,
  • fixing bugs that existed longer than some IRC networks,
  • and arg…
In topic Mediabot Notes — 2025-08-06 · 7mo ago

ALTER TABLE CHANNEL_PURGED ADD COLUMN purged_by VARCHAR(255) DEFAULT NULL; ALTER TABLE CHANNEL_PURGED ADD COLUMN purged_at DATETIME DEFAULT CURRENT_TIMESTAMP;

In topic Mediabot Notes — 2025-08-05 · 7mo ago

Spotify demo in Mediabot

In topic Mediabot Notes — 2025-07-18 · 8mo ago

I had to to do this for a long time, sorry guys

ALTER TABLE CHANNEL_LOG MODIFY ts DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP;

ALTER TABLE RESPONDERS MODIFY responder VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, MODIFY answer TEXT CHARACTER SET utf8mb4 COLL…

← PrevPage 2 / 2Next →