summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-30fix alternation operator for FTS4 - how did this ever work!?Matthew Hodgson1-1/+1
2017-11-30fix thinkos galoreMatthew Hodgson3-20/+41
2017-11-29kick the user_directory index when new users registerMatthew Hodgson1-0/+8
2017-11-29untested WIP but might actually workMatthew Hodgson6-20/+96
2017-11-29Add user_directory_include_pattern config param to expand search results to ↵Matthew Hodgson5-9/+58
additional users Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive. It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users... ...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too. Committing it here as a WIP
2017-11-21sanity checksMatthew Hodgson1-1/+4
2017-11-19don't double-invite in sync_room_to_group.plMatthew Hodgson1-3/+6
2017-11-17Bump version in __init__.py v0.25.1 github/release-v0.25.1 release-v0.25.1Richard van der Hoff1-1/+1
2017-11-17Prep changelog for v0.25.1Richard van der Hoff1-0/+8
2017-11-17