User:Zauberstuhl: Difference between revisions

From diaspora* project wiki
No edit summary
 
(2 intermediate revisions 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>


[https://wiki.diasporafoundation.org/Vines Documentation: Vines]
[https://wiki.diasporafoundation.org/Vines Documentation: Vines]
== Vertica DB support ==
{{Serious|This is a research project! Do not use it unless you really know what you are doing!}}
[http://www.sophos.com/en-us/medialibrary/PDFs/technical%20papers/sophos-database-performance-comparison-tpna.pdf 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

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).

Documentation: Vines

Vertica DB support

WarningWarning:This is a research project! Do not use it unless you really know what you are doing!


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