46 Révisions (63029e2ff564741cdb269c0953de550157f4913e)

Auteur SHA1 Message Date
  Shivaram Lingamneni 63029e2ff5 refactor channel registration il y a 5 ans
  Shivaram Lingamneni b9b2553a2f use the TR39 skeleton algorithm to prevent confusables (#178) il y a 5 ans
  Shivaram Lingamneni efc0ce3b81 fix an edge case in configurable nickname reservation il y a 5 ans
  Shivaram Lingamneni 2ee89b15b3 per-user settings for nickname enforcement il y a 5 ans
  Shivaram Lingamneni d0ded906d4 fix a fairly bad bug where nicks could get out of sync il y a 5 ans
  Shivaram Lingamneni c2b2559ab4 avoid some uses of Sprintf for loglines il y a 5 ans
  Shivaram Lingamneni c95ed46949 add whois support for services il y a 5 ans
  Shivaram Lingamneni a0bf548fc5 draft/resume-0.2 implementation, message history support il y a 5 ans
  Shivaram Lingamneni 988cb22692 changes to nick reservation il y a 6 ans
  Shivaram Lingamneni ad73d68807 refactor account registration, add nick enforcement il y a 6 ans
  Daniel Oaks 2419f69879 Move all errors into errors.go il y a 6 ans
  Shivaram Lingamneni d5a5f939dd review fixes il y a 6 ans
  Shivaram Lingamneni 52b0fb71e7 refactor ClientManager il y a 6 ans
  Shivaram Lingamneni b83d454554 fix ban regexp not being recompiled on removal il y a 6 ans
  Shivaram Lingamneni fa83ccd82b refactor synchronization for Channel il y a 6 ans
  Daniel Oaks eac6a69782 Fix some notes and add some comments. 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 c9ed749538 Rename deps il y a 7 ans
  Daniel Oaks 317a804644 Fix dates at top of source files il y a 7 ans
  Daniel Oaks 1798572015 Add comments il y a 7 ans
  Daniel Oaks 2b240faa90 strings: Fix nick bugs, use UsernameCaseMapped il y a 7 ans
  Daniel Oaks efb3000717 client_lookup_set: Use RWMutex il y a 7 ans
  Daniel Oaks a8eabe8e9c client: Fix a lot of bugs around setting NICK il y a 7 ans
  Daniel Oaks 9a9820fa88 NICK: Prevent races, remove a DoS il y a 7 ans
  Daniel Oaks 95e36b99a2 Nick locking (entirely broken, needs to be completely redesigned) il y a 7 ans
  Daniel Oaks ee3853f845 restapi: Initial commit il y a 7 ans
  Daniel Oaks b84dbb1a06 Support cap-notify and enabling/disabling SASL il y a 7 ans
  Daniel Oaks d96ca0ba25 client_lookup_set: Expose ByNick so we can loop over all clients il y a 7 ans
  Daniel Oaks 1bab81091f Add MONITOR command il y a 7 ans
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead il y a 7 ans
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. il y a 7 ans
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better il y a 8 ans
  Jeremy Latt c2e3bbe494 fix whois; closes #32 il y a 10 ans
  Jeremy Latt abf00e22ec LIKE quoting should convert to string for SQL il y a 10 ans
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling il y a 10 ans
  Jeremy Latt e15f47c766 move to channel-based logging il y a 10 ans
  Jeremy Latt 96a108f8da mark unicode normalization with type il y a 10 ans
  Jeremy Latt 81df7b4a5c comments and improvements for client set il y a 10 ans
  Jeremy Latt cf76d2bd77 persist and load channel mask lists il y a 10 ans
  Jeremy Latt 04c30c8c9b channel invite mode/list il y a 10 ans
  Jeremy Latt d4093e7f8b mask lists (ban, except, invite) il y a 10 ans
  Jeremy Latt 12ae89ca14 minor cleanup/refactoring il y a 10 ans
  Jeremy Latt adde42a1bf update ClientLookupSet when username changes il y a 10 ans
  Jeremy Latt 41a6027d4e move ClientLookupSet to its own file il y a 10 ans