3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 20:09:41 +01:00
ergo/irc
Jeremy Latt 6f00f89efa relax unicode parsing rules
NFKC was previously used for all text. Now, we use NFKC for all args but
the last, which may be free text. This arg is normalized with NFC to
allow for formatting characters.
2014-02-26 13:11:29 -08:00
..
channel.go avoid duplicate mode changes 2014-02-25 22:19:21 -08:00
client.go many changes 2014-02-24 09:48:46 -08:00
commands.go relax unicode parsing rules 2014-02-26 13:11:29 -08:00
config.go persistent channels persisted to a sqlite db 2014-02-25 11:11:34 -08:00
constants.go relax unicode parsing rules 2014-02-26 13:11:29 -08:00
net.go don't close socket send channel 2014-02-14 19:30:58 -08:00
reply.go code review 2014-02-25 16:13:47 -08:00
server.go allow nick changing 2014-02-26 12:24:52 -08:00
socket.go relax unicode parsing rules 2014-02-26 13:11:29 -08:00
types.go normalize all unicode input from the client 2014-02-25 20:22:07 -08:00