334 Révisions (26686d7e867fa9c07d9e6f2622f9fa4f975d100a)

Auteur SHA1 Message Date
  Shivaram Lingamneni 26686d7e86 refactor monitor and /oper implementations il y a 6 ans
  Shivaram Lingamneni 23a66fa502 fix various data races, including 2 introduced by #139 il y a 6 ans
  Daniel Oaks 275449e6cc caps: Move most capability-handling types into the caps package il y a 6 ans
  Daniel Oaks 9bfdc4fdfb Move caps to their own package to prevent conflicts il y a 6 ans
  Daniel Oaks 830484feb6 AWAY: Send correct mode string (thanks for pointing out this silly bug @jwheare!) il y a 6 ans
  Daniel Oaks ffe7375a68 Fix proxied DLINE/throttle/etc error messages il y a 6 ans
  Shivaram Lingamneni a9e4ed237e deduplicate d-line and throttle code il y a 6 ans
  Daniel Oaks 8b1f722655 server: Fix the PROXY command il y a 6 ans
  Shivaram Lingamneni b7b24c34b4 rehash cannot modify the server name il y a 6 ans
  Shivaram Lingamneni 3b0f1ff1cc delete websocket support as per discussion on #139 il y a 6 ans
  Shivaram Lingamneni e8b1870067 refactor the rehash implementation il y a 6 ans
  Daniel Oaks cd8b4877b6 accounts: Check for account logins correctly, fixes registration. Also fix a typo, thanks squigz! il y a 6 ans
  Daniel Oaks 3b0d9c4db9 Send nick parameter correctly on ERR_NOSUCHNICK numerics il y a 6 ans
  Daniel Oaks e95c75f87d monitor: Fix a crash around the MONITOR command il y a 6 ans
  Daniel Oaks acec0e1690 PROXY: Check DLINEs and connection limits/throttle on new proxied connections il y a 6 ans
  Daniel Oaks 38498b752b PROXY: Make sure given IPs are valid and pass them through appropriately il y a 6 ans
  Daniel Oaks 7d140c9e43 PROXY: Update some comments, disallow from registered clients il y a 6 ans
  Shivaram Lingamneni 99f02ede20 restore PROXY protocol support il y a 6 ans
  Daniel Oaks 8cd016e4c0 server: Fix comments il y a 6 ans
  Shivaram Lingamneni 0f0f2d1314 refactor listener update/destroy code il y a 6 ans
  Shivaram Lingamneni d5528f6e56 execute rehash() in its own goroutine il y a 6 ans
  Shivaram Lingamneni b1376d5f71 Fix a concurrency error with Server.listeners il y a 6 ans
  Shivaram Lingamneni 333afe1062 make default channel modes configurable il y a 6 ans
  Daniel Oaks f9ef97b204 modes: Add experimental, untested +R user mode to block messages from unregistered users il y a 6 ans
  Daniel Oaks 97cfc0b629 Print warnings to heavily encourage exposing port 6697 as a TLS port il y a 7 ans
  Euan Kemp 2b155f9b1e server: close connection on parse-ip failure il y a 7 ans
  Daniel Oaks b807f492ed OPER: If client's already opered-up, ignore new OPER attempts il y a 7 ans
  Daniel Oaks 23a26f83fe client: Show real IP and whether the target's using TLS in WHOIS il y a 7 ans
  Daniel Oaks c9ed749538 Rename deps il y a 7 ans
  Daniel Oaks a8fa131244 Move to new repo il y a 7 ans
  Daniel Oaks 309ec8191e Add 'k' snomask for kills (including those coming from dlines and klines) il y a 7 ans
  Daniel Oaks 8a6ba6f9cc LIST: Start implementing ELIST conditions il y a 7 ans
  Daniel Oaks 34863a6320 JOIN: Disable JOIN 0 support, in line with Insp il y a 7 ans
  Daniel Oaks 4128ff6137 server: Check for channel permissions when renaming channels il y a 7 ans
  Daniel Oaks 0f8ab4eaec server: Add proposed RENAME command il y a 7 ans
  Daniel Oaks 53190ef131 Send a whole lot more snomasks il y a 7 ans
  Daniel Oaks ebb9d629d7 xline: Add ANDKILL param to kill all matching clients il y a 7 ans
  Daniel Oaks d847d55c06 Fix wordWrap function so it doesn't drop chars, and fix client.Notice() to automagically split very long lines. il y a 7 ans
  Daniel Oaks 9fe7c143c8 server: Remove useless comments, make idle/quit function layouts nicer il y a 7 ans
  Daniel Oaks fd793d6adb Add very initial snomasks il y a 7 ans
  Daniel Oaks 1afd3b8f78 server: Change localconnect msg to include username/realname il y a 7 ans
  Daniel Oaks 51425b7764 help: Generate index of help topics il y a 7 ans
  Daniel Oaks 2bd4d03ecc Prevent copying locks because that's silly il y a 7 ans
  Daniel Oaks f665ebac16 channels: Help prevent issues when join/parting il y a 7 ans
  Daniel Oaks e0035dfa04 types: Make ChannelNameMap use mutexes to fix crash il y a 7 ans
  Daniel Oaks 0046025d60 Enable chanmode +r, fix bug with registering channels il y a 7 ans
  Daniel Oaks 317a804644 Fix dates at top of source files il y a 7 ans
  Daniel Oaks 451c40f170 WHO: Fix a small hang il y a 7 ans
  Daniel Oaks 70b7606996 config: Allow enabling/disabling channel reg il y a 7 ans
  Daniel Oaks 05074e966d modes: Continue overhauling il y a 7 ans