package calculon
Library for writing IRC bots in OCaml and a collection of plugins
Install
Dune Dependency
Authors
Maintainers
Sources
v0.7.tar.gz
md5=6bb91cdc5cd1b5958144faf9b4ae27c3
sha512=40fe8bdf5389fdb85869e41c24dbbbaafb8f07d026fcb7db2c2a94c1072a6d47a00708b0b0909e509b40325481198e6e45a4a205c92e090bf47eeccd4fbf99ab
doc/CHANGELOG.html
0.7
- add emoji plugin
- move to irc-client 0.7 with SASL support
- default to libera.chat
0.6
- use
logs
for logging, deprecate custom logger - better irclogs parser
- use
Yojson.t
- add
extra_args
to config parser
0.5
- refactor: use curly for the web plugin
- refactor: use irc-client-lwt-ssl instead of tls
- chore: make examples/tools native only
- fix
prefix1-full
- feat: redis interface
- make calculon-extra non-optional
0.4
- refactor: pass prefix during matching, not at command creation
- test: use mdx, update readme to compile again
- chore: bump minimal OCaml version to 4.03
- refactor and fix
help
command - chore: move to dune, including for demo bot
- update documentation
- add travis-ci
- migrate opam file to opam 2.0
- update doc of cmd_help, of_cmd, of_cmds
- add custom prefix for commands
- add command prefix in the description
- TLS client cert support