zulip/zerver/tornado
Steve Howell 2bbfda041a Support client_gravatar field for event registration.
This commit allows clients to register client_gravatar=True, and
then we recognize that flag for message events.  If the flag is
True, we will not calculate gravatar URLs and let the clients do
it themselves.  (Clients can calculate gravatar URLs based on
emails with just a little bit of code.)
2017-11-07 10:42:17 -08:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py zerver/tornado: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
descriptors.py zerver/tornado: Remove print_function. 2017-09-27 18:05:45 -07:00
event_queue.py Support client_gravatar field for event registration. 2017-11-07 10:42:17 -08:00
exceptions.py zerver/tornado: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
handlers.py mypy: Add Callable parameters/returns to AsyncDjangoHandler in handlers.py, 2017-10-31 00:03:35 -07:00
ioloop_logging.py zerver/tornado: Remove inheritance from object. 2017-11-06 08:53:48 -08:00
socket.py zerver/tornado: Remove inheritance from object. 2017-11-06 08:53:48 -08:00
views.py Support client_gravatar field for event registration. 2017-11-07 10:42:17 -08:00
websocket_client.py zerver/tornado: Remove inheritance from object. 2017-11-06 08:53:48 -08:00