7
0
Fork
You've already forked lichat
1
The Lichat specification https://shirakumo.org/docs/lichat
  • Common Lisp 100%
Find a file
Yukari Hafner 72039de45a
Some checks failed
ci/woodpecker/push/docs Pipeline failed
Minor
2026年05月24日 19:31:36 +02:00
.woodpecker Woodpecker 2026年01月03日 10:55:40 +01:00
.dir-locals.el Stuff to compile to html. 2022年01月15日 15:46:35 +01:00
.gitignore Stuff to compile to html. 2022年01月15日 15:46:35 +01:00
compile.lisp Sigh 2024年10月22日 23:41:11 +02:00
LICENSE Update copyright 2023年07月03日 19:02:03 +02:00
lichat.mess Dumb 2024年10月22日 23:39:52 +02:00
lichat.sexpr Warning system 2022年02月22日 23:30:03 +01:00
logo.svg logo 2021年05月15日 15:19:51 +02:00
README.mess Minor 2026年05月24日 19:31:36 +02:00
shirakumo.mess Localisation and ephemeral profiles extensions 2026年05月14日 10:55:36 +02:00
shirakumo.sexpr Localisation and ephemeral profiles extensions 2026年05月14日 10:55:36 +02:00

[ image logo.svg ]
# About Lichat
This repository specifies the protocol of the ''Lichat''(https://shirakumo.org/docs/lichat) chat system. It offers both verbal and machine-readable descriptions of the protocol.
## Index
- ''lichat.mess''(link lichat.mess) The Lichat core protocol specification
- ''shirakumo.mess''(link shirakumo.mess) The Shirakumo protocol extensions
## See Also
- ''lichat-tcp-client''(https://shirakumo.org/docs/lichat-tcp-client) A basic lisp client library
- ''ex-lichat''(https://shirakumo.org/project/ex-lichat) An advanced Elixir server
- ''lichat-js''(https://shirakumo.org/project/lichat-js) A JavaScript client library and GUI
- ''py-lichat''(https://shirakumo.org/project/py-lichat) A Python client library
- ''weelichat''(https://shirakumo.org/project/weelichat) A Weechat client script
- ''jLichat''(https://shirakumo.org/project/jlichat) A Java client library
- ''Ocelot''(https://shirakumo.org/project/ocelot) An Android client