aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed rare npeiNPUTmice2014-09-231-20/+21
* Merge pull request #460 from betheg/receiptsDaniel Gultsch2014-09-201-0/+7
|\
| * indicates received messages with a tick.Michael2014-09-201-0/+7
* | fixed presence splittingiNPUTmice2014-09-201-8/+8
|/
* add proper namespace in carbonMichael2014-09-121-5/+8
* pare body in type=normal messages as welliNPUTmice2014-09-111-11/+5
* setting to increase font size. fixed #420iNPUTmice2014-09-081-7/+7
* settings to force encryption and setting for not saving messages to disk. fix...iNPUTmice2014-09-081-1/+3
* MUC: set the password from bookmarks.Michael2014-09-071-1/+0
* Merge branch 'development' of github.com:siacs/Conversations into developmentiNPUTmice2014-09-061-0/+8
|\
| * MUC: set password from invite message.Michael2014-09-051-0/+8
* | made otr a little bit more solid when there is no presence subscriptioniNPUTmice2014-09-061-3/+6
|/
* nick parsing (xep 0172) also enabled for messages and for pepiNPUTmice2014-09-041-5/+27
* added ability to disable notifications for specific conversations - fixed #322iNPUTmice2014-09-031-0/+1
* some code cleanupiNPUTmice2014-08-311-11/+16
* fixed spelling thanks @bethegiNPUTmice2014-08-281-9/+9
* fixing duplicate private muc messagesiNPUTmice2014-08-251-3/+10
* experimental muc message deduplicationDaniel Gultsch2014-08-231-2/+8
* make avatars persisent / available even without internetiNPUTmice2014-08-211-1/+3
* fixed #356iNPUTmice2014-08-151-10/+12
* handle bare jid presences. fixes for otriNPUTmice2014-08-111-3/+9
* added limited private muc chat feature (messages are now properly marked) - l...iNPUTmice2014-08-101-22/+51
* fetch missing avatars from serveriNPUTmice2014-08-051-1/+18
* publish avatarsiNPUTmice2014-08-051-0/+25
* fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice2014-07-291-0/+3
* fixed bug in message parseriNPUTmice2014-07-271-4/+8
* answer correctly if both markers and receipts are requestediNPUTmice2014-07-241-13/+7
* more disco. fixed chat markers with jappixiNPUTmice2014-07-231-0/+2
* switched to direct invites. fixes #284iNPUTmice2014-07-211-2/+13
* hide verify snackbar when otr session is ended. fixed npeiNPUTmice2014-07-201-0/+1
* ignore groupchats messages that are pending leaveiNPUTmice2014-07-201-0/+3
* brought muc invites back. + couple of bug fixes + refactoringiNPUTmice2014-07-171-2/+5
* made grace period work for muc as welliNPUTmice2014-07-161-0/+2
* fixed rare npeiNPUTmice2014-07-161-0/+3
* couple of bug fixes related to muc renamingiNPUTmice2014-07-151-1/+1
* use nick from bookmark if availableiNPUTmice2014-07-151-1/+1
* refactored ui listeners a little bitiNPUTmice2014-07-121-4/+4
* made message parser and presence parser implement interface On*PacketReceivediNPUTmice2014-07-121-35/+126
* fishing invites and delivery reports out of carbon copied messagesiNPUTmice2014-07-111-6/+10
* faulty otr messages now generate an erroriNPUTmice2014-06-261-2/+2
* some fixes for otr with multiple partiesiNPUTmice2014-06-251-1/+5
* fixed regression with chat markers not workingiNPUTmice2014-06-231-3/+0
* fixed #220iNPUTmice2014-06-221-2/+6
* not working version of otr file transferiNPUTmice2014-06-201-2/+8
* fire onContactStatusChanged only on online/offline changes. not on status cha...iNPUTmice2014-06-121-11/+0
* groundwork for offline otr messagesiNPUTmice2014-06-111-16/+1
* put xep333 parsing into parser classDaniel Gultsch2014-06-061-3/+27
* refactored presence parsing into dedicated classDaniel Gultsch2014-06-061-33/+15
* basic last seen feature. no peristancy just yet. no polishiNPUTmice2014-06-061-0/+23
* received and displayed messages (xep 333) are now marked properlyiNPUTmice2014-06-041-2/+14