Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Leo Franchi c348dd3587 Remove get_instance() from SimpleQueueClient
SimpleQueueClient was not thread-safe as the pika method
calls that we are using might disconnect and end up in a bad
state if two threads enqueue messages at the same time.

In order to avoid this, each user of the rabbitmq queue
gets its own instance of a SimpleQueueClient.

(imported from commit 694083b75cd58a60b8de282a8f40eb92a864c5ce)
2013-02-11 18:05:57 -05:00
api api: Add a list-members example script for the /get_members query. 2013-02-11 13:45:47 -05:00
bots bots: Import new copy of our Trac bot. 2013-02-06 18:07:51 -05:00
certs Add wildcard certificate for *.e.humbughq.com. 2013-01-17 18:56:39 -05:00
confirmation confirmation: Make send_confirmation accept custom templates and context. 2013-01-14 10:25:26 -05:00
humbug [manual][schema] Add an API for user presence (idle) information 2013-02-11 18:05:57 -05:00
servers [manual] Use rabbitmq for asynchronous presence updating 2013-02-11 18:05:57 -05:00
templates Combine the actions popover with the timeinfo popover 2013-02-11 13:59:18 -05:00
tools puppet: Move all puppetized config files to the humbug module and reference them with puppet URLs 2013-02-08 16:06:34 -05:00
zephyr Remove get_instance() from SimpleQueueClient 2013-02-11 18:05:57 -05:00
.gitignore gitignore: Add .DS_Store 2013-02-06 16:31:55 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00