csoler
|
6c8737c84a
|
merged with upstream/master
|
2016-03-25 21:09:37 -04:00 |
|
csoler
|
d1b09b93b9
|
removed some debug info
|
2016-03-25 18:54:13 -04:00 |
|
csoler
|
40d23509a1
|
removed deadlock
|
2016-03-23 21:50:41 -04:00 |
|
csoler
|
981f81deae
|
added anon ids to offline vetting
|
2016-03-23 20:54:45 -04:00 |
|
csoler
|
24ba909f41
|
fixed mixup between in/out bandwidth traffic info
|
2016-03-19 11:39:58 -04:00 |
|
csoler
|
384131a231
|
added force reload of cache for circles that are modified
|
2016-03-15 22:41:59 -04:00 |
|
csoler
|
6466209553
|
added test to only subscribe/unsubscribe circles when needed, hence avoiding an unnecessary TS update
|
2016-03-15 22:11:36 -04:00 |
|
csoler
|
bdb326a989
|
attempt at fixing circle cache loop. Renamed a few variables and fixed logic. Not yet fully working
|
2016-03-14 23:19:37 -04:00 |
|
csoler
|
051806227f
|
fixed circle auto-subscribe
|
2016-03-13 11:29:21 -04:00 |
|
csoler
|
9e8a4cdac4
|
fixed auto-subscribe of circles when unsigned identities are locally owned
|
2016-03-11 22:36:47 -05:00 |
|
csoler
|
53f32f2dc8
|
added missing collection of some peers in p3gxscircles::recipients()
|
2016-03-04 13:45:35 -05:00 |
|
csoler
|
9ddef9e45b
|
merged with upstream/master
|
2016-02-25 17:48:59 -05:00 |
|
Phenom
|
1a110e4ada
|
Define empty service string as a valid case.
|
2016-02-25 13:58:45 +01:00 |
|
Phenom
|
3c3d23bf8a
|
Fix error "(EE) SSGxsChannelGroup::load() asked to load a null string.
Weird." by creating a default serviceString if empty.
|
2016-02-25 13:58:45 +01:00 |
|
csoler
|
6a4add8806
|
implemented per-item encryption and Vetting method compatibility layer
|
2016-02-20 17:53:03 -05:00 |
|
sehraf
|
4140969fcb
|
added seperated limit for discovery (30 days)
|
2016-02-19 16:35:11 +01:00 |
|
sehraf
|
841299d077
|
discovery: don't remove new added locations too soon
was: removed after 10 min. or less - when no connection is established
now: removed after 1 day - when no connection is established
|
2016-02-16 20:33:38 +01:00 |
|
csoler
|
3db3ccf636
|
merged with upstream
|
2016-02-10 00:00:21 -05:00 |
|
Phenom
|
5f0afb3d6e
|
Fix Channel filter when loading big post.
And fix "Not a GxsChannelPostItem, deleting!" error message
Don't search empty text in very long string.
|
2016-02-08 19:42:56 +01:00 |
|
csoler
|
6d1a3937d6
|
fixed but in re-sending of failed grouter items
|
2016-02-01 00:33:11 -05:00 |
|
csoler
|
aa194caea3
|
fixed bug preventing save of routage info in distant messaging
|
2016-01-31 20:27:53 -05:00 |
|
csoler
|
59d4c2c829
|
removed some compilation warnings
|
2016-01-30 20:27:27 -05:00 |
|
csoler
|
c473200625
|
moved getCurrentTS() inside RTT packet sending loop (suggestion from Jo)
|
2016-01-20 23:34:25 -05:00 |
|
csoler
|
fd04f0b3bb
|
updated to upstream/master
|
2016-01-13 20:27:08 -05:00 |
|
csoler
|
d55993d1e4
|
removed two instances of malloc(0) captured by new rs_malloc funtion
|
2016-01-12 21:43:04 -05:00 |
|
csoler
|
d13526facd
|
added a new method rs_malloc that checks its arguments and prints a stacktrace on error/weird call. Changed the code everywhere to use this instead of malloc. Removed some mallocs and replaced with RsTemporaryMemory
|
2016-01-12 21:10:11 -05:00 |
|
csoler
|
ee84ab732d
|
fixed serialisation error (missing call) for received Distant msg hash map
|
2016-01-09 10:58:49 -05:00 |
|
csoler
|
fe02167ad7
|
disabled part of msg re-sending code in order to improve it later
|
2016-01-08 23:18:45 -05:00 |
|
csoler
|
3f6964bb8b
|
added back messages to sent box
|
2016-01-08 22:50:03 -05:00 |
|
csoler
|
75edb46c99
|
added auto-resend of unsent messages. Fixed display of From field in outbox
|
2016-01-08 20:48:47 -05:00 |
|
csoler
|
0c591f08ae
|
added auto re-send of distant messages after global router notified the message cannot be sent. Added a map n p3msgService to avoid receiving multiple times the same message.
|
2016-01-07 22:22:05 -05:00 |
|
csoler
|
4484b08b50
|
cleaned up the problem of outgoing messages being shown with the from from field.
|
2016-01-07 00:04:52 -05:00 |
|
csoler
|
9da8a8abc3
|
fixed compilation of RsNxsTransaction encryption code
|
2016-01-01 21:37:27 -05:00 |
|
csoler
|
6ecd2991e7
|
merged with latest trunk
|
2016-01-01 15:15:19 -05:00 |
|
csoler
|
8a41554754
|
fixed some leaking memory issues in loadList() methods, and also increased consistency by not returning non empty list with deleted items inside
|
2015-12-30 18:20:09 -05:00 |
|
csoler
|
140205108a
|
added backend for distant message and distant chat filtering based on contact list
|
2015-12-25 22:37:06 -05:00 |
|
electron128
|
e3f496f3d9
|
fixed bug from contact list branch. Identity flags (pgp-linked, contact) where resettet so signed lobbies did not work.
|
2015-12-24 13:21:40 +01:00 |
|
csoler
|
52da8cd0e6
|
fixed display of contactlist when changing status, and improved computaitonal efficiency
|
2015-12-23 12:08:20 -05:00 |
|
csoler
|
5d9272055f
|
merged with upstream/master
|
2015-12-22 18:33:01 -05:00 |
|
csoler
|
0c1e6301b3
|
merged with latest upstream trunk
|
2015-12-05 16:49:00 -05:00 |
|
csoler
|
be17a563d1
|
fixed compilation and added flag function for permissions in messaging
|
2015-12-04 23:08:49 -05:00 |
|
csoler
|
9193d3579b
|
merged with latest master before creating PR
|
2015-12-04 21:24:51 -05:00 |
|
csoler
|
81ab43beb9
|
fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation
|
2015-11-30 00:02:44 -05:00 |
|
csoler
|
87ede7eff5
|
removed debug info
|
2015-11-25 18:41:40 -05:00 |
|
csoler
|
bca89c63c6
|
fixed serialisation bug and added new GUI bits
|
2015-11-25 18:08:53 -05:00 |
|
csoler
|
3fbbc57a1f
|
added update of flags for contacts
|
2015-11-19 23:04:13 -05:00 |
|
csoler
|
1347ee4b37
|
added regular contacts list and method to move RsGxsIds from/into this list
|
2015-11-19 22:58:28 -05:00 |
|
csoler
|
1de55d8fc5
|
replaced the few bools in RsIdentityDetail by a set of flags
|
2015-11-19 21:14:32 -05:00 |
|
Cyril Soler
|
0751876303
|
changed MAX_CACHE_SIZE to not use the default (fixes previous commit that was wrong)
|
2015-11-16 14:06:45 -05:00 |
|
csoler
|
b44d08ac4c
|
changed GXS id cache size to 5000 instead of 100. Should help a lot GXS id handling
|
2015-11-14 21:18:26 -05:00 |
|