Zulip Server 1.9: HipChat import and much more
blog.zulip.org
Zulip Server 1.9: HipChat import and much more
1–10 of 126 posts
Re: Zulip Server 1.9: HipChat import and much more
#2I've said it before (so at the risk of annoying people ;-) I can highly recommend Zulip. We briefly used Mattermost (couple of months) before realising the Zulip threading model was a way better fit for us then what Mattermost offered. It might feel a bit odd in the beginning but after you've become accustomed with it you'll love it!
Re: Zulip Server 1.9: HipChat import and much more
#3The one good thing about not having an on-prem Slack is communications after your company network goes down.
Re: Zulip Server 1.9: HipChat import and much more
#4It's pretty cool that he included the output of
git shortlog -ns
in the release announcement.Re: Zulip Server 1.9: HipChat import and much more
#5Anybody knows why this over rocketchat?
Re: Zulip Server 1.9: HipChat import and much more
#6Title is somehow linking to the blog instead of the actual product page (https://zulipchat.com).
Re: Zulip Server 1.9: HipChat import and much more
#7I'd looked into Zulip a few months ago when it appeared on HN and it looks great to me. But this announcement mentions a new beta terminal client! That seals the deal for me! Love the idea of Zulip on a terminal: too good to be true for my organization at least.
Re: Zulip Server 1.9: HipChat import and much more
#8Title is somehow linking to the blog instead of the actual product page ( https://zulipchat.com ).
Because it's an announcement of a new version. Not that hard to figure out.
Re: Zulip Server 1.9: HipChat import and much more
#9Anybody knows why this over rocketchat?
Zulip has a thread based Instant messaging model which helps facilitate multiple different conversations in the same channel without losing track / context.
More on their homepage - https://zulipchat.com/
Re: Zulip Server 1.9: HipChat import and much more
#10It's pretty cool that he included the output of git shortlog -ns in the release announcement.
I liked that too. But I prefer to hide merge commits using:
git shortlog -sn --no-merges