178 Commit (19c2bb69fc5f09501213a8c278aac33de69cef19)

Autore SHA1 Messaggio Data
  Daniel Oaks 19c2bb69fc Allow looking up usernames with ident on connection 8 anni fa
  Daniel Oaks 1d51bb450a constants: Make SEM_VER the actual version number conforming to Semantec Versioning, and VER the composed number 8 anni fa
  Daniel Oaks 748bc759cb Cleanups reported by goreportcard 8 anni fa
  Daniel Oaks b820559050 modes: Add TLS umode (+Z) 8 anni fa
  Daniel Oaks 41473bb444 Fix PASS handling 8 anni fa
  Daniel Oaks 34a099b61a Fix PING and PONG 8 anni fa
  Daniel Oaks 04442ddef1 Stuff is no longer completely broken. Just mostly. 8 anni fa
  Daniel Oaks b8dc10f92d nickname: Fix 8 anni fa
  Daniel Oaks 9e7a590f23 server: Fix 8 anni fa
  Daniel Oaks 2a519c8061 use server.name and server.nameString, name for checking and getting nice comparison, nameString for reply outputs 8 anni fa
  Daniel Oaks 7fcc6bdbc4 channels: Fix 8 anni fa
  Daniel Oaks 08225c201d continue work reorganising and redoing EVERYTHING 8 anni fa
  Daniel Oaks e83283e7fd urgh this should not even be commited yet, this will all be squashed out 8 anni fa
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better 8 anni fa
  Daniel Oaks 3a9a643d30 server: Let websocket listeners also be TLS 8 anni fa
  Daniel Oaks 2fb6acb92a restructure SSL/TLS a bit, name config items better 8 anni fa
  Daniel Oaks cd7d30a997 Set default channel modes to +nt 8 anni fa
  Daniel Oaks 8885f14f19 PROXY: Restrict to specified addresses/hostnames 8 anni fa
  Daniel Oaks fb345a2dd4 user: Don't parse the second and third params anymore 8 anni fa
  Daniel Oaks 9acdeedec6 commands: Simplify and unify minimum required number of args handling 8 anni fa
  Daniel Oaks 8b79662f1a modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois 8 anni fa
  Daniel Oaks 0ccabead31 cap: Properly suspend registration for CAP negotiation 8 anni fa
  Daniel Oaks a241ea7dd6 version: Return RPL_ISUPPORT tokens, as standard 8 anni fa
  Daniel Oaks 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) 8 anni fa
  Daniel Oaks c3288823af Add native SSL/TLS listener support from @enmand for our new config 8 anni fa
  Daniel Oaks 8dc2732137 server: Store MOTD in memory rather than reading it from disk every time. Fixes #3 8 anni fa
  Daniel Oaks 56641ff650 isupport: Don't advertise stuff that's still TODO 8 anni fa
  Daniel Oaks 78928c0322 isupport: STATUSMSG isn't supported, don't advertise it 8 anni fa
  Daniel Oaks a013205fd1 Support network name 8 anni fa
  Daniel Oaks c88cd328f8 Very initial RPL_ISUPPORT numeric support 8 anni fa
  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 anni fa
  Edmund Huber fce54343ea touchups to irc/websocket.go per review comments 9 anni fa
  Edmund Huber 62302ec92e fail WebSockets with subprotocols here, because gorilla leaves it up for us to deal with subprotocols 9 anni fa
  Niels Freier 6a69a65860 WebSocket layer to be able to connect "web" client 9 anni fa
  Jeremy Latt 6c10add399 improve performance by using less goroutines 10 anni fa
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions 10 anni fa
  Jeremy Latt 21a86c3216 fix gcstats debugging command 10 anni fa
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 10 anni fa
  Jeremy Latt 8c44bb9ff3 ONICK command to allow operators to change users' nicks 10 anni fa
  Jeremy Latt 7db4347419 bind to listening sockets before asyncing 10 anni fa
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling 10 anni fa
  Jeremy Latt 2006aff9f7 break up types.go 10 anni fa
  Jeremy Latt 0126edc7af move capability handling code to a single file 10 anni fa
  Jeremy Latt e15f47c766 move to channel-based logging 10 anni fa
  Jeremy Latt d1a299792e don't buffer channels (except signal channel) 10 anni fa
  Jeremy Latt 4268c4a936 don't set CapNegotiating for blind CAP REQ 10 anni fa
  Jeremy Latt 96a108f8da mark unicode normalization with type 10 anni fa
  Jeremy Latt 81df7b4a5c comments and improvements for client set 10 anni fa
  Jeremy Latt 33df043961 fix CAP messages 10 anni fa
  Jeremy Latt cf76d2bd77 persist and load channel mask lists 10 anni fa