281 Commits (73d406ccd6f6e2a29bc6586974b9ce288f8636fe)

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