User:Zauberstuhl: Difference between revisions
Zauberstuhl (talk | contribs) No edit summary |
Zauberstuhl (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
Since Diaspora v0.4.0.0 it is possible to report posts and comments (see [https://github.com/diaspora/diaspora/pull/4517 #4517] and [https://github.com/diaspora/diaspora/pull/4781 #4781]). | Since Diaspora v0.4.0.0 it is possible to report posts and comments (see [https://github.com/diaspora/diaspora/pull/4517 #4517] and [https://github.com/diaspora/diaspora/pull/4781 #4781]). | ||
== XMPP Chat Feature == | == [Merged] XMPP Chat Feature == | ||
With the upcoming feature you'll be able to chat with your Diaspora friends via XMPP protocol (see [https://github.com/diaspora/diaspora/pull/5073 #5073]).<br> | With the upcoming feature you'll be able to chat with your Diaspora friends via XMPP protocol (see [https://github.com/diaspora/diaspora/pull/5073 #5073]).<br> | ||
Line 28: | Line 28: | ||
Gemfile: | Gemfile: | ||
gem 'activerecord-vertica-adapter', :git => 'https://github.com/evrone/activerecord-vertica-adapter.git' | gem 'activerecord-vertica-adapter', :git => 'https://github.com/evrone/activerecord-vertica-adapter.git' | ||
Git-Branch: | |||
git clone https://github.com/Zauberstuhl/diaspora.git -b vertica |
Latest revision as of 19:14, 3 September 2015
Contact Me:
Summary
[Merged] Report Feature
Since Diaspora v0.4.0.0 it is possible to report posts and comments (see #4517 and #4781).
[Merged] XMPP Chat Feature
With the upcoming feature you'll be able to chat with your Diaspora friends via XMPP protocol (see #5073).
Vertica DB support
Database performance comparison
Dependencies:
aptitude install postgresql libpq-dev
Gemfile:
gem 'activerecord-vertica-adapter', :git => 'https://github.com/evrone/activerecord-vertica-adapter.git'
Git-Branch:
git clone https://github.com/Zauberstuhl/diaspora.git -b vertica