コミット履歴

作者 SHA1 メッセージ 日付
  Mark Haines 54cb509d64 Merge pull request #296 from matrix-org/markjh/eventstream_presence 9 年 前
  Mark Haines 885301486c Merge pull request #297 from matrix-org/markjh/presence_races 9 年 前
  Steven Hammerton 7f8fdc9814 Remove not required parenthesis 9 年 前
  Steven Hammerton 01a5f1991c Support multiple required attributes in CAS response, and in a nicer config format too 9 年 前
  Steven Hammerton 76421c496d Allow optional config params for a required attribute and it's value, if specified any CAS user must have the given attribute and the value must equal 9 年 前
  Steven Hammerton 7845f62c22 Parse both user and attributes from CAS response 9 年 前
  Matthew Hodgson 782f7fb489 add steve to authors 9 年 前
  Erik Johnston a80ef851f7 Fix previous merge to s/version_string/user_agent/ 9 年 前
  Erik Johnston 347aa3c225 Merge pull request #295 from stevenhammerton/sh-cas-auth 9 年 前
  Steven Hammerton 95f7661170 Raise LoginError if CasResponse doensn't contain user 9 年 前
  Steven Hammerton a9c299c0be Fix my broken line splitting 9 年 前
  Steven Hammerton e52f4dc599 Use UserId to create FQ user id 9 年 前
  Steven Hammerton 625e13bfde Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requests 9 年 前
  Steven Hammerton 22112f8d14 Formatting changes 9 年 前
  Steven Hammerton c33f5c1a24 Provide ability to login using CAS 9 年 前
  Mark Haines 1a46daf621 Merge branch 'markjh/presence_races' into markjh/v2_sync_api 9 年 前
  Mark Haines 987803781e Fix some races in the synapse presence handler caused by not yielding on deferreds 9 年 前
  Mark Haines 0a96a9a023 Set the user as online if they start polling the v2 sync 9 年 前
  Mark Haines af7b214476 Merge branch 'markjh/eventstream_presence' into markjh/v2_sync_api 9 年 前
  Mark Haines 1b9802a0d9 Split the sections of EventStreamHandler.get_stream that handle presence 9 年 前
  Mark Haines c15cf6ac06 Format the presence events correctly for v2 9 年 前
  Mark Haines ce19fc0f11 Merge pull request #294 from matrix-org/markjh/initial_sync_archived_flag 9 年 前
  Mark Haines 51ef725647 Use 'true' rather than '1' for archived flag 9 年 前
  Mark Haines dc72021748 Add a flag to initial sync to indicate we want rooms that the user has left 9 年 前
  Mark Haines dfef2b41aa Update the v2 room sync format to match the current v2 spec 9 年 前
  David Baker 91482cd6a0 Use raw string for regex here, otherwise \b is the backspace character. Fixes displayname matching. 9 年 前
  Mark Haines e3d3205cd9 Update the sync response to match the latest spec 9 年 前
  Daniel Wagner-Hall db6e1e1fe3 Merge pull request #292 from matrix-org/daniel/useragent 9 年 前
  Mark Haines fac990a656 Merge pull request #293 from matrix-org/markjh/remove_spamy_error_logging 9 年 前
  Mark Haines 93cc60e805 Remove log line that was generated whenever an error was created. We are now creating error objects that aren't raised so it's probably a bit too confusing to keep 9 年 前