165 Révisions (144ebe08e330e1c9aff94253389d35b7d063bec6)

Auteur SHA1 Message Date
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better il y a 8 ans
  Daniel Oaks 3a9a643d30 server: Let websocket listeners also be TLS il y a 8 ans
  Daniel Oaks 2fb6acb92a restructure SSL/TLS a bit, name config items better il y a 8 ans
  Daniel Oaks cd7d30a997 Set default channel modes to +nt il y a 8 ans
  Daniel Oaks 8885f14f19 PROXY: Restrict to specified addresses/hostnames il y a 8 ans
  Daniel Oaks fb345a2dd4 user: Don't parse the second and third params anymore il y a 8 ans
  Daniel Oaks 9acdeedec6 commands: Simplify and unify minimum required number of args handling il y a 8 ans
  Daniel Oaks 8b79662f1a modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois il y a 8 ans
  Daniel Oaks 0ccabead31 cap: Properly suspend registration for CAP negotiation il y a 8 ans
  Daniel Oaks a241ea7dd6 version: Return RPL_ISUPPORT tokens, as standard il y a 8 ans
  Daniel Oaks 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) il y a 8 ans
  Daniel Oaks c3288823af Add native SSL/TLS listener support from @enmand for our new config il y a 8 ans
  Daniel Oaks 8dc2732137 server: Store MOTD in memory rather than reading it from disk every time. Fixes #3 il y a 8 ans
  Daniel Oaks 56641ff650 isupport: Don't advertise stuff that's still TODO il y a 8 ans
  Daniel Oaks 78928c0322 isupport: STATUSMSG isn't supported, don't advertise it il y a 8 ans
  Daniel Oaks a013205fd1 Support network name il y a 8 ans
  Daniel Oaks c88cd328f8 Very initial RPL_ISUPPORT numeric support il y a 8 ans
  Daniel Oaks c705bdaac5 irc/server: MOTD does not need to be clipped at 80 chars, has not been standard for a long while now il y a 8 ans
  Edmund Huber fce54343ea touchups to irc/websocket.go per review comments il y a 9 ans
  Edmund Huber 62302ec92e fail WebSockets with subprotocols here, because gorilla leaves it up for us to deal with subprotocols il y a 9 ans
  Niels Freier 6a69a65860 WebSocket layer to be able to connect "web" client il y a 9 ans
  Jeremy Latt 6c10add399 improve performance by using less goroutines il y a 10 ans
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions il y a 10 ans
  Jeremy Latt 21a86c3216 fix gcstats debugging command il y a 10 ans
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 il y a 10 ans
  Jeremy Latt 8c44bb9ff3 ONICK command to allow operators to change users' nicks il y a 10 ans
  Jeremy Latt 7db4347419 bind to listening sockets before asyncing il y a 10 ans
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling il y a 10 ans
  Jeremy Latt 2006aff9f7 break up types.go il y a 10 ans
  Jeremy Latt 0126edc7af move capability handling code to a single file il y a 10 ans
  Jeremy Latt e15f47c766 move to channel-based logging il y a 10 ans
  Jeremy Latt d1a299792e don't buffer channels (except signal channel) il y a 10 ans
  Jeremy Latt 4268c4a936 don't set CapNegotiating for blind CAP REQ il y a 10 ans
  Jeremy Latt 96a108f8da mark unicode normalization with type il y a 10 ans
  Jeremy Latt 81df7b4a5c comments and improvements for client set il y a 10 ans
  Jeremy Latt 33df043961 fix CAP messages il y a 10 ans
  Jeremy Latt cf76d2bd77 persist and load channel mask lists il y a 10 ans
  Jeremy Latt 12ae89ca14 minor cleanup/refactoring il y a 10 ans
  Jeremy Latt adde42a1bf update ClientLookupSet when username changes il y a 10 ans
  Jeremy Latt 76852b0370 implement WHOWAS with a shared ringbuffer il y a 10 ans
  Jeremy Latt 41a6027d4e move ClientLookupSet to its own file il y a 10 ans
  Jeremy Latt b2055595e1 WHOWAS command il y a 10 ans
  Jeremy Latt 69cdad45ac partially-working sqlite-based usermasks il y a 10 ans
  Jeremy Latt 832a5e1e19 allow empty server password il y a 10 ans
  Jeremy Latt 5c6f8ff92a improve logging il y a 10 ans
  Jeremy Latt 04bb79a610 fix invite message to clients il y a 10 ans
  Jeremy Latt 0874692aa8 send proper replies for cap protocol il y a 10 ans
  Jeremy Latt 92e7a7961f notify on more signals il y a 10 ans
  Jeremy Latt 6aa6f0aeaa notify clients when the server shuts down il y a 10 ans
  Jeremy Latt b421971b61 move db init/open functions into a single file il y a 10 ans