Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some more params configurable | Erik Johnston | 2017-06-22 | 1 | -5/+8 |
* | Typo. ARGH. | Erik Johnston | 2017-06-22 | 1 | -1/+1 |
* | Fix thinko in unhandled user spam | Erik Johnston | 2017-06-22 | 1 | -2/+2 |
* | Don't work out users who share room with appservice users | Erik Johnston | 2017-06-21 | 1 | -2/+11 |
* | Initial worker impl | Erik Johnston | 2017-06-16 | 1 | -6/+13 |
* | Include users who share room with requester in user directory | Erik Johnston | 2017-06-15 | 1 | -2/+2 |
* | Implement updating users who share rooms on the fly | Erik Johnston | 2017-06-15 | 1 | -23/+125 |
* | Implement initial population of users who share rooms table | Erik Johnston | 2017-06-15 | 1 | -2/+76 |
* | Fix user directory insertion due to missing room_id | Erik Johnston | 2017-06-13 | 1 | -3/+7 |
* | Don't assume existance of events when updating user directory | Erik Johnston | 2017-06-13 | 1 | -3/+6 |
* | Change is_host_joined to use current_state table | Erik Johnston | 2017-06-09 | 1 | -3/+3 |
* | Don't start user_directory handling on workers | Erik Johnston | 2017-06-07 | 1 | -0/+3 |
* | Add some logging to user directory | Erik Johnston | 2017-06-07 | 1 | -0/+7 |
* | Handle profile updates in user directory | Erik Johnston | 2017-06-01 | 1 | -0/+25 |
* | Split the table in two | Erik Johnston | 2017-06-01 | 1 | -27/+50 |
* | Comments | Erik Johnston | 2017-06-01 | 1 | -3/+3 |
* | Check if host is still in room | Erik Johnston | 2017-06-01 | 1 | -0/+11 |
* | Fix removing users | Erik Johnston | 2017-06-01 | 1 | -0/+5 |
* | Bug fixes and logging | Erik Johnston | 2017-06-01 | 1 | -1/+21 |
* | Comment briefly on how we keep user_directory up to date | Erik Johnston | 2017-05-31 | 1 | -0/+10 |
* | Lifts things into separate function | Erik Johnston | 2017-05-31 | 1 | -56/+54 |
* | Typos | Erik Johnston | 2017-05-31 | 1 | -8/+8 |
* | Fix tests | Erik Johnston | 2017-05-31 | 1 | -2/+2 |
* | Pull max id from correct table | Erik Johnston | 2017-05-31 | 1 | -4/+2 |
* | Handle the server leaving a public room | Erik Johnston | 2017-05-31 | 1 | -3/+20 |
* | Add comments | Erik Johnston | 2017-05-31 | 1 | -41/+120 |
* | Add search | Erik Johnston | 2017-05-31 | 1 | -0/+3 |
* | Update room column when room becomes unpublic | Erik Johnston | 2017-05-31 | 1 | -2/+21 |
* | Add call later | Erik Johnston | 2017-05-31 | 1 | -0/+2 |
* | Start later | Erik Johnston | 2017-05-31 | 1 | -1/+4 |
* | Don't go round in circles | Erik Johnston | 2017-05-31 | 1 | -4/+2 |
* | Add user_directory to database | Erik Johnston | 2017-05-31 | 1 | -0/+218 |