summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-17just the once would probably be fineDavid Baker1-1/+0
2015-04-17Register the 3pid servletDavid Baker1-1/+3
2015-04-17password -> account servlet and add start of an 'add 3pid' endpointDavid Baker2-2/+17
2015-04-17Need to yield the username check, otherwise very very weird things happen.David Baker1-1/+1
2015-04-16Oops, left debugging in.David Baker1-6/+0
2015-04-16Return user ID in use error straight awayDavid Baker4-66/+88
2015-04-15Filter typing nofication events to only those rooms the requesting user is a ...Paul "LeoNerd" Evans1-2/+14
2015-04-15Various minor fixes to unit-test structure around typing notificationsPaul "LeoNerd" Evans2-2/+11
2015-04-15Have TypingNotificationEventSource.get_new_events_for_user() return a deferre...Paul "LeoNerd" Evans3-8/+15
2015-04-15Neater implementation of membership change auth checks, ensuring we can't for...Paul "LeoNerd" Evans1-18/+10
2015-04-15Ensure that non-room-members cannot ban others, even if they do have enough p...Paul "LeoNerd" Evans1-0/+5
2015-04-15Dummy login so we can do the first POST request to get login flows without it...David Baker4-7/+24
2015-04-15Regstration with email in v2David Baker6-29/+123
2015-04-14Update syutil version to 0.0.4Mark Haines2-4/+4
2015-04-14Move server key api into rest/key/v1Mark Haines4-1/+29
2015-04-09Add commentMark Haines1-0/+1
2015-04-09Unset the timer in the timeout callback so that we don't try to cancel it if ...Mark Haines1-0/+1
2015-04-09SYN-339: Cancel the notifier timeout when the notifier firesMark Haines1-4/+26
2015-04-08Bump versionErik Johnston1-1/+1
2015-04-08SYN-338: Fix typo that caused the cache to throw an exception in some instancesErik Johnston1-1/+1
2015-04-08typoErik Johnston1-1/+1
2015-04-08Don't yield on notifying all listenersErik Johnston1-4/+36
2015-04-08Move comment into docstringErik Johnston1-5/+2
2015-04-08Factor out loops into '_discard_if_notified'Erik Johnston1-15/+14
2015-04-08Also perform paranoia checks in 'on_new_user_event'Erik Johnston1-2/+16
2015-04-08Add paranoia checks to make sure that we evict stale NotificationListeners wh...Erik Johnston1-5/+31
2015-04-08Fix bug where we didn't inform the NotificataionListeners about new rooms the...Erik Johnston1-0/+3
2015-04-08Move database timer logging to seperate loggerErik Johnston1-1/+2
2015-04-08typoMatthew Hodgson1-1/+1
2015-04-07Fix --enable-registration flag to work if you don't give a valueErik Johnston2-3/+3
2015-04-07Make demo script use --enable-registrationErik Johnston1-1/+1
2015-04-07Fix a bug which causes a send event level of 0 to not be honoured.Kegan Dougal1-1/+1
2015-04-03update leo's contribs a bitMatthew Hodgson1-1/+1
2015-04-03potential contributing guide & author list for synapseMatthew Hodgson3-0/+158
2015-04-02Add app service auth back in to v2 registerDavid Baker2-5/+8
2015-04-02Throw sensible errors on not-json when allowing empty bodyDavid Baker1-1/+4
2015-04-02pep8David Baker1-0/+1
2015-04-02Add shared secret auth into register v2 and switch the script over.David Baker3-15/+63
2015-04-01Appease pep8Paul "LeoNerd" Evans1-0/+1
2015-04-01Report process open filehandles in metricsPaul "LeoNerd" Evans1-0/+34
2015-04-01Explain how I justified to myself making JsonResource not always send JSON.David Baker1-0/+7
2015-04-01Completely replace fallback auth for C/S V2:David Baker6-26/+280
2015-04-01Fix more AS sender ID thinkos.Kegan Dougal2-2/+12
2015-03-31Make docs a bit more trueDavid Baker1-1/+1
2015-03-31Fix thinko whereby events *for the AS specifically* were not passed on.Kegan Dougal2-1/+17
2015-03-31Grammar and deduplicationDavid Baker1-5/+4
2015-03-31Add same user_id char checks as registration.Kegan Dougal1-1/+7
2015-03-31Use a sender localpart instead of a user ID.Kegan Dougal2-4/+11
2015-03-31PyflakesKegan Dougal1-2/+1
2015-03-31Edit SQL schema to use string IDs not ints. Use token as ID. Update tests.Kegan Dougal3-28/+40
2015-03-31Fix tests and missing returns on deferreds.Kegan Dougal3-20/+41
2015-03-31Remove more reg/unreg methods. Read config not database for cache.Kegan Dougal3-236/+59
2015-03-31pep8David Baker3-4/+5
2015-03-31Remove appservice REST servletsKegan Douga