drbob
4e5e149a95
Patch from Peter - to build Retroshare on FreeBSD.
...
- Fixup BSD qmake parameters: mainly library locations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-29 14:27:14 +00:00
thunder2
8431e7b3af
Added change nick name to the chat lobby dialog.
...
Optimized layout of the chat dialogs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4862 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-28 15:11:58 +00:00
csoler
a811218d63
updated ubuntu changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4861 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-28 13:34:50 +00:00
csoler
6c7535a3aa
suppressed debug output
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-28 13:20:01 +00:00
csoler
c3be19227d
Suppressed echoes in chat lobbies by:
...
- adding a time stamp to lobby events (new item tag)
- controllign time stamp of lobby msg and event: drop packets if time is older than cache duration.
- moved connexion challenge code to lobby management loop
- added new type of lobby invite to handle connexion challenges and avoid false invitations in the GUI
New lobby event format is not backward compatible -> "peer typing" and "peer joined/left" will need
the new version. Messages are still compatible)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4859 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 23:13:28 +00:00
thunder2
6de8541a4e
Added (make functional) the lobby menu in the context menu of the gpg and group item in FriendList.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4858 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 20:53:17 +00:00
thunder2
0cf53e993e
Added doubleclick to join a lobby.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4857 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 18:51:27 +00:00
defnax
cf5d88ab8b
Removed DynDns from Quick Start Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 15:02:56 +00:00
thunder2
2aa1ede192
Changed some internals in the chat dialog handling (private chat and lobby).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 14:49:48 +00:00
drbob
44ff9fe4f7
Disable the Startup Wizard.
...
- Most of the defaults are sensible now, so its no longer needed!
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4854 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 13:52:13 +00:00
drbob
eb77648cd2
Added Minimal certificates to discovery exchange.
...
They are invoked if the standard cert is over 10k.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4853 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 13:46:31 +00:00
drbob
41bff1d839
Another fix for the discovery fiasco... Turns out that I broke the system with my previous changes.
...
- Allow certificates through with no attached GPG Certs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 13:32:14 +00:00
drbob
00ff694e10
Fixed default data rates to sensible options: 200 kB/s down, 50 kB/s up.
...
Added StoreAllKeys() call after adding new GPG Certificate.
Added Check for successful Req creation (was crashing with NULL pointer).
Switched std::vector.data => &(std::vector[0]) to remove linuxism in radix64.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4851 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 13:03:59 +00:00
thunder2
e6816c9d6f
Added new common widget FriendSelectionWidget for selecting friends and use it in CreateLobbyDialog, ShareKey (forums and channels) and MessageComposer.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 00:32:17 +00:00
thunder2
a3a0690cb4
Fixed crash when closing a chat window.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4849 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-26 21:30:57 +00:00
csoler
5a5c0264d0
fixed uninitialized values
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4848 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-26 20:03:54 +00:00
defnax
522729bae4
Fixed Auto-Download Button
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-26 08:46:22 +00:00
thunder2
4433872cb6
Fixed wrong display of the news feed notify in FriendsDialog when the tabs were moved.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-25 21:45:23 +00:00
csoler
b002e08c06
changed storage delay of lobby cache, update time to last rejected (instead of accepted) message in cache and increased delay between connexion challenges
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4844 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-25 20:53:59 +00:00
csoler
54c1a403c2
updated langage files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-25 20:40:52 +00:00
defnax
69dea0e845
little changes for Getting Started Tab
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4842 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-24 23:01:43 +00:00
csoler
a139700de4
added button to add/remove signatures and button to copy RS cert link to clipboard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4841 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-24 22:31:53 +00:00
csoler
ace11b3d65
updated ubuntu changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4840 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-24 09:24:39 +00:00
csoler
fe156882ae
added keep-alive packet to lobbies to maintain up-to-date list of listenners. Will need to play a bit with delays...
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4839 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-23 22:49:47 +00:00
thunder2
cb9111ad88
Changed the recommendation of friends from person link to certificate link.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4838 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-23 22:38:50 +00:00
csoler
ecf49d0e14
update participant list when peer leaving/joining
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4837 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-23 21:10:34 +00:00
csoler
a8456a2332
Plugged-in method for removing signatures in PGP keys => now RS has small and constant-sized certificates.
...
- added checkbox in ConfCertDialog to allow adding/removing signatures
- enabled again key signature button in friend wizard
- RS cert links now use small keys.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4836 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-23 20:55:08 +00:00
thunder2
fadc86b189
Removed scroll to the end in ChatWidget (private chat and chat lobby) when the scrollbar is not at the end.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4835 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-23 19:57:06 +00:00
thunder2
5529588a1f
Removed compiler warnings.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4833 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-22 23:29:11 +00:00
thunder2
3cba51abf4
Reworked SoundManager and SoundPage in the settings.
...
Added new icon in the statusbar to switch off the sound.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4832 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-22 22:58:23 +00:00
csoler
4422d6557b
added method for removign signatures in a PGP certificate, and a test program to test it. Not yet plugged in into RS
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4831 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-22 19:55:10 +00:00
thunder2
7c11c6efac
Added missing return and removed compiler warnings.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-21 21:14:11 +00:00
csoler
0a0ccd1f4f
removed debug output
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4829 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 20:47:05 +00:00
drbob
36b0e98377
Changed minimums / defaults for Relay Config Page: 0 Friends, 1 FOF, 1 General - to match librs code.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 17:52:06 +00:00
drbob
87944f251e
* Enabled Relays by default.
...
- This will only effect people who upgrade from a very old version.
- Other people will have to switch it on manually.
- Default is 0 friends, 1 FOF & 1 General @ 1kb/s... max 4kb/s usage per peer.
* Switched off lots of debugging.
* Bugfix for natassist (zeroconf returns 0.0.0.0:0 when its doesn't work).
* Logged IP Addresses for Failed incoming connections.
* Hacked IP address into the NewsFeed notifications (ugly).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4827 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 17:50:19 +00:00
drbob
f08bcc153e
* Disabled Thread debugging.
...
* Fixed up bdProxyId initialisation
* Improved Error Code translation (for unknown entries)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4826 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 17:30:16 +00:00
drbob
6b2a6e771b
disabled more debug output.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4825 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 15:23:44 +00:00
drbob
6ac2cad4aa
cleaned up some of the std::cerr output.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 15:13:50 +00:00
drbob
c05f90bda3
Introduced tracking of Source & ErrCodes associated with every Proxy / Relay connection.
...
- This is mainly for algorithm improvements / debugging.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4823 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 15:12:02 +00:00
drbob
611db96fb9
Attempt 3 at fixing disconnections :)
...
* Added limit of 10kB for Certificate size. If it is bigger - discard certificate.
* Remove certificates for slow / trickle connections (for Relay connections).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 14:41:45 +00:00
drbob
761bca8678
Fix number 2 for disconnections: Temporarily Disable Transmission of GPG Certificates in Discovery.
...
Certificate transmission will be disabled until we have worked out how to export Minimal Certs.
* Disabled check for gpgcert text in p3disc.
* Disabled creation of GPG Cert in AuthGPG.
* Added extra error code to pqinetwork.
This change will mean that friends of friends certificates will no-longer be shared if you have discovery on.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4821 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-20 01:05:46 +00:00
csoler
a7af95c0fd
removed debug info from chat lobbies in p3chatservice, and set the time limit for nicknames records to 30mins.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4819 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-19 22:05:38 +00:00
drbob
4aec00a0c2
Attempt at fixing the Disconnection issue.
...
* Added DataRate accounting to Relay and Dht.
* Rates are exposed through rsDht.h interface.
* Added LastIncomingTS() to pqistreamer.
* Turned HeartBeat reset() into a warning.
* Added NoPacket in 60 sec reset().
* Minor typos/errors corrected.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4818 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-19 16:23:57 +00:00
drbob
7dc0cd6b0f
Added Send/Recv accounting to Dht & UdpSocket in general.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4817 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-19 16:18:59 +00:00
thunder2
80a20b41a3
Fixed message reply and forward.
...
The new lines were removed falsely.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4815 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 23:00:50 +00:00
drbob
8a86c980fc
Improved logging of Connection Behaviours.
...
- Hid lots of DEBUG_BASIC behind #defines in pqissl.
- Added PeerID() in many places, so grep for a single peer.
- fixed linkMgr output so we can tell a FAILURE vs FAILED ATTEMPT
- reduced most logging to a single line.
- print out of errno in HumanText for SSL errors.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 22:51:38 +00:00
thunder2
3a271abf11
Added history for chat lobbies and disabled it until the lobbies are saved.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4813 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 20:47:32 +00:00
csoler
51cfb0c5fe
added retroshare certificate links: allows to paste certificates everywhere. Users need to click on them to launch the make friend wizard on the certificate. Certificates can be copied from each location of the Friends list
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4812 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 20:31:30 +00:00
thunder2
912e5339ca
Moved the chat lobby tabs to the FriendsDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 20:02:19 +00:00
thunder2
1ec716175b
Fixed shown name in chat list.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-18 00:32:15 +00:00