1
0
Fork
You've already forked lichat-protocol
0
Protocol definition and specification for the Lichat chat system
  • Common Lisp 100%
Find a file
2026年02月20日 18:30:30 -05:00
doc Update docs, restaple 2018年08月14日 10:20:27 +02:00
spec Update linkage 2025年08月11日 21:23:06 +02:00
.gitattributes Update license to zlib. 2019年06月22日 10:21:23 +02:00
base-protocols.lisp Make sure title is a defined keyword 2023年10月20日 21:27:23 +02:00
conditions.lisp Update copyright 2023年07月03日 19:01:47 +02:00
documentation.lisp Update copyright 2023年07月03日 19:01:47 +02:00
LICENSE Update copyright 2023年07月03日 19:01:47 +02:00
lichat-protocol.asd Update version to 2.0 2026年02月17日 17:29:48 +01:00
logo.svg logo 2021年05月15日 15:19:51 +02:00
package.lisp Fix #2 2024年05月10日 09:56:28 +02:00
printer.lisp Update copyright 2023年07月03日 19:01:47 +02:00
protocol.lisp Update copyright 2023年07月03日 19:01:47 +02:00
reader.lisp Fix NIL in safe-find-symbol tripping the OR clause and not being found as a result. 2026年02月17日 09:18:30 +01:00
README.mess Update linkage 2025年08月11日 21:23:06 +02:00
typed-slot-class.lisp Improved Support for typed-slot class 2026年02月20日 18:30:30 -05:00
wire.lisp Update copyright 2023年07月03日 19:01:47 +02:00

## About Lichat-Protocol
This system implements the basic protocol classes and wire format parts to consume and produce Lichat messages.
This repository also used to house the protocol specification itself, but this has since been moved to the "lichat"(https://shirakumo.org/projects/lichat) repository.
## See Also
* "lichat-serverlib"(https://shirakumo.org/docs/lichat-serverlib) An agnostic implementation of the server-side protocol.
* "lichat-tcp-server"(https://shirakumo.org/docs/lichat-tcp-server) A basic, threaded, TCP-based implementation of a Lichat server.
* "lichat-tcp-client"(https://shirakumo.org/docs/lichat-tcp-client) A basic, threaded, TCP-based implementation of a Lichat client.
* "LionChat"(https://shirakumo.org/project/lionchat) A Qt GUI client for a TCP server.