38 Commits (6e85cbcf9c2585602d3db602be263b27745010a0)

Autor SHA1 Mensaje Fecha
  Shivaram Lingamneni 988cb22692 changes to nick reservation hace 6 años
  Shivaram Lingamneni ad73d68807 refactor account registration, add nick enforcement hace 6 años
  Daniel Oaks 2419f69879 Move all errors into errors.go hace 6 años
  Shivaram Lingamneni d5a5f939dd review fixes hace 6 años
  Shivaram Lingamneni 52b0fb71e7 refactor ClientManager hace 6 años
  Shivaram Lingamneni b83d454554 fix ban regexp not being recompiled on removal hace 6 años
  Shivaram Lingamneni fa83ccd82b refactor synchronization for Channel hace 6 años
  Daniel Oaks eac6a69782 Fix some notes and add some comments. hace 6 años
  Daniel Oaks 275449e6cc caps: Move most capability-handling types into the caps package hace 6 años
  Daniel Oaks 9bfdc4fdfb Move caps to their own package to prevent conflicts hace 6 años
  Daniel Oaks c9ed749538 Rename deps hace 7 años
  Daniel Oaks 317a804644 Fix dates at top of source files hace 7 años
  Daniel Oaks 1798572015 Add comments hace 7 años
  Daniel Oaks 2b240faa90 strings: Fix nick bugs, use UsernameCaseMapped hace 7 años
  Daniel Oaks efb3000717 client_lookup_set: Use RWMutex hace 7 años
  Daniel Oaks a8eabe8e9c client: Fix a lot of bugs around setting NICK hace 7 años
  Daniel Oaks 9a9820fa88 NICK: Prevent races, remove a DoS hace 7 años
  Daniel Oaks 95e36b99a2 Nick locking (entirely broken, needs to be completely redesigned) hace 7 años
  Daniel Oaks ee3853f845 restapi: Initial commit hace 7 años
  Daniel Oaks b84dbb1a06 Support cap-notify and enabling/disabling SASL hace 7 años
  Daniel Oaks d96ca0ba25 client_lookup_set: Expose ByNick so we can loop over all clients hace 7 años
  Daniel Oaks 1bab81091f Add MONITOR command hace 7 años
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead hace 7 años
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. hace 7 años
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better hace 8 años
  Jeremy Latt c2e3bbe494 fix whois; closes #32 hace 10 años
  Jeremy Latt abf00e22ec LIKE quoting should convert to string for SQL hace 10 años
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling hace 10 años
  Jeremy Latt e15f47c766 move to channel-based logging hace 10 años
  Jeremy Latt 96a108f8da mark unicode normalization with type hace 10 años
  Jeremy Latt 81df7b4a5c comments and improvements for client set hace 10 años
  Jeremy Latt cf76d2bd77 persist and load channel mask lists hace 10 años
  Jeremy Latt 04c30c8c9b channel invite mode/list hace 10 años
  Jeremy Latt d4093e7f8b mask lists (ban, except, invite) hace 10 años
  Jeremy Latt 12ae89ca14 minor cleanup/refactoring hace 10 años
  Jeremy Latt adde42a1bf update ClientLookupSet when username changes hace 10 años
  Jeremy Latt 41a6027d4e move ClientLookupSet to its own file hace 10 años