aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* rebrandingDaniel Gultsch2014-02-281-944/+0
* fixed a small graphic glitchDaniel Gultsch2014-02-281-10/+12
* made pgp decrypt stuff a little bit more bearableDaniel Gultsch2014-02-281-21/+5
* basic pgp support.Daniel Gultsch2014-02-281-2/+116
* add contact to roster if a new conversation is createdDaniel Gultsch2014-02-231-65/+80
* bug fixes for faulty roster fetch and otr bug between two sc instancesDaniel Gultsch2014-02-221-4/+2
* subscription mgmt worksDaniel Gultsch2014-02-211-8/+70
* adding and removing roster items now possible. basic error display on error m...Daniel Gultsch2014-02-201-11/+42
* roster versioning. roster updates on air. performance fixes in conversation l...Daniel Gultsch2014-02-191-213/+177
* show unknown otr fingerprint wariningDaniel Gultsch2014-02-161-51/+16
* basic otr supportDaniel Gultsch2014-02-131-63/+242
* offline messagesDaniel Gultsch2014-02-111-36/+85
* conference histories are now working. only the actually needed history is que...Daniel Gultsch2014-02-111-6/+22
* reworked notification a bitDaniel Gultsch2014-02-101-5/+6
* fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch2014-02-101-21/+36
* contact badgesDaniel Gultsch2014-02-101-88/+104
* carbonsDaniel Gultsch2014-02-091-20/+49
* send messages in mucs are no longer displayed twiceDaniel Gultsch2014-02-091-5/+7
* presences are now somewhat stored and displayed to the user via the contact d...Daniel Gultsch2014-02-091-69/+90
* reworked new conversation activity again. less asking more knowing. mucs are ...Daniel Gultsch2014-02-071-20/+37
* wrote the scariest code ever to fetch srv records from dns. todo use real dns...Daniel Gultsch2014-02-071-1/+1
* refresh contact listDaniel Gultsch2014-02-071-3/+16
* basic muc support. reworked contact list stuffDaniel Gultsch2014-02-051-54/+210
* allow to temporarily disable accountsDaniel Gultsch2014-02-041-3/+10
* reworked account managment. now status display actually worksDaniel Gultsch2014-02-041-72/+90
* basic notificationsDaniel Gultsch2014-02-031-167/+198
* fixed a bug in xml parsingDaniel Gultsch2014-02-031-4/+2
* tls is no optionalDaniel Gultsch2014-02-021-42/+48
* fetching roster. fixed sending messages as type chatDaniel Gultsch2014-02-021-4/+61
* more cleanup. more listenersDaniel Gultsch2014-02-011-26/+74
* first draft on xml parser and communication. a long way to go. code definitly...Daniel Gultsch2014-01-301-1/+40
* account managementDaniel Gultsch2014-01-281-0/+16
* conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch2014-01-271-2/+28
* all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch2014-01-251-9/+29
* inital commitDaniel Gultsch2014-01-241-0/+29