Skip to content
Snippets Groups Projects
  1. Sep 22, 2016
  2. Aug 25, 2016
  3. Aug 18, 2016
  4. Jul 26, 2016
  5. Jun 14, 2016
  6. May 16, 2016
  7. May 09, 2016
  8. Mar 03, 2016
  9. Feb 15, 2016
  10. Feb 12, 2016
    • Daniel Wagner-Hall's avatar
      Revert "Merge two of the room join codepaths" · 4de08a46
      Daniel Wagner-Hall authored
      This reverts commit cf81375b.
      
      It subtly violates a guest joining auth check
      4de08a46
    • Daniel Wagner-Hall's avatar
      Merge two of the room join codepaths · cf81375b
      Daniel Wagner-Hall authored
      There's at least one more to merge in.
      
      Side-effects:
       * Stop reporting None as displayname and avatar_url in some cases
       * Joining a room by alias populates guest-ness in join event
       * Remove unspec'd PUT version of /join/<room_id_or_alias> which has not
         been called on matrix.org according to logs
       * Stop recording access_token_id on /join/room_id - currently we don't
         record it on /join/room_alias; I can try to thread it through at some
         point.
      cf81375b
  11. Jan 11, 2016
    • Daniel Wagner-Hall's avatar
      Introduce a Requester object · 2110e35f
      Daniel Wagner-Hall authored
      This tracks data about the entity which made the request. This is
      instead of passing around a tuple, which requires call-site
      modifications every time a new piece of optional context is passed
      around.
      
      I tried to introduce a User object. I gave up.
      2110e35f
  12. Jan 07, 2016
  13. Nov 18, 2015
  14. Oct 30, 2015
  15. Oct 29, 2015
  16. Oct 26, 2015
  17. Aug 25, 2015
    • Daniel Wagner-Hall's avatar
      Remove completely unused concepts from codebase · a0b181bd
      Daniel Wagner-Hall authored
      Removes device_id and ClientInfo
      
      device_id is never actually written, and the matrix.org DB has no
      non-null entries for it. Right now, it's just cluttering up code.
      
      This doesn't remove the columns from the database, because that's
      fiddly.
      a0b181bd
  18. Aug 11, 2015
  19. Jul 02, 2015
  20. May 18, 2015
  21. May 13, 2015
  22. May 11, 2015
  23. Jan 28, 2015
  24. Jan 06, 2015
  25. Dec 02, 2014
  26. Nov 04, 2014
  27. Oct 30, 2014
  28. Sep 03, 2014
  29. Aug 29, 2014
  30. Aug 27, 2014
  31. Aug 26, 2014
  32. Aug 21, 2014
  33. Aug 20, 2014
Loading