csoler
|
89472d6502
|
put some notes and comments in the code for what is to be done
|
2016-05-17 00:00:15 -04:00 |
|
csoler
|
f44ccbe756
|
fixed serialisation bug
|
2016-05-14 11:56:14 -04:00 |
|
csoler
|
a3a0b1d312
|
added proper menus for adding/removing IDs from circles
|
2016-05-12 22:30:12 -04:00 |
|
csoler
|
d01c61fde8
|
added items for encoding subscription requests and the logic to create them from GUI calls
|
2016-05-11 17:59:42 -04:00 |
|
csoler
|
9a86989060
|
first version of circle messages
|
2016-05-10 21:24:31 -04:00 |
|
csoler
|
c9846c0dcf
|
added proper context menu for requesting/cancelling circle subscription
|
2016-05-06 22:12:44 -04:00 |
|
csoler
|
83049259f2
|
added bullets to show subscription status of circles. Enabled message sync in circles. Changed flags in GxsCirclesDetails to include new subscription flags
|
2016-05-06 21:37:17 -04:00 |
|
csoler
|
70648398e2
|
merged with upstream/master
|
2016-05-01 15:22:13 -04:00 |
|
csoler
|
4bdd464861
|
removed a few debug output and timer measurement
|
2016-04-29 18:53:25 -04:00 |
|
csoler
|
654e0fc1d8
|
added missing call to SSL_pending, which caused decrypted data to wait in the SSL buffer when the bio is not receiving anything more
|
2016-04-29 17:53:21 -04:00 |
|
csoler
|
a4430647de
|
various changes to measure RTTs more accurately
|
2016-04-26 23:42:44 -04:00 |
|
csoler
|
34bd998c8e
|
cleaned the mess in Circles, due to mixing up GxsIds and PgpIds, which is now irrelevant because items for external circles are not sent based on PGP signatures anymore
|
2016-04-17 17:13:42 -04:00 |
|
csoler
|
c14c240f07
|
fixed update of circles GUI using a timer. This is not optimal, and should be replaced by a proper notify call
|
2016-04-17 00:52:01 -04:00 |
|
csoler
|
3000f94999
|
separated subscribe status from wether we are part of a circle or not. Still needs update of GUI
|
2016-04-17 00:52:00 -04:00 |
|
csoler
|
fa8a585e20
|
removed some debug info
|
2016-04-15 18:25:53 -04:00 |
|
csoler
|
d642934cb5
|
increased frequency of update for banned PGP nodes
|
2016-04-15 18:25:41 -04:00 |
|
csoler
|
048192ee9c
|
added mOriginator to CircleCache entry and auto-ask for unknown GXS ids to the friend who supplied the circle group
|
2016-04-14 23:47:42 -04:00 |
|
csoler
|
ba1a1b2a61
|
fixed auto-subscribed of circles when some IDs are unknown
|
2016-04-14 23:09:59 -04:00 |
|
csoler
|
f8639e5486
|
fixed bug considering null PGP ids in ban list
|
2016-04-02 16:44:41 -04:00 |
|
csoler
|
5bbaa1e8e5
|
added people settings page, removed debug output
|
2016-04-02 16:14:18 -04:00 |
|
csoler
|
9d9b790a3e
|
exposed un-verified PGP signatures on GXS ids in GUI. Added auto-ban of GXS ids signed by a PGP ids that has already signed a large enough set of GXS ids. Still needs some GUI to change the threshold.
|
2016-04-02 16:14:18 -04:00 |
|
zeners
|
aca88308ea
|
compatible to g++11 / QT5
method suggested by cyril
|
2016-03-29 21:22:14 +02:00 |
|
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 |
|