__init__.py
|
copyrights
|
2016-01-07 04:26:29 +00:00 |
admin.py
|
add guard for None on purge_history api
|
2018-04-30 14:29:48 +02:00 |
directory.py
|
replace 'except:' with 'except Exception:'
|
2017-10-23 15:52:32 +01:00 |
events.py
|
Make synchrotron accept /events
|
2016-08-12 15:31:44 +01:00 |
login.py
|
Use six.moves.urlparse
|
2018-04-15 21:22:43 +02:00 |
logout.py
|
Return 401 for invalid access_token on logout
|
2018-03-02 22:01:27 -08:00 |
presence.py
|
replace 'except:' with 'except Exception:'
|
2017-10-23 15:52:32 +01:00 |
profile.py
|
replace 'except:' with 'except Exception:'
|
2017-10-23 15:52:32 +01:00 |
register.py
|
Construct HMAC as bytes on py3
|
2018-04-29 00:19:41 +02:00 |
room.py
|
Use six.moves.urlparse
|
2018-04-15 21:22:43 +02:00 |