152 コミット (c97472582d3f198f408b9af196c4c39e5e500250)

作成者 SHA1 メッセージ 日付
  Daniel Oaks 56641ff650 isupport: Don't advertise stuff that's still TODO 8年前
  Daniel Oaks 78928c0322 isupport: STATUSMSG isn't supported, don't advertise it 8年前
  Daniel Oaks a013205fd1 Support network name 8年前
  Daniel Oaks c88cd328f8 Very initial RPL_ISUPPORT numeric support 8年前
  Daniel Oaks c705bdaac5 irc/server: MOTD does not need to be clipped at 80 chars, has not been standard for a long while now 8年前
  Edmund Huber fce54343ea touchups to irc/websocket.go per review comments 9年前
  Edmund Huber 62302ec92e fail WebSockets with subprotocols here, because gorilla leaves it up for us to deal with subprotocols 9年前
  Niels Freier 6a69a65860 WebSocket layer to be able to connect "web" client 9年前
  Jeremy Latt 6c10add399 improve performance by using less goroutines 10年前
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions 10年前
  Jeremy Latt 21a86c3216 fix gcstats debugging command 10年前
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 10年前
  Jeremy Latt 8c44bb9ff3 ONICK command to allow operators to change users' nicks 10年前
  Jeremy Latt 7db4347419 bind to listening sockets before asyncing 10年前
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling 10年前
  Jeremy Latt 2006aff9f7 break up types.go 10年前
  Jeremy Latt 0126edc7af move capability handling code to a single file 10年前
  Jeremy Latt e15f47c766 move to channel-based logging 10年前
  Jeremy Latt d1a299792e don't buffer channels (except signal channel) 10年前
  Jeremy Latt 4268c4a936 don't set CapNegotiating for blind CAP REQ 10年前
  Jeremy Latt 96a108f8da mark unicode normalization with type 10年前
  Jeremy Latt 81df7b4a5c comments and improvements for client set 10年前
  Jeremy Latt 33df043961 fix CAP messages 10年前
  Jeremy Latt cf76d2bd77 persist and load channel mask lists 10年前
  Jeremy Latt 12ae89ca14 minor cleanup/refactoring 10年前
  Jeremy Latt adde42a1bf update ClientLookupSet when username changes 10年前
  Jeremy Latt 76852b0370 implement WHOWAS with a shared ringbuffer 10年前
  Jeremy Latt 41a6027d4e move ClientLookupSet to its own file 10年前
  Jeremy Latt b2055595e1 WHOWAS command 10年前
  Jeremy Latt 69cdad45ac partially-working sqlite-based usermasks 10年前
  Jeremy Latt 832a5e1e19 allow empty server password 10年前
  Jeremy Latt 5c6f8ff92a improve logging 10年前
  Jeremy Latt 04bb79a610 fix invite message to clients 10年前
  Jeremy Latt 0874692aa8 send proper replies for cap protocol 10年前
  Jeremy Latt 92e7a7961f notify on more signals 10年前
  Jeremy Latt 6aa6f0aeaa notify clients when the server shuts down 10年前
  Jeremy Latt b421971b61 move db init/open functions into a single file 10年前
  Jeremy Latt 83d021fcb7 switch to gcfg for conf file 10年前
  Jeremy Latt 36602c9a3c basic capability negotiation 10年前
  Jeremy Latt 9aeb813cf5 restrict nicknames to proper character set 10年前
  Jeremy Latt 4df8ec12f6 allow nick changing 10年前
  Jeremy Latt 66f9b42125 avoid duplicate mode changes 10年前
  Jeremy Latt 9dc229b98f skip nick change if there is no difference 10年前
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client 10年前
  Jeremy Latt b30e247e77 properly persist channels 10年前
  Jeremy Latt 02abeeb164 persistent channels persisted to a sqlite db 10年前
  Jeremy Latt 1fe73aaa9e kill command 10年前
  Jeremy Latt 4d2d18caf1 time command 10年前
  Jeremy Latt f0305cf01a invite command 10年前
  Jeremy Latt d6ec1e719b add a version command for sumeet 10年前