Commit Graph

  • b02c568941
    feat: notifications, simple permission systems timokoesters 2020-05-01 20:26:57 +0200
  • 169dbe6c37
    fix: send full state after joining a room timokoesters 2020-04-29 12:18:45 +0200
  • 8087ddd746 Merge pull request 'Federated room list, lots of small tweeks' (#9) from federation into master timo 2020-04-29 10:35:38 +0200
  • c769283953
    Update readme timokoesters 2020-04-29 10:08:55 +0200
  • fd1aea7e36
    Update dependencies timokoesters 2020-04-28 20:03:14 +0200
  • 1cdf30f38c
    Add hostname to Rocket.toml config timokoesters 2020-04-29 08:48:56 +0200
  • 23cb550d00
    forget rooms, load history timokoesters 2020-04-28 19:56:34 +0200
  • 4cc0a07092
    feat: user renaming timokoesters 2020-04-26 22:39:15 +0200
  • 720cc0cffc
    feat: federated room directory timokoesters 2020-04-25 11:47:32 +0200
  • 120b6f4b95
    Bump dependencies and fixes timokoesters 2020-04-23 14:27:50 +0200
  • 873d191569
    fix: http body as content when signing timokoesters 2020-04-22 21:14:40 +0200
  • 1af6dd984a
    More work on federation timokoesters 2020-04-22 20:55:11 +0200
  • b0d9ccdb2d
    Signing, basis for federation timokoesters 2020-04-22 11:53:06 +0200
  • 9b79798e56
    start work on signing timokoesters 2020-04-06 14:53:34 +0200
  • 80ddf80f17
    work timokoesters 2020-04-19 14:14:47 +0200
  • 4d658b3952 Merge pull request 'Fix typo in password message' (#8) from TheCycoONE/conduit:pwd-message-typo into master timo 2020-04-15 22:01:45 +0200
  • 6d858c39ca Fix typo in password message TheCycoONE 2020-04-15 21:17:33 +0200
  • 2f63888995
    Update README.md timokoesters 2020-04-14 22:44:45 +0200
  • fa9e127a1e Store hashed passwords (#7) gnieto 2020-04-14 22:25:44 +0200
  • abcce95dd8
    feat: invites, better public room dir, user search timokoesters 2020-04-14 13:54:32 +0200
  • af1def50ac
    Update README.md timokoesters 2020-04-12 22:29:48 +0200
  • 3debb6203c
    feat: handle typing events timokoesters 2020-04-12 21:12:50 +0200
  • 3b9cadeec2
    feat: read receipts timokoesters 2020-04-11 20:03:22 +0200
  • ab8c2f1e5e
    Rename pduid_pdus to pduid_pdu timokoesters 2020-04-11 09:35:06 +0200
  • fd829bfa0d
    move client_server code into own file timokoesters 2020-04-11 09:30:11 +0200
  • 040296c711
    Add test support and impl dummy /read_markers timokoesters 2020-04-10 13:36:57 +0200
  • 93b1d97166
    Update readme and cargo.toml timokoesters 2020-04-10 07:53:20 +0200
  • 8f41a4d306 Update 'README.md' timo 2020-04-09 23:23:16 +0200
  • 3f2bf208a9
    Merge pull request 'Add displayname and avatar_url endpoints' (#5) from MTRNord/matrixserver:accountdata into master timo 2020-04-09 21:21:28 +0200
  • 57264f72e9 Fix avatar_url error message if not starting with mxc:// Marcel 2020-04-09 21:19:27 +0200
  • 8bcbc983c3 Change and add Comments to the profile endpoints Add missing docs Marcel 2020-04-09 21:11:21 +0200
  • 49fe5e3271 Rename userid_avatar_url to userid_avatarurl and fix debug print Run cargo fmt Marcel 2020-04-09 21:01:39 +0200
  • b1284fd509 Replace profile_* with userid_* Add a missing dot in the errormessage Require mxc:// to be present at the start of an avatar_url Update mxc check TODO Show displayname or avatar_url if either is available when getting the profile Endpoint Return the correct data in case of a empty displayname or an empty avatar_url Marcel 2020-04-09 20:47:03 +0200
  • 9f3368daa4 Update 'README.md' timo 2020-04-09 19:51:52 +0200
  • cd55220a75
    fix: room directory duplicates timokoesters 2020-04-09 19:38:15 +0200
  • 062c5521f0 Add displayname and avatar_url endpoints Marcel 2020-04-09 18:49:27 +0200
  • b12ae15a45 Update 'README.md' timo 2020-04-09 17:39:45 +0200
  • 11e75e7081
    make room directory work timokoesters 2020-04-09 14:39:50 +0200
  • 5ac45eac59
    public rooms dir timokoesters 2020-04-09 12:22:39 +0200
  • 9214a62dde
    better room creation timokoesters 2020-04-09 11:00:58 +0200
  • a1b2b4e4fe
    Add liberapay, change pr template timokoesters 2020-04-08 22:28:03 +0200
  • 9d40981cce Merge pull request 'UIAA error type' (#3) from jplatte/matrixserver:master into master timo 2020-04-08 23:41:39 +0200
  • 38ab7c843e
    Update error type of /register route Jonas Platte 2020-04-08 23:25:19 +0200
  • c60402bf0d
    Update ruma-client-api Jonas Platte 2020-04-08 23:13:30 +0200
  • d0920f0fa3
    Add license timokoesters 2020-04-08 22:28:03 +0200
  • 8557278b90
    better riot.im support timokoesters 2020-04-08 15:05:00 +0200
  • fdeee7fdb5
    More dummy endpoints timokoesters 2020-04-07 14:43:24 +0200
  • 215a31c513
    Add a few dummy endpoints to make riot progress further timokoesters 2020-04-07 13:21:05 +0200
  • ddcd423e6f
    feat: random tokens, sessions, guest usernames and device ids timokoesters 2020-04-06 22:57:58 +0200
  • 64223b8812
    register login flow timokoesters 2020-04-06 17:37:13 +0200
  • eb7c5b79be Update 'README.md' timo 2020-04-06 19:57:04 +0200
  • e55a63629c
    feat: state event support timokoesters 2020-04-06 14:33:02 +0200
  • 10bb96fcf7
    feat: room joining, room based /sync responses timokoesters 2020-04-06 13:46:46 +0200
  • 4d4cff7120
    Allow all kinds of messages in /send timokoesters 2020-04-05 23:06:43 +0200
  • 884dc2867d
    Move to rocket's async branch timokoesters 2020-04-04 20:50:01 +0200
  • 8b8381bcc0
    New PduEvent struct timokoesters 2020-04-04 11:53:37 +0200
  • f9cfede2a8
    fix: deserialize sync event body timokoesters 2020-04-03 21:17:27 +0200
  • 2855d1acdf
    Add README.md timokoesters 2020-04-03 17:53:06 +0200
  • fa3226898c
    feat: save pdus timokoesters 2020-04-03 17:27:08 +0200
  • 22cca206ba
    Todo: ruma signatures timokoesters 2020-03-30 15:38:25 +0200
  • dba6c46667
    Use sled::Tree::prefix_search for deviceids timokoesters 2020-03-30 13:46:18 +0200
  • b508b4d1e7
    Start work on message events timokoesters 2020-03-30 00:10:15 +0200
  • 533260edd8
    Add auth timokoesters 2020-03-29 21:05:20 +0200
  • 18ed991b93 Merge branch 'master' of jplatte/matrixserver into master timo 2020-03-29 14:30:59 +0200
  • 1183105f15
    Make Endpoint bound work for ruma_wrapper::Ruma Jonas Platte 2020-03-29 01:29:47 +0100
  • 73e04e71d7
    Start work on event creation timokoesters 2020-03-29 13:48:44 +0200
  • 744e0adfcf
    Try to impl auth in ruma_wrapper timokoesters 2020-03-28 23:08:59 +0100
  • 34a53ce20a
    Better database structure timokoesters 2020-03-28 18:50:02 +0100
  • 6d27f15516
    More logging timokoesters 2020-03-28 15:16:18 +0100
  • 1679da7784 RUST_LOG=info by default timokoesters 2020-03-27 21:00:40 +0100
  • 6fffcecf8e Updates timokoesters 2020-03-27 21:00:10 +0100
  • c2c18b4651 feat: database timokoesters 2020-02-20 10:12:13 +0100
  • cd777af41c feat: simple endpoint handlers timokoesters 2020-02-18 22:07:57 +0100
  • 6264628c11 Initial commit timokoesters 2020-02-15 22:42:21 +0100