drbob
387b7bae6a
* Fixed up SSL peerIds and gpg password stuff.
...
* PGP version compiling / running on OSX now.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1268 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-24 10:33:08 +00:00
drbob
edd13ba38a
Missed these files from libretroshare
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1267 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 17:40:35 +00:00
drbob
100cf75439
* minor changes required to get the gui working with PGP,
...
* improved NetworkView to show signatures, and friends.
I expect these will be cleaned up later - these were purely functional so i could test pgp.
Enable using RS_USE_PGPSSL in rsiface/rsinit.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:13:01 +00:00
drbob
5f28f76b07
* Addition of openpgp support!
...
This is not enabled by default. Instructions to enable are at the end of msg.
This is 60% complete. Supports creation of certificates, adding friends and connections.
Parts still to do: pgpids, p3discovery, signing and trusting peers.
The main reason it is being commited is so that connections between peers can be
properly tested, and development on OSX and win can start.
This requires gpg and the gpgme.h development libraries, and no longer
requires the custom ssl libraries.
To compile it switch the configuration flags in scripts/config-linux.mk
To compile XPGP (v0.4.x) enable PQI_USE_XPGP:
#PQI_USE_SSLONLY = 1
PQI_USE_XPGP = 1
To compile SSL only, enable PQI_USE_SSLONLY:
PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1
To compile OpenPGP, disable both:
#PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1
and enable RS_USEPGPSSL in rsiface/rsinit.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:07:35 +00:00
defnax
eea261d739
switch trayicon if online count is 0 or bigger
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-20 22:51:15 +00:00
alexandrut
3d37a0c242
-when a file is downloaded through different peers, all peers are put together
...
under a single root line. line is click-able, when collapsed it displays all
download peers
-sources column shows number of peers as online (offline)
-name column for root/peer shows filename/peername
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-20 22:06:20 +00:00
csoler
4694ff22d5
added proper notification for network list update.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 20:01:17 +00:00
csoler
58eb4e9c6e
added a make friend with friends of my friends option in the connection wizard.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 19:51:40 +00:00
defnax
30e4d8d078
added Copy/Paste/Send retroshare//: file urls/links
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 14:23:55 +00:00
defnax
b7290c67ed
clean up project file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 22:12:57 +00:00
csoler
bda1306c01
Restored file recommendation feature. Improved it a little.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 19:38:42 +00:00
csoler
2ea7940501
forgot to commit changes related to Settings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 14:15:33 +00:00
csoler
02a56a10e1
forgot to commit changes related to Settings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 13:59:39 +00:00
csoler
8f024fd08d
corrected upload/download status in upload transfers
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 13:26:16 +00:00
csoler
529b0d7f04
disabled auto-login for non windows systems.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:58:15 +00:00
csoler
c82c7eea26
suppressed Settings/ directory, as it_s not used at all
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:48:54 +00:00
csoler
0449a7ce69
suppressed unused smplayer action from left bar
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1249 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:32:39 +00:00
joss17
3ab34d67d8
add some french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 11:47:00 +00:00
defnax
17512e15af
set tooltip for OK Button
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-16 17:17:46 +00:00
defnax
270c7c70d7
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1242 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 17:04:46 +00:00
csoler
2e680b1ed4
added smooth avatar scaling
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1241 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 14:31:37 +00:00
csoler
2d4bd2f42c
Setup connection so that deny friend in peers dialog updates the network view.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 12:07:37 +00:00
defnax
dbfe103e03
changend string names for logs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 22:30:30 +00:00
csoler
cd961bf49f
Changed popup fchat focus for typingnotification
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 21:15:43 +00:00
csoler
0dd42c966c
Changed popup fchat focus for typingnotification
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1237 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 21:14:25 +00:00
joss17
3e3b90c95e
Don't send the extrafil link when SubFileItem is cancel (ERROR mode). Improve chat url parsing.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1236 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 15:54:38 +00:00
joss17
84efbbe2d2
Set the SubFileItem in error mode when cancelling from the GUI
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1235 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 15:53:40 +00:00
defnax
08e5b26349
fixed
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1233 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 23:15:52 +00:00
csoler
79388588b0
added missing BIN_FLAGS_READABLE to pqistore constructor calls
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 20:18:03 +00:00
csoler
2bf79b663d
added missing BIN_FLAGS_WRITABLE
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 19:54:33 +00:00
defnax
6106309a3d
replaced old Network Status with new one
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1229 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 16:53:20 +00:00
csoler
f73c925507
added a missing return after deletion of membio in case of fail read (error handling)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 15:38:02 +00:00
csoler
c996915bd1
suppressed double item deletion that happens rarely (error handling case)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 15:30:11 +00:00
defnax
3004f4fd5a
update Chanelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1226 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 12:06:25 +00:00
drbob
e71d289e0e
Added More alternative colours to NetworkView.
...
* Yellow - yourself.
* Green - your friends.
* Blue - other Authed People.
* Magenta - partially Authed People.
* Red - unknown people.
Added Context Menu. This is empty now (as we are heading for a release).
The code to add specific menu items to rm/add friends is there - just commented out.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1225 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 23:44:51 +00:00
defnax
b212f65f69
added tooltip for add file button
...
fixed icon size
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1224 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 22:12:57 +00:00
drbob
02fc02d23c
Modified (all I hope) remaining pqistream -> pqistore for cache file save/loads.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1223 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 21:55:50 +00:00
defnax
99828dfa41
added new Toasters
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 00:37:25 +00:00
joss17
5a5ad509aa
fix the history problem with SearchDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1221 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:36:32 +00:00
joss17
fc9ed005bf
Refuse directory drop for extrafile
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:35:50 +00:00
joss17
35740d89b1
fix a bug with windows compiler and small() function
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:35:05 +00:00
joss17
e4363d4db2
gcc44 compliance for gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:33:32 +00:00
joss17
ec072e53f4
add include complying to gcc 4.4
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1217 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:30:53 +00:00
joss17
63be32ba4d
add the drag'n drop file to popup chat, still a bug when adding a directory
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1216 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:27:45 +00:00
joss17
3698fc5a2c
rolled back commit 1200 only for popupchatdialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1215 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:21:11 +00:00
defnax
4ef40b5cd1
update new Chinese translation thanks to netfleet Developer lsn752
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1214 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 00:40:51 +00:00
defnax
d9aa7a3e3a
enabled double click download
...
disabled not implemented Broadcast context menu entry
enabled reseting keywords
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 22:34:38 +00:00
defnax
96d886e674
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1212 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 20:27:19 +00:00
defnax
cc9b87785f
enabled translation for STATUS strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 17:49:41 +00:00
defnax
7c36f41a45
fixed NetworkView lets get refresh the graph at rs start too
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1210 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-09 20:53:40 +00:00