Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Tim Abbott 52829efe52 Add tools for collecting data on message sending times.
Usage, on the javascript console:
> feature_flags.collect_send_times = true;
> compose.send_many_messages("test", "test", 3)
> compose.send_times_data
  [47, 99, 48]

(imported from commit a2a22eea9bb1bbe24a79ec0453c099dabfc61c19)
2013-10-23 14:05:01 -04:00
api api: Add support for specifying client using zulip.init_from_options. 2013-10-21 14:37:36 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Remove redundant return statement 2013-10-22 13:19:00 -04:00
certs Switch nagios to .zulip.net and add cert 2013-09-05 15:43:07 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Run 5 message sender queue processors 2013-10-22 18:45:11 -04:00
static Add tools for collecting data on message sending times. 2013-10-23 14:05:01 -04:00
templates Settings page changes 2013-10-22 23:28:46 -07:00
tools Add client-side SockJS wrapper 2013-10-22 18:45:11 -04:00
zerver Disallow XHR streaming when running the test suite 2013-10-22 18:45:11 -04:00
zproject Add client-side SockJS wrapper 2013-10-22 18:45:11 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00