Commit Graph

7545 Commits

Author SHA1 Message Date
defnax
5200f30a32 updated todo
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8296 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-26 16:23:04 +00:00
electron128
cee1819b7d added toasters for incoming audio/video call to voip plugin (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8295 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-26 15:19:57 +00:00
electron128
c1061a1e9d fix black background in chunkmap display with Qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8294 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-26 12:21:48 +00:00
csoler
482c488b46 refusing connections from banned peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8293 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-25 16:51:15 +00:00
csoler
79882695b7 fixed bug that prevented banned/old IP cleaning. Now it works fine.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8292 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-25 16:30:04 +00:00
electron128
cbdadfb3bf show error string form plugin loading as tooltip in gui (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-25 15:12:20 +00:00
csoler
f835823de3 moved the stop order up to RsThread to ease the test for stopping order in single job threads
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8290 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-25 15:11:42 +00:00
csoler
5b2ba1e81c - added more debug info to p3LinkMgr
- added check for banned IP from DHT at connection time
- added regular removal of banned IPs from friend IP lists
- increased time of banned IP storage to 1 week (previously 6 hours)
- added save for banned IPs to keep them after restart (in bdfilter.cc) to file bdfilter.txt (can be manually updated)
- changed mFiltered into a std::map for increased search efficiency
- added secondary check of cert ID at connection time.-This line, and those below, will be ignored--

M    libretroshare/src/pqi/p3netmgr.cc
M    libretroshare/src/pqi/pqimonitor.h
M    libretroshare/src/pqi/p3peermgr.cc
M    libretroshare/src/pqi/p3linkmgr.h
M    libretroshare/src/pqi/pqissllistener.cc
M    libretroshare/src/pqi/p3peermgr.h
M    libretroshare/src/pqi/p3linkmgr.cc
M    libretroshare/src/pqi/pqiperson.cc
M    libretroshare/src/pqi/pqissl.cc
M    libretroshare/src/rsserver/rsinit.cc
M    libretroshare/src/dht/p3bitdht_relay.cc
M    libretroshare/src/dht/p3bitdht.cc
M    libretroshare/src/dht/p3bitdht.h
M    libretroshare/src/retroshare/rsdht.h
M    libbitdht/src/udp/udpbitdht.h
M    libbitdht/src/udp/udpbitdht.cc
M    libbitdht/src/bitdht/bdmanager.cc
M    libbitdht/src/bitdht/bdmanager.h
M    libbitdht/src/bitdht/bdnode.h
M    libbitdht/src/bitdht/bdfilter.h
M    libbitdht/src/bitdht/bdfilter.cc
M    libbitdht/src/bitdht/bdnode.cc
M    libbitdht/src/bitdht/bdstore.h


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8289 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-25 14:02:45 +00:00
csoler
e9b9dce9f5 created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 20:54:38 +00:00
csoler
f2d4a237ca moved semaphore based thread logic up to RsThread. This should help terminating service threads properly and possibly remove the SIGSEGV when quitting
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8287 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 18:16:49 +00:00
defnax
c0ecc0da7a Beautfy the stylesheet for the "Accept Call" Button, display notify text for voip calls too.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8286 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 16:02:16 +00:00
csoler
a1082e9f41 fixed bug due to using a static in the wrong place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8285 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 21:44:29 +00:00
csoler
e27ff0698e added testing button for incoming TOR connections ;-)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8284 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 21:12:48 +00:00
electron128
18a4bef840 added additional button to show statistics window in settings->node
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8283 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 11:18:55 +00:00
electron128
f803f1552c reduce memory corruption in voip plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 09:31:26 +00:00
electron128
807b7378df improved GenCertDialog (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8281 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 09:03:58 +00:00
thunder2
5d194d2a9a Fixed layout of the ip addresses in ConfCertDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8280 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 22:17:09 +00:00
csoler
c462801772 fixed black background in statistics with qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 19:50:10 +00:00
thunder2
98c6097767 Fixed default style for Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 00:05:47 +00:00
thunder2
69c1df7e2d - Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase
- Added group changed notify when visible count or suppliers count of a group has changed
- Fixed suppliers count

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:40:19 +00:00
csoler
1f759c4004 removed a few redundant return statements
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:29:50 +00:00
csoler
13ff39429e * Renamed RS_TLVKEY_DISTRIB_PRIVATE into *_PUBLISH, as it is used as such.
* Allow to check signatures and validate groups using private keys in GxsSecurity
* removed inconsistency in key flags when full keys where mixed up with publish keys.

This should fix the following bugs:
* channel owners did not receive posts from other peers who have publish rights
* channels sometimes not gettign through



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8275 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:28:46 +00:00
electron128
252424932c fixed voip video
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 17:53:11 +00:00
csoler
7d324569ca suspended unfinished code to determine TOR status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8273 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 19:12:15 +00:00
defnax
e7c96af8ab changed notify text for incoming video call on Chat Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 16:57:56 +00:00
electron128
48ad51d040 fixed start of RsThreads
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 08:51:23 +00:00
electron128
66345f5a8c improved IdEditDialog: added explanation text, removed unused space
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8270 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 13:18:42 +00:00
electron128
699dc50b3f in ChatLobbyWidget: show dialog to create a new identity when there is no own identity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8269 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 10:13:32 +00:00
csoler
789b76f7b4 added a button to clear the IP address list. Also started to add diagnostic for TOR status. This is unfinished so it does not work yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8268 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 10:00:00 +00:00
csoler
bcf0c9a9ed improved layout of server (network) and transfer config pages. Removed some useless options (enable turtle), and added some tooltips
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8267 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 13:59:26 +00:00
electron128
989ca378d7 webui: show a warning if JavaScript is disabled, show a warning when not connected to the server
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 12:22:06 +00:00
electron128
66242ce068 show if TCP connection is incoming or outgoing (modified patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 11:19:53 +00:00
electron128
3d3a163a75 show info about node creation after import of pgp key (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8264 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 09:33:06 +00:00
csoler
514dd91fe6 fixed compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8263 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 20:46:00 +00:00
csoler
4421dfac3a fixed dependencies and added logo into webUI files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 18:22:20 +00:00
csoler
e7c52157e4 updated rules so as to include webui files in rs-nogui package
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 17:12:27 +00:00
csoler
c5f5756be6 updated ubuntu/debian changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 17:02:45 +00:00
csoler
7fd2b214d5 force loading of own ID to get a proper name to display in chat lobby dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 16:15:45 +00:00
csoler
76fdbce10d improved alignment of IPs in friend list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 14:45:44 +00:00
csoler
1560da7ad9 improved layout of forum thread widget. Removed one almost empty line. Hide unscribe button when already subscribed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 14:30:37 +00:00
csoler
ef8291e226 updated names of transfers and server pages in config
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:46:33 +00:00
csoler
fd992161e1 draw bottom legend after data curves in RSGraphWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:35:51 +00:00
csoler
0e16733ce0 only show relevant entries in statistics graphs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:12:46 +00:00
csoler
819c7b66c5 improved RSGraphWidget to take the current time as reference for all curves
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 12:40:47 +00:00
csoler
487a52a669 fixed PGP/SSL key size combo box (patch from sehraf, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 10:19:57 +00:00
csoler
723d540ce3 fixed text in transfers dialog popup menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:57:35 +00:00
csoler
82d530b990 disable signature checkbox when the certificate only has self signature
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:35:39 +00:00
csoler
a955cbfc09 changed the text from me to you
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8249 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:33:54 +00:00
csoler
dcbcd4f556 fixed bug in global router causing SIGSEGV in some cases
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-14 13:44:57 +00:00
electron128
c01680808f replace identity with profile in GernCertDialog (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-14 13:18:58 +00:00