index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
entities
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-04
no longer use ConcurrentHashMap in favor of synchronize on a final HashMap
Daniel Gultsch
1
-19
/
+27
2015-01-03
record voice and attachment refactor
Daniel Gultsch
1
-6
/
+10
2015-01-03
code cleanup
Daniel Gultsch
1
-8
/
+12
2015-01-02
allow cancellation of waiting files
Daniel Gultsch
1
-0
/
+4
2015-01-02
improved OTR verification part one
Daniel Gultsch
2
-17
/
+16
2014-12-25
Add ability to change password on server
Sam Whited
1
-28
/
+17
2014-12-25
catch another exception in fingerprint generation
Daniel Gultsch
1
-1
/
+1
2014-12-22
Add support for XEP-0191 (Blocking command)
Sam Whited
9
-103
/
+171
2014-12-20
get rid of special self presence object and incorporate that into roster
iNPUTmice
1
-18
/
+2
2014-12-20
more null checks for otr fingerprints
iNPUTmice
1
-1
/
+1
2014-12-20
don't include empty fingerprints in list of otrfingerprints
iNPUTmice
1
-4
/
+6
2014-12-17
clean up conversation history after swtiching to a different conversation
iNPUTmice
1
-4
/
+10
2014-12-15
migrated more jid parsing to use getAttributeAsJid. added error logging
iNPUTmice
1
-10
/
+1
2014-12-14
refactored the way certain messages are being found within a conversation
iNPUTmice
2
-16
/
+108
2014-12-13
reverse through mam history when loading larger chuncks
iNPUTmice
2
-9
/
+10
2014-12-13
various mam improvments
iNPUTmice
1
-0
/
+2
2014-12-10
changed lastMessageReceived into lastMessageTransmitted to account for sent m...
iNPUTmice
1
-7
/
+11
2014-12-10
save server id from mam messages. check for dups before adding mam
iNPUTmice
1
-3
/
+26
2014-12-10
added max history age (default 1w). automatically sort newly added mam messages
iNPUTmice
3
-3
/
+42
2014-12-10
very basic mam support
iNPUTmice
1
-3
/
+1
2014-12-10
store last message received date in conversation
iNPUTmice
1
-0
/
+9
2014-12-03
fixed #651
iNPUTmice
1
-0
/
+12
2014-12-03
further npe checks
iNPUTmice
1
-1
/
+2
2014-12-03
made muc parser more compatible with legacy mucs?! (whatever that is exactly)
iNPUTmice
1
-3
/
+1
2014-12-03
fixed another npe in hasBookmark
iNPUTmice
1
-2
/
+3
2014-12-03
clean up getProposedNick
iNPUTmice
1
-6
/
+5
2014-12-01
worked around rare npe
iNPUTmice
1
-5
/
+12
2014-11-23
MUC: do not add yourself to the muc user list.
Michael
1
-0
/
+2
2014-11-21
remove unused imports.
Michael
2
-3
/
+0
2014-11-21
STATUS_CODE_SELF_PRESENCE is not set in all case.
Michael
1
-10
/
+16
2014-11-21
verify contacts key only on initiating side of smp
iNPUTmice
1
-1
/
+1
2014-11-20
change status codes string 'number' to a better readable constant.
Michael
1
-3
/
+5
2014-11-20
brought ad hoc conferences back. fixed #688 fixed #367
iNPUTmice
2
-64
/
+114
2014-11-19
sent read marker to full jid
iNPUTmice
1
-2
/
+2
2014-11-18
simplified message merge condition
iNPUTmice
1
-43
/
+13
2014-11-18
better usage of synchronized in some places
iNPUTmice
1
-5
/
+1
2014-11-17
context menu for muc participants + refactor trueCounterpart to use Jid class
iNPUTmice
3
-13
/
+27
2014-11-17
Use `Locale.US' for string comparisons in search
Sam Whited
2
-6
/
+14
2014-11-17
trim search before searching
iNPUTmice
1
-2
/
+2
2014-11-17
split search keywords by whitespaces and imply AND operatior
iNPUTmice
1
-1
/
+11
2014-11-16
made tags searchable
iNPUTmice
2
-157
/
+180
2014-11-16
happy hanukkah
iNPUTmice
3
-11
/
+91
2014-11-16
parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...
iNPUTmice
3
-36
/
+50
2014-11-15
Remove extra status wrapper method
Sam Whited
1
-4
/
+0
2014-11-15
Add incompatible server status
Sam Whited
1
-1
/
+4
2014-11-15
Add security error status
Sam Whited
1
-12
/
+15
2014-11-15
Make account status an enum
Sam Whited
1
-49
/
+64
2014-11-15
Add auth method pinning
Sam Whited
1
-0
/
+2
2014-11-15
fixed description in notifications and conversation overview
iNPUTmice
1
-0
/
+39
2014-11-15
made file transfers cancelable
iNPUTmice
1
-0
/
+2
[next]