DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

First class support for 'log' messages in protocol #54

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

Make sure that both the browser client and cli client are okay with incoming log messages. They do not have to be capable of sending them, per se.

CLI client: don't print a warning about an unfamiliar msg type.

Browser client: nicer formatting in log, more IRC-like.

MaddieM4 commented 10 years ago

Doing the CLI part in master, because we actually NEED it immediately.