C Cube Calculon Versions Save

Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor.

v0.8

1 year ago
  • add opam lockfiles
  • check channel in !tell
  • config: ability to join multiple channels
  • remove ISO8601, use ptime instead
  • use sqlite3 for storage
    • small migrate_state tool to produce a db file from state.json
  • use github actions
  • remove tls_cert config option
  • factoid: add max_cardinal_for_force
  • add custom commands (no prefix matching at all)
  • count years in !seen

v0.6

4 years ago
  • use logs for logging, deprecate custom logger
  • better irclogs parser
  • use Yojson.t
  • add extra_args to config parser

v0.5

4 years ago

big-ish release, with fewer dependencies for the core libraries, and a new redis pub/sub bridge.

  • use curly for the web plugin
  • use irc-client-lwt-ssl instead of tls
  • redis interface
  • make calculon-extra non-optional
  • some fixes

v0.4

5 years ago

new release with customizable prefix and migration to dune