csoler
153db5ca64
added on/off mechanism for packet slicing to ensure packward compatibility
2016-04-26 09:22:24 -04:00
csoler
3b685851d2
improved/simplified slicing protocol
2016-04-25 23:37:02 -04:00
csoler
dd81ce3bf3
using BinToHex to display mem blocks in pqistreamer debug
2016-04-25 22:50:41 -04:00
csoler
18e9e1c2db
moerged with upstream/master
2016-04-24 21:29:55 -04:00
csoler
f62957534e
fixed a few bugs in packet slicing in pqiQoS
2016-04-24 21:18:44 -04:00
csoler
a2c11f97c2
added packet reconstruction and deserialising
2016-04-24 13:43:34 -04:00
csoler
0d84a5585f
updated ubuntu changelog
2016-04-24 11:29:21 -04:00
csoler
cad8c89746
added packet slicing in pqistreamer
2016-04-23 17:10:25 -04:00
Cyril Soler
0dc43c3e2a
Merge pull request #338 from Nyfor/master
...
Fixed compilation for Clang.
2016-04-23 08:29:53 -04:00
Nyfor
5e94c772b3
Fixed compilation for Clang.
2016-04-23 09:50:49 +02:00
csoler
d696f72533
fixed compilation
2016-04-22 20:38:07 -04:00
csoler
acd059bdf0
removed potential memory leak in TransfersDialog
2016-04-22 18:49:42 -04:00
csoler
52cf66a536
fixed memory leak in SubscribeToolButton menu
2016-04-22 17:55:15 -04:00
csoler
55e80871eb
added missing free for public keys used in envelop encryption
2016-04-22 17:30:55 -04:00
csoler
10230dff6e
added missing SSL shutdown when replacing existing connection
2016-04-22 16:50:43 -04:00
csoler
5261c3cd73
prevented turtle to not deleting a config item when it is not cast
2016-04-21 22:23:07 -04:00
csoler
e9fa9eb317
removed tricky memory leak in chat lobbies due to handling of partial messages
2016-04-21 22:07:50 -04:00
csoler
7aea6e5bf8
removed some debug info
2016-04-21 22:07:10 -04:00
csoler
eca83fdd62
removed some debug info
2016-04-21 19:54:50 -04:00
csoler
fba3d37126
fixed memory leak after receiving RsNxsItem deserialised from decrypted memory
2016-04-21 19:47:34 -04:00
csoler
0d3ff0e3aa
fixed possible uninitialised memory read in memory decryption return
2016-04-21 19:46:47 -04:00
csoler
0c711a4c61
added missing calls to EVP_CIPHER_CTX_cleanup() to release memory after decryption, causing memory leaks
2016-04-21 19:41:21 -04:00
Cyril Soler
3fae108cb1
removed div by zero in transfers dialog
2016-04-21 12:59:07 -04:00
csoler
e82c217cd2
half-implemented packet slicing (QoS part done)
2016-04-20 22:42:09 -04:00
csoler
057249225e
severely reduced packet grouping, which limited the effectiveness of QoS
2016-04-20 21:20:47 -04:00
csoler
d6ae71ebc8
removed pointer to QStringList in QHash, causing memory loss
2016-04-20 20:21:29 -04:00
csoler
aba3d2fb35
removed memory leak due to zeroing (on purpose!) a data chunk in GRouter before deleting it
2016-04-20 18:24:02 -04:00
csoler
d017771650
fixed missing sendTime in distant chat, causing inconsistent display in GUI
2016-04-20 18:10:53 -04:00
Cyril Soler
80a9fec54f
Merge pull request #353 from crhode/master
...
Niggling Changes to Placemark in ChatLobby, Extensive Changes to Hotlink Recognition
2016-04-19 22:18:25 -04:00
csoler
fc725b03a8
added some debug info to pqistreamer
2016-04-19 22:04:30 -04:00
csoler
a35a60849a
renamed subscribed circle item into belongingCircle item which is more appropriate
2016-04-19 22:00:32 -04:00
csoler
39553a601c
removed debug info
2016-04-19 21:58:30 -04:00
Chuck Rhode aka Manuel Davis
5645e44f9c
Change regular expression(s) for identifying hotlinks in feral text.
2016-04-19 11:32:56 -05:00
Chuck Rhode aka Manuel Davis
8be53dd79a
Improve inserting placemark in ChatLobby.
...
*append* inserts text at end but with formatting in effect at
current cursor position, such as in the middle of a hotlink,
which would be strange. This OTOH inserts text with
formatting in effect on the last line, which may be strange
or not.
2016-04-19 11:11:58 -05:00
csoler
26af7c900e
changed heart beat limit to a larger value. Apparently too tight a value causes disconnections due to packets being stuck sometimes (old bug)
2016-04-17 22:58:48 -04:00
csoler
d44efc7b68
added some info in circles
2016-04-17 18:05:31 -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
Cyril Soler
b861aa9fb3
Merge pull request #352 from AsamK/trailing_semicolon
...
Add trailing semi-colon to MimeType in .desktop files
2016-04-16 17:10:36 -04:00
AsamK
e7ec204411
Add trailing semi-colon to MimeType in .desktop files
2016-04-16 20:44:14 +02: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
26574fd93a
updated ubuntu changelog
2016-04-15 17:51:54 -04:00
defnax
2552b556eb
Merge branch 'master' of https://github.com/RetroShare/RetroShare
2016-04-15 20:32:00 +02:00
defnax
85942f43c3
improving the create circle layout
2016-04-15 20:30:32 +02:00
Phenom
4dd0f591f4
Add Clear Button on WebUI for BroadCast.
2016-04-15 19:08:10 +02:00
Cyril Soler
cb6c2c9199
Merge pull request #350 from csoler/v0.6-Circles
...
V0.6 circles
2016-04-14 23:49:55 -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