Files
zulip/zerver
Luke Faraone 7658886b02 email_mirror: Use internal_send_message instead of the API
Previously, the email mirror queue worker used the API bindings to send
messages to Zulip, as if it were any other API client.

This is inefficient since we're running the worker inside the Django
context on a machine with database access; we can instead just use the
internal message-sending functions we use elsewhere. This also resolves
potential issues with SSL certificates, etc. that might occur when we
were previously making a HTTPS connection.

(imported from commit 6de8015829bec440f1af0199a2138828e86ed2a4)
2014-02-27 20:25:33 -05:00
..
2014-02-27 20:25:28 -05:00
2013-12-12 10:31:03 -05:00
2014-02-05 13:35:41 -05:00
2014-02-04 15:51:53 -05:00
2014-01-31 13:14:19 -05:00
2014-01-29 10:56:00 -05:00