1
0
Fork
You've already forked lichat
0
forked from shirakumo/lichat
The Lichat specification
  • Common Lisp 100%
Find a file
2026年04月24日 10:55:23 +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 Update linkage 2025年08月11日 21:23:42 +02:00
shirakumo.mess Specify shirakumo-leave-message 2026年04月24日 10:55:23 +02:00
shirakumo.sexpr Specify shirakumo-leave-message 2026年04月24日 10:55:23 +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