csoler
|
4bee52c406
|
removed old unused serialization code
|
2017-05-02 22:34:45 +02:00 |
|
csoler
|
0d7df568b4
|
moved rsconfigitems and rshistoryitems to rsitems/
|
2017-04-24 22:47:08 +02:00 |
|
csoler
|
fcabe6359f
|
switch RsConfigItems to new serialization
|
2017-04-24 18:51:51 +02:00 |
|
cyril soler
|
fd84639a45
|
removed some debug info
|
2017-03-10 15:05:41 +01:00 |
|
csoler
|
ee9fbefd76
|
added signal blockign trick for widgets, and fixed the bug causing wrong values to be displayed in server settings
|
2017-02-27 22:29:01 +01:00 |
|
Phenom
|
674b6de381
|
Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated.
Some lines are wrong indented and produce mal formed code.
|
2016-11-30 22:01:01 +01:00 |
|
csoler
|
b08a62afc9
|
restored delay between location cleaning to 5 mins
|
2016-10-04 21:25:56 +02:00 |
|
csoler
|
133676fdee
|
simplified the code to remove old locations and fixed bug that in some situation would let a PGP key with no locations
|
2016-10-04 21:25:56 +02:00 |
|
dimqua
|
613ce25209
|
Change I2P proxy default port to 4447
|
2016-08-19 09:47:52 +04:00 |
|
csoler
|
a69629cf73
|
added missing own id from group list, and removed possible duplicates in random group ids
|
2016-07-06 22:16:05 -04:00 |
|
csoler
|
269f9457be
|
fixed load/save of new group ids and backward compatibility with FriendList
|
2016-07-06 22:02:56 -04:00 |
|
csoler
|
01c0d2f0f1
|
finished conversion to RsNodeGroupId for file transfer and GUI
|
2016-07-05 23:49:43 -04:00 |
|
csoler
|
4ee9effc4e
|
changed internal storage of groups of friend nodes so as to use an abstract ID instead of a string (phase 1 of local circles)
|
2016-07-04 23:55:48 -04:00 |
|
sehraf
|
09afbbed5d
|
switched to new rslog method
|
2016-06-18 13:00:15 +02:00 |
|
csoler
|
83a143476e
|
fixed bug in setting MaxRate values
|
2016-06-09 23:23:51 -04:00 |
|
csoler
|
f5ad8b49be
|
moved node-wide options to node details
|
2016-06-09 23:13:07 -04:00 |
|
csoler
|
a4931edee0
|
fixed setting/getting maxrates using pgp id
|
2016-06-09 20:51:09 -04:00 |
|
csoler
|
a07805be1d
|
moved bandwidth limits to the pgp level
|
2016-06-09 20:41:27 -04:00 |
|
csoler
|
6b78275677
|
fixed bug in loading config file to set max rates
|
2016-06-08 22:54:40 -04:00 |
|
csoler
|
5a0fa66ac0
|
added proper talking between pqihandler and GUI for maxrates fixing
|
2016-06-08 22:44:28 -04:00 |
|
csoler
|
20b6745f70
|
added GUI and storage for max up/dn rates per peer
|
2016-06-07 21:48:22 -04:00 |
|
Phenom
|
c6f1cc4e63
|
Clear WebAPI when clear chat history in GUI.
Move notifyChatCleared call to p3ChatService
To maintain notify direction.
|
2016-03-31 22:52:53 +02:00 |
|
sehraf
|
dbdfdcd008
|
removed unused map lookups
|
2016-02-22 21:09:10 +01:00 |
|
sehraf
|
77166cbf13
|
impoved cleanup of unused locations
|
2016-02-22 16:41:31 +01: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 |
|
Gio
|
ed7f958f95
|
Add stacktrave.h, sanitize p3LinkMgrIMPL::retryConnectTCP avoid to look for port on null sockaddr_storage
|
2015-12-31 15:42:22 +01: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
|
22d4893721
|
removed a few compilation warning that might cause compilation errors on some systems
|
2015-09-24 18:03:19 -04:00 |
|
Cyril Soler
|
0614a24bbb
|
Merge pull request #111 from csoler/v0.6-ImprovedExtIPDetermination
Improved reliability of the determination of external address
|
2015-09-23 22:11:50 -04:00 |
|
csoler
|
24b3325792
|
Improved reliability of the determination of external address: removed DHT stunner from the pool, added mPeerMgr which vote is based on ext address most often reported by peer discovery
|
2015-09-23 21:45:15 -04:00 |
|
sehraf
|
6202e83c32
|
add default case to gui instead of falling back to tor labeling
|
2015-09-16 11:48:32 +02:00 |
|
sehraf
|
d24b281948
|
optimizations
* reduced calls to mPeermgr
* use switch convenience
* small fixes
|
2015-09-15 17:10:48 +02:00 |
|
sehraf
|
bfcf43f0e1
|
fixed connection type detection and other small things
|
2015-09-15 16:18:46 +02:00 |
|
sehraf
|
6b87c38951
|
small fixes
|
2015-09-14 14:56:14 +02:00 |
|
sehraf
|
4b19e73975
|
added comments to functions
|
2015-09-14 09:56:43 +02:00 |
|
sehraf
|
0bc77d75ae
|
added some error handling
|
2015-09-08 13:48:30 +02:00 |
|
sehraf
|
4fc6c73dd9
|
replaced some ifs with switch
|
2015-09-07 23:40:52 +02:00 |
|
sehraf
|
95d6b06eb5
|
first working version
|
2015-09-07 21:34:10 +02:00 |
|
sehraf
|
ba74c04581
|
removed duplicated code, fixed compile, few additions
|
2015-09-07 21:34:10 +02:00 |
|
sehraf
|
c17d0e1498
|
add i2p support to libretroshare
|
2015-09-07 21:34:10 +02:00 |
|
thunder2
|
0ee754939e
|
Removed some unused parameter warnings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-15 22:41:18 +00:00 |
|
thunder2
|
ad4f57d756
|
Added own flag and new checkbox in settings for security ip feed items.
Changed NewsFeed::addUnique for SecurityIpItem to compare the ip addresses.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8424 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-13 01:28:01 +00:00 |
|
csoler
|
70d35496ef
|
added check for whitelist before sending a Security item for IP changed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8419 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-11 21:12:20 +00:00 |
|
csoler
|
ea7a5a5929
|
fixed bug causing false alarms of wrong reported IP from friends.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8385 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-06 13:50:11 +00:00 |
|
csoler
|
ad13962e1f
|
added additional filter for incoming IP lists to remove banned IPs. Removed some debug info but left the testing info when checking IPs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-03 20:28:16 +00:00 |
|
thunder2
|
22a7d2eeeb
|
Added new feed item when a wrong external ip address is reported.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8350 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-03 12:38:23 +00:00 |
|
csoler
|
96cccbbc75
|
added hability to disconnect friends which report our own IP as something different than what we know. Removed a test in discovery2 that prevented sending info to a peer about himself. Not active yet since it needs some testing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8340 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-01 22:03:07 +00:00 |
|
csoler
|
e65785e1bc
|
switch from rsDht to rsBanList to decide on adding friend IP
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8328 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-31 19:52:51 +00:00 |
|
csoler
|
4e9dab7e42
|
use banlist instead of DHT to setup self IP
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8325 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-31 15:52:11 +00:00 |
|