mr-alice
|
5194287645
|
fixed SEGV due to calling layout change in the wrong place
|
2016-08-27 13:22:29 +02:00 |
|
mr-alice
|
d8a24c8c3a
|
added serialisation of dir entries for exchange with friends. Fixed a few bugs in row and ref calculation
|
2016-08-26 16:29:02 +02:00 |
|
Gio
|
746f4d7292
|
libretroshare remove unuseful code from RsRawItem
|
2016-08-25 15:11:58 +02:00 |
|
Gio
|
7a2ae6e979
|
Remove some clutter from libretroshare
Removed SearchInterface that was an historical remain that make no sense anymore
Fixed some clang warning
Fix includes on some files
|
2016-08-25 11:39:15 +02:00 |
|
MrAlice
|
99ea8af015
|
added logic for file list item exchange requests
|
2016-08-23 21:23:58 +02:00 |
|
csoler
|
5d69ae886a
|
reduced period for slow saving of GRouter config data, and removed useless saving of BanList config when received data fro friends does not modify the existing data
|
2016-08-22 22:25:05 +02:00 |
|
mr-alice
|
76831348e6
|
added update of last modif LS, and rsitems to update directories between friends
|
2016-08-22 07:49:45 +02:00 |
|
mr-alice
|
edc602f68f
|
added infrastructure for synchronisation of file lists
|
2016-08-20 16:23:11 +02:00 |
|
mr-alice
|
f8ed1d3fb7
|
changed DirDetails::children to be a vector, removed costly caching of DirDetailVector
|
2016-08-19 18:49:42 +02:00 |
|
dimqua
|
613ce25209
|
Change I2P proxy default port to 4447
|
2016-08-19 09:47:52 +04:00 |
|
mr-alice
|
78b8744183
|
fixed display of remote directories
|
2016-08-17 14:48:54 +02:00 |
|
csoler
|
368a429846
|
fixed read_125Size and write_125Size according to RFC4880
|
2016-08-17 09:40:16 +02:00 |
|
mr-alice
|
ac242ce58b
|
fixed display of own files
|
2016-08-16 23:44:48 +02:00 |
|
mr-alice
|
ca8f95c7f7
|
fixed a few bugs in internal directory storage structure
|
2016-08-16 13:46:55 +02:00 |
|
Phenom
|
38a9e10096
|
Fix RsCertificate::toStdString by fixing PGPKeyParser::read_125Size.
And added some comments, plus values in hexadecimal for better view.
|
2016-08-15 20:00:49 +02:00 |
|
mr-alice
|
2668b6da1c
|
added p3fileDatabase as a service in rsinit
|
2016-08-13 10:15:02 +02:00 |
|
mr-alice
|
df14b41ba6
|
fixed sleeping when hashing strategy
|
2016-08-12 19:30:19 +02:00 |
|
csoler
|
ab82c4a73c
|
added missing return in PGPKeyUtil, causing corruption of keys in some--possible rare--situations
|
2016-08-12 18:58:35 +02:00 |
|
mr-alice
|
733ad438fb
|
added IO for hash cache
|
2016-08-12 15:20:23 +02:00 |
|
mr-alice
|
d8dfce4fff
|
added parent row and friend status to shared dirs
|
2016-08-11 14:08:18 +02:00 |
|
MrAlice
|
82c18bbb86
|
added load/save for file hash cache
|
2016-08-09 15:07:02 +02:00 |
|
Phenom
|
275c47eff9
|
Add Title when ask for password.
|
2016-08-09 01:22:14 +02:00 |
|
Phenom
|
6edd7bb8e3
|
Add possibility to create GXSId directly on GenCertDialog.
|
2016-08-08 22:57:06 +02:00 |
|
Phenom
|
d59f7a09db
|
Fix NAT Status LED
Fix the PR#426 4d2d825d
|
2016-08-08 21:59:12 +02:00 |
|
Phenom
|
72d743584a
|
Fix RsGxsNetService::handleRecvPublishKeys when grpMeta is NULL
Bug noted by Papache
|
2016-08-08 19:05:42 +02:00 |
|
mr-alice
|
2d1824b01d
|
fixed virtual names
|
2016-08-06 19:04:54 +02:00 |
|
Phenom
|
beab81e134
|
Fix Forum Item sort on LastPost View.
msg.mMeta.mChildTs Was not updated when received new child so do it when
creating GxsIdRSTreeWidgetItem.
|
2016-08-06 11:57:41 +02:00 |
|
mr-alice
|
43f4f5d2d9
|
fixed threading issues in directory updater
|
2016-08-05 22:37:40 +02:00 |
|
mr-alice
|
067d4231ae
|
fixed compilation
|
2016-08-05 22:00:25 +02:00 |
|
Cyril Soler
|
96e73b301c
|
Merge pull request #454 from csoler/v0.6-ContactList
V0.6 contact list
|
2016-08-04 22:38:59 +02:00 |
|
csoler
|
cd433e82fd
|
fixed bug causing uninitialised memory read in reputation changing
|
2016-08-04 22:33:45 +02:00 |
|
csoler
|
3993fbf5cc
|
fixed auto-positive opinions for contacts
|
2016-08-04 16:10:00 +02:00 |
|
csoler
|
c7576309a7
|
added callback in RsGenExchange subclasses to autorise new groups, to be used by p3GxsIdentity
|
2016-08-04 13:12:55 +02:00 |
|
csoler
|
7545ad4d11
|
simplied/improved reputation system. Now ids can be banned based on their owner node using a single checkbox in the Person tab, with immediate effect
|
2016-08-04 11:43:35 +02:00 |
|
csoler
|
70228ee405
|
fixed missign return, probably causing crashes
|
2016-08-04 11:02:12 +02:00 |
|
csoler
|
c4ef4d7743
|
saved owner node ID in GXS reputation item
|
2016-08-03 14:52:37 +02:00 |
|
Cyril Soler
|
60cf2991d4
|
Merge pull request #436 from G10h4ck/libresapilocal
Libresapilocal
|
2016-08-03 08:46:15 +02:00 |
|
csoler
|
17003f136b
|
modified wrong comment in why mLastPost should not be used in rsgxsnetservice.cc, and added a call to clearing GrpMeta cache when new msg in that group are received
|
2016-08-02 16:25:00 +02:00 |
|
csoler
|
3cd90ae11c
|
re-disabled the code to update the server TS to last post as it can severely perturbate the distribution of posts. Added a call to update msgServerUpdateMap when new messages received
|
2016-08-01 16:35:19 +02:00 |
|
csoler
|
d6be4404d2
|
re-enabled some code previously disabled in last commit
|
2016-08-01 15:38:51 +02:00 |
|
csoler
|
b1288bcb7e
|
added missing time stamp of msgServerUpdateMap when posting a new message
|
2016-08-01 14:43:17 +02:00 |
|
mr-alice
|
538a11fd14
|
fixed compilation. Added missing functions, left blank
|
2016-07-31 15:59:58 +02:00 |
|
mr-alice
|
5b9fd74d85
|
removed most of CacheStrapper stuff from ftServer, replaced fimonitor by p3FileDatabase
|
2016-07-30 21:52:42 +02:00 |
|
mr-alice
|
aeb0595301
|
fixed updated ts in hash cache files
|
2016-07-28 10:49:49 +02:00 |
|
mr-alice
|
2aac88464d
|
fixed a few bugs in directory parsing
|
2016-07-28 09:29:15 +02:00 |
|
mr-alice
|
463f21c85c
|
fixed hashing thread
|
2016-07-28 00:48:28 +02:00 |
|
mr-alice
|
d86b89b15a
|
fixed compilation/running of directory updater
|
2016-07-27 21:22:59 +02:00 |
|
csoler
|
f5e55e849b
|
fixed a few bugs in the People tab
|
2016-07-25 16:04:30 -04:00 |
|
csoler
|
218977170c
|
added two new options to people page for handlign reputations: change the ban limit from friend opinions, and allow to auto-set positive opinions to contacts
|
2016-07-25 15:45:49 -04:00 |
|
csoler
|
efd503e7d4
|
removed the possibility of GXS groups to keep track of post origin before release, as it is too intrusive as compared to the benefits
|
2016-07-25 14:56:55 -04:00 |
|