413 Commits (c75d2c91c52b9def4c07d38635c59f4f6c0f63f3)

Author SHA1 Message Date
  Daniel Oaks 7d140c9e43 PROXY: Update some comments, disallow from registered clients 6 years ago
  Shivaram Lingamneni 99f02ede20 restore PROXY protocol support 6 years ago
  Daniel Oaks 8cd016e4c0 server: Fix comments 6 years ago
  Shivaram Lingamneni 0f0f2d1314 refactor listener update/destroy code 6 years ago
  Shivaram Lingamneni d5528f6e56 execute rehash() in its own goroutine 6 years ago
  Shivaram Lingamneni b1376d5f71 Fix a concurrency error with Server.listeners 6 years ago
  Shivaram Lingamneni 333afe1062 make default channel modes configurable 6 years ago
  Daniel Oaks f9ef97b204 modes: Add experimental, untested +R user mode to block messages from unregistered users 6 years ago
  Daniel Oaks 97cfc0b629 Print warnings to heavily encourage exposing port 6697 as a TLS port 7 years ago
  Euan Kemp 2b155f9b1e server: close connection on parse-ip failure 7 years ago
  Daniel Oaks b807f492ed OPER: If client's already opered-up, ignore new OPER attempts 7 years ago
  Daniel Oaks 23a26f83fe client: Show real IP and whether the target's using TLS in WHOIS 7 years ago
  Daniel Oaks c9ed749538 Rename deps 7 years ago
  Daniel Oaks a8fa131244 Move to new repo 7 years ago
  Daniel Oaks 309ec8191e Add 'k' snomask for kills (including those coming from dlines and klines) 7 years ago
  Daniel Oaks 8a6ba6f9cc LIST: Start implementing ELIST conditions 7 years ago
  Daniel Oaks 34863a6320 JOIN: Disable JOIN 0 support, in line with Insp 7 years ago
  Daniel Oaks 4128ff6137 server: Check for channel permissions when renaming channels 7 years ago
  Daniel Oaks 0f8ab4eaec server: Add proposed RENAME command 7 years ago
  Daniel Oaks 53190ef131 Send a whole lot more snomasks 7 years ago
  Daniel Oaks ebb9d629d7 xline: Add ANDKILL param to kill all matching clients 7 years ago
  Daniel Oaks d847d55c06 Fix wordWrap function so it doesn't drop chars, and fix client.Notice() to automagically split very long lines. 7 years ago
  Daniel Oaks 9fe7c143c8 server: Remove useless comments, make idle/quit function layouts nicer 7 years ago
  Daniel Oaks fd793d6adb Add very initial snomasks 7 years ago
  Daniel Oaks 1afd3b8f78 server: Change localconnect msg to include username/realname 7 years ago
  Daniel Oaks 51425b7764 help: Generate index of help topics 7 years ago
  Daniel Oaks 2bd4d03ecc Prevent copying locks because that's silly 7 years ago
  Daniel Oaks f665ebac16 channels: Help prevent issues when join/parting 7 years ago
  Daniel Oaks e0035dfa04 types: Make ChannelNameMap use mutexes to fix crash 7 years ago
  Daniel Oaks 0046025d60 Enable chanmode +r, fix bug with registering channels 7 years ago
  Daniel Oaks 317a804644 Fix dates at top of source files 7 years ago
  Daniel Oaks 451c40f170 WHO: Fix a small hang 7 years ago
  Daniel Oaks 70b7606996 config: Allow enabling/disabling channel reg 7 years ago
  Daniel Oaks 05074e966d modes: Continue overhauling 7 years ago
  Daniel Oaks f29a5f0e70 socket: Very initial SendQ limit 7 years ago
  Daniel Oaks b33b217fab Add very initial ChanServ and NickServ virtual clients 7 years ago
  Daniel Oaks 439331cfb8 logger: Move to separate package, make *much* nicer 7 years ago
  Daniel Oaks 531cf675c8 rehash: Add note about cap del/new order 7 years ago
  Daniel Oaks 5c38800a02 config: Advertise STS draft, fix subsequent REHASHing 7 years ago
  Daniel Oaks 25a373b7eb logger: Add notice on connection when server is logging all I/O 7 years ago
  Daniel Oaks b328a4fcd3 logging: Add userinput and output, fix up lots 7 years ago
  Daniel Oaks 415a8117ee logger: Better colours and output 7 years ago
  Daniel Oaks 29e89b16a0 logger: Very initial working new logs 7 years ago
  Daniel Oaks ba0f291e20 logger: Initial new logger 7 years ago
  Daniel Oaks 3058161f62 config: Fix accounts registration/authentication 7 years ago
  Daniel Oaks d1cb4b9b37 server: Bunch of nits 7 years ago
  Daniel Oaks 9f6c4363b7 USERHOST: Clean up a bit, support multiple nicks 7 years ago
  vegax87 a623d8ef1e Solved! RPL_USERHOST must use trailing 7 years ago
  vegax87 2ff48a7088 I forgot a little typo 7 years ago
  vegax87 1bb9502206 I don't understand why USERHOST is working with spaces... 7 years ago