| Commit message (Expand) | Author | Files | Lines |
2015-06-03 | Don't needlessly compute context | Erik Johnston | 3 | -6/+19 |
2015-06-02 | Log where a request came from in federation | Erik Johnston | 1 | -0/+2 |
2015-06-01 | Don't explode if we don't have the event | Erik Johnston | 1 | -1/+3 |
2015-05-31 | contrib/systemd: log_config.yaml: do not disable existing loggers | Ivan Shapovalov | 1 | -0/+2 |
2015-05-29 | Remove log line | Erik Johnston | 1 | -1/+0 |
2015-05-29 | Don't copy twice | Erik Johnston | 1 | -1/+1 |
2015-05-29 | Bump syutil version | Erik Johnston | 1 | -3/+3 |
2015-05-29 | Add config option to turn off freezing events. Use new encode_json api and uj... | Erik Johnston | 8 | -17/+44 |
2015-05-29 | Add config for setting the recaptcha verify api endpoint, so we can test it i... | Mark Haines | 2 | -3/+7 |
2015-05-28 | SYN-395: Fix CAPTCHA, don't double decode json | Erik Johnston | 1 | -2/+3 |
2015-05-28 | Correctly pass connection pool parameter | Erik Johnston | 2 | -2/+2 |
2015-05-28 | Unused import | Erik Johnston | 1 | -2/+0 |
2015-05-28 | Up maxPersistentPerHost count | Erik Johnston | 2 | -0/+2 |
2015-05-28 | Add connection pooling to SimpleHttpClient | Erik Johnston | 1 | -2/+4 |
2015-05-28 | Use connection pool for federation connections | Erik Johnston | 1 | -2/+3 |
2015-05-28 | Remove a deep copy | Erik Johnston | 1 | -9/+1 |
2015-05-28 | Registration should be disabled by default | Erik Johnston | 1 | -1/+1 |
2015-05-26 | changelog | Erik Johnston | 1 | -2/+2 |
2015-05-26 | Iterate over the user_streams not the user_ids | Mark Haines | 1 | -1/+1 |
2015-05-26 | Take a dict of the rule, not the rule list | Mark Haines | 1 | -1/+1 |
2015-05-26 | changelog | Erik Johnston | 1 | -1/+1 |
2015-05-26 | changelog | Erik Johnston | 1 | -2/+4 |
2015-05-26 | changelog | Erik Johnston | 1 | -0/+25 |
2015-05-26 | SYN-390: Don't modify the dictionary returned from the database here either | Mark Haines | 1 | -4/+7 |
2015-05-26 | SYN-390: Don't modify the dictionary returned from the data store | Mark Haines | 1 | -5/+8 |
2015-05-22 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-05-22 | Fix the presence tests | Mark Haines | 3 | -17/+23 |
2015-05-22 | Remove redundant for loop | Erik Johnston | 1 | -3/+0 |
2015-05-22 | Add a cache for getting the presence list for a user | Mark Haines | 2 | -17/+42 |
2015-05-22 | Remove spurious TODO comment | Mark Haines | 1 | -1/+0 |
2015-05-22 | Add doc strings | Erik Johnston | 3 | -0/+7 |
2015-05-22 | s/metric_interface/metric_bind_host/ | Erik Johnston | 2 | -5/+5 |
2015-05-22 | Update log line | Erik Johnston | 1 | -1/+4 |
2015-05-22 | Remove unused import | Mark Haines | 1 | -1/+1 |
2015-05-22 | Log origin and stats of incoming transactions | Erik Johnston | 1 | -0/+8 |
2015-05-22 | Add txn_id to some log lines | Erik Johnston | 1 | -6/+11 |
2015-05-22 | Log less lines at INFO level, but include more helpful information | Erik Johnston | 1 | -6/+10 |
2015-05-22 | Enable changing the interface the metrics listener binds to | Erik Johnston | 2 | -2/+6 |
2015-05-22 | Invalidate the get_latest_event_ids_in_room cache when deleting from event_fo... | Mark Haines | 1 | -0/+1 |
2015-05-22 | Revert register_new_matrix_user to use v1 api | Erik Johnston | 1 | -2/+3 |
2015-05-22 | Make the appservice use 'users_in_room' rather than get_room_members since it... | Mark Haines | 3 | -19/+7 |
2015-05-22 | Add a cache for get_push rules for user, fix cache invalidation | Mark Haines | 1 | -1/+17 |
2015-05-21 | Changelog v0.9.0-r5 | Erik Johnston | 1 | -0/+6 |
2015-05-21 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-05-21 | Don't try to use a txn when not in one, remove spurious debug logging | Mark Haines | 2 | -5/+1 |
2015-05-21 | Add caches for things requested by the pushers | Mark Haines | 7 | -33/+44 |
2015-05-21 | Add a cache for get_current_state with state_key | Mark Haines | 5 | -2/+46 |
2015-05-21 | Actually return something from lambda | Erik Johnston | 1 | -1/+1 |
2015-05-21 | Sort backfill events | Erik Johnston | 1 | -1/+5 |
2015-05-21 | Remove dead code | Erik Johnston | 1 | -5/+0 |
2015-05-21 | Only get non-state | Erik Johnston | 1 | -1/+2 |
2015-05-21 | Skip events we've already seen | Erik Johnston | 1 | -0/+3 |
2015-05-21 | Correctly prepopulate queue | Erik Johnston | 1 | -2/+10 |
2015-05-21 | Don't prepopulate event_results | Erik Johnston | 1 | -1/+1 |
2015-05-21 | Don't readd things that are already in event_results | Erik Johnston | 1 | -1/+2 |
2015-05-21 | PriorityQueue gives lowest first | Erik Johnston | 1 | -2/+2 |
2015-05-21 | Correctly capture Queue.Empty exception | Erik Johnston | 1 | -2/+5 |
2015-05-21 | Oops, get_rooms_for_user returns a namedtuple, not a room_id | Mark Haines | 2 | -1/+7 |
2015-05-21 | s/for events/for requests for events/ | Erik Johnston | 1 | -1/+1 |
2015-05-21 | s/for events/for requests for events/ | Erik Johnston | 1 | -1/+1 |
2015-05-21 | Add comments | Erik Johnston | 1 | -3/+14 |
2015-05-20 | Removed unused 'is_visible' method | Mark Haines | 1 | -27/+0 |
2015-05-20 | Split up _get_events into defer and txn versions | Erik Johnston | 1 | -24/+35 |
2015-05-20 | Fix the presence tests | Mark Haines | 2 | -10/+6 |
2015-05-20 | Clean up the presence_list checking logic a bit | Mark Haines | 1 | -12/+9 |
2015-05-20 | Make not return a deferred _get_event_from_row_txn | Erik Johnston | 1 | -20/+5 |
2015-05-20 | PEP8 | Erik Johnston | 1 | -2/+2 |
2015-05-20 | Split out _get_event_from_row back into defer and _txn version | Erik Johnston | 1 | -11/+57 |
2015-05-20 | Fix _get_backfill_events to return events in the correct order | Erik Johnston | 1 | -27/+28 |
2015-05-20 | Actually fetch state for new backwards extremeties when backfilling. | Erik Johnston | 2 | -62/+108 |
2015-05-19 | Ensure event_results is a set | Erik Johnston | 1 | -1/+1 |
2015-05-19 | Add None check | Erik Johnston | 1 | -1/+1 |
2015-05-19 | Fix event_backwards_extrem insertion to ignore outliers | Erik Johnston | 1 | -2/+3 |
2015-05-19 | Add a timeout param to get_event | Erik Johnston | 4 | -16/+25 |
2015-05-19 | Handle the case when things return empty but non none things | Erik Johnston | 1 | -2/+2 |
2015-05-19 | Don't always hit get_server_verify_key_v1_direct | Erik Johnston | 1 | -5/+10 |
2015-05-19 | Handle the case when things return empty but non none things | Erik Johnston | 1 | -2/+2 |
2015-05-19 | Don't apply new room join hack if depth > 5 | Erik Johnston | 1 | -3/+6 |
2015-05-19 | Don't always hit get_server_verify_key_v1_direct | Erik Johnston | 1 | -5/+10 |
2015-05-19 | Disable GZip encoding on static file resources as per comment | David Baker | 1 | -1/+7 |
2015-05-19 | Add forgotten .items() | Erik Johnston | 1 | -1/+1 |
2015-05-19 | Fix scripts-dev/convert_server_keys.py to have correct format | Erik Johnston | 1 | -1/+4 |
2015-05-19 | SYN-383: Actually, we expect this value to be a dict | Erik Johnston | 1 | -1/+2 |
2015-05-19 | Revert accidental commit | Erik Johnston | 1 | -3/+3 |
2015-05-19 | SYN-383: Actually, we expect this value to be a dict | Erik Johnston | 1 | -1/+2 |
2015-05-19 | SYN-383: Handle the fact the server might not have signed things | Erik Johnston | 2 | -4/+4 |
2015-05-19 | Don't reuse var names | Erik Johnston | 1 | -2/+2 |
2015-05-19 | Don't reuse var names | Erik Johnston | 1 | -2/+2 |
2015-05-19 | SYN-383: Fix parsing of verify_keys and catching of _DefGen_Return | Erik Johnston | 1 | -18/+18 |
2015-05-19 | SYN-383: Extract the response list from 'server_keys' in the response JSON as... | Mark Haines | 1 | -1/+3 |
2015-05-18 | Speed up the get_pagination_rows as well | Mark Haines | 1 | -3/+17 |
2015-05-18 | Do work in parellel when joining a room | Erik Johnston | 1 | -19/+50 |
2015-05-18 | Cache the most recent serial for each room | Mark Haines | 1 | -6/+22 |
2015-05-18 | Move updating the serial and state of the presence cache into a single function | Mark Haines | 1 | -17/+43 |
2015-05-18 | Comments and shuffle of functions | Erik Johnston | 1 | -38/+42 |
2015-05-18 | Remove unused metric | Erik Johnston | 1 | -1/+0 |
2015-05-18 | Don't bother sorting by the room_stream_ids, it shouldn't matter which order ... | Mark Haines | 1 | -1/+1 |
2015-05-18 | Remove rejected events if we don't want rejected events | Erik Johnston | 1 | -0/+3 |
2015-05-18 | Add more doc string, reduce C+P boilerplate for getting room list | Mark Haines | 1 | -6/+22 |
2015-05-18 | Make sure the notifier stream token goes forward when it is updated. Sort the... | Mark Haines | 2 | -4/+21 |
2015-05-18 | Move get_events functions to storage.events | Erik Johnston | 2 | -155/+132 |
2015-05-18 | Remove pointless newline | Erik Johnston | 1 | -1/+0 |
2015-05-18 | Newline, remove debug logging | Erik Johnston | 3 | -4/+1 |
2015-05-18 | Remove debug logging | Erik Johnston | 1 | -8/+0 |
2015-05-15 | PEP8 | Erik Johnston | 2 | -2/+1 |
2015-05-15 | Revert limiting of fetching, it didn't help perf. | Erik Johnston | 1 | -9/+2 |
2015-05-15 | init j | Erik Johnston | 1 | -0/+1 |
2015-05-15 | Don't completely drain the list | Erik Johnston | 1 | -2/+9 |
2015-05-15 | Don't fetch prev_content for current_state | Erik Johnston | 1 | -1/+1 |
2015-05-15 | Err, defer.gatherResults ftw | Erik Johnston | 1 | -21/+12 |
2015-05-15 | Make store.get_current_state fetch events asyncly | Erik Johnston | 2 | -4/+4 |
2015-05-15 | Remove more debug logging | Erik Johnston | 1 | -2/+0 |
2015-05-15 | Remove debug logging | Erik Johnston | 1 | -11/+3 |
2015-05-15 | preserve log context | Erik Johnston | 1 | -1/+2 |
2015-05-15 | Add a wait | Erik Johnston | 2 | -3/+12 |
2015-05-15 | Srsly. Don't use closures. Baaaaaad | Erik Johnston | 1 | -10/+8 |
2015-05-15 | Correctly pass through params | Erik Johnston | 1 | -3/+3 |
2015-05-15 | More whitespace | Mark Haines | 1 | -0/+1 |
2015-05-15 | Sort out error handling | Erik Johnston | 1 | -25/+22 |
2015-05-15 | Fix daedlock | Erik Johnston | 7 | -84/+122 |
2015-05-14 | Add some missed argument types, cleanup the whitespace a bit | Mark Haines | 1 | -6/+17 |
2015-05-14 | More doc-strings | Mark Haines | 1 | -39/+202 |
2015-05-14 | Remove race condition | Erik Johnston | 4 | -96/+157 |
2015-05-14 | Support gzip encoding for client, client v2 and web client resources (SYN-176). | David Baker | 1 | -5/+16 |
2015-05-14 | Call from right thread | Erik Johnston | 1 | -1/+3 |
2015-05-14 | Count and loop | Erik Johnston | 2 | -37/+35 |
2015-05-14 | Don't start up more fetch_events | Erik Johnston | 1 | -0/+1 |
2015-05-14 | Awful idea for speeding up fetching of events | Erik Johnston | 3 | -40/+139 |
2015-05-14 | Remove unused arguments and doc PresenceHandler.push_update_to_clients | Mark Haines | 3 | -60/+21 |
2015-05-14 | Turn off preemptive transactions | Erik Johnston | 1 | -17/+7 |
2015-05-14 | PEP8 | Erik Johnston | 1 | -2/+1 |
2015-05-14 | Move from _base to events | Erik Johnston | 2 | -232/+247 |
2015-05-14 | Add some doc-strings to notifier | Mark Haines | 1 | -19/+33 |
2015-05-14 | Jump out early | Erik Johnston | 1 | -0/+6 |
2015-05-14 | Actually, we probably want to run this in a transaction | Erik Johnston | 1 | -15/+12 |
2015-05-14 | Treat setting your display name to the empty string as removing it (SYN-186). | David Baker | 1 | -0/+3 |
2015-05-14 | Preemptively jump into a transaction if we ask for get_prev_content | Erik Johnston | 1 | -12/+22 |
2015-05-14 | loop -> gatherResults | Erik Johnston | 1 | -10/+14 |
2015-05-14 | Err, we probably want a bigger limit | Erik Johnston | 1 | -1/+1 |
2015-05-14 | Move fetching of events into their own transactions | Erik Johnston | 4 | -53/+45 |
2015-05-14 | Refactor _get_events | Erik Johnston | 3 | -253/+123 |
2015-05-14 | Disallow whitespace in aliases here too | David Baker | 1 | -0/+5 |
2015-05-14 | Throw error when creating room if alias contains whitespace #SYN-335 | David Baker | 1 | -0/+5 |
2015-05-14 | Use the current token when timing out a notifier, make sure the user_id is a ... | Mark Haines | 1 | -2/+2 |
2015-05-14 | Make shared secret registration work again | David Baker | 1 | -1/+4 |
2015-05-14 | Add ID generator for push_rules_enable to #resolve SYN-378 | David Baker | 2 | -2/+13 |
2015-05-14 | Fix v2 sync, update the last_notified_ms only if there was an active listener | Mark Haines | 2 | -6/+7 |
2015-05-14 | Specify python 2.7 in the virtualenv setup (SYN-319) #resolved | David Baker | 1 | -1/+1 |
2015-05-13 | Add index on events | Erik Johnston | 2 | -1/+20 |
2015-05-13 | Fix metric counter | Mark Haines | 1 | -2/+2 |
2015-05-13 | Actually use async method | Erik Johnston | 1 | -3/+1 |
2015-05-13 | Fetch events from events_id in their own transactions | Erik Johnston | 3 | -18/+168 |
2015-05-13 | Discard unused NotifierUserStreams | Mark Haines | 3 | -16/+38 |
2015-05-13 | Typo | Erik Johnston | 1 | -1/+1 |
2015-05-13 | Don't insert None | Erik Johnston | 1 | -1/+4 |
2015-05-13 | Don't set a timer if there's already a result to return | Mark Haines | 1 | -3/+10 |
2015-05-13 | Don't return None | Erik Johnston | 1 | -1/+1 |
2015-05-13 | Limit batch size | Erik Johnston | 1 | -5/+10 |
2015-05-13 | Fetch events in bulk | Erik Johnston | 2 | -34/+63 |
2015-05-13 | Don't bother checking for new events from a source if the stream token hasn't... | Mark Haines | 1 | -2/+6 |
2015-05-13 | Don't fetch redaction and rejection stuff for each event, so we can use index... | Erik Johnston | 2 | -6/+24 |
2015-05-13 | Don't bother checking for updates if the stream token hasn't advanced for a user | Mark Haines | 12 | -55/+123 |
2015-05-13 | Temp turn off checking for rejections and redactions | Erik Johnston | 1 | -5/+2 |
2015-05-13 | defer.gatherResults loop | Erik Johnston | 1 | -1/+7 |
2015-05-13 | Batch fetching of events for state groups | Erik Johnston | 1 | -1/+24 |
2015-05-13 | Load events for state group seperately | Erik Johnston | 2 | -5/+11 |
2015-05-12 | Don't talk to yourself when backfilling | Erik Johnston | 1 | -0/+2 |
2015-05-12 | You need to call contextmanager | Erik Johnston | 1 | -0/+1 |
2015-05-12 | Revert "Improvement to performance of presence event stream handling" | Mark Haines | 1 | -20/+6 |
2015-05-12 | Err, delete the right stuff | Erik Johnston | 1 | -4/+5 |
2015-05-12 | Newlines | Erik Johnston | 1 | -2/+0 |
2015-05-12 | We do actually want to delete rows out of event_backward_extremities | Erik Johnston | 1 | -4/+11 |
2015-05-12 | Fix up _handle_prev_events to not try to insert duplicate rows | Erik Johnston | 1 | -23/+13 |
2015-05-12 | Do state groups persistence /after/ checking if we have already persisted the... | Erik Johnston | 1 | -6/+9 |
2015-05-12 | s/backfil/backfill/ | Erik Johnston | 1 | -4/+4 |
2015-05-12 | Typos everywhere | Erik Johnston | 1 | -1/+1 |
2015-05-12 | And another typo. | Erik Johnston | 1 | -3/+3 |
2015-05-12 | Err, gatherResults doesn't take a dict... | Erik Johnston | 1 | -4/+7 |
2015-05-12 | Make distributer.fire work as it did | Erik Johnston | 1 | -20/+30 |
2015-05-12 | Unwrap defer.gatherResults failures | Erik Johnston | 6 | -7/+18 |
2015-05-12 | Update the end_token correctly, otherwise the token doesn't advance and the c... | Mark Haines | 1 | -1/+1 |
2015-05-12 | SYN-377: Make sure that the StreamIdGenerator.get_next.__exit__ is called fro... | Mark Haines | 2 | -23/+27 |
2015-05-12 | Add a NotifierUserStream to hold all the notification listeners for a user | Mark Haines | 1 | -114/+116 |
2015-05-12 | Handle the case where the other side is unreachable when backfilling | Erik Johnston | 1 | -14/+42 |
2015-05-12 | Make get_current_token accept a direction parameter, which tells whether the ... | Erik Johnston | 4 | |