Cyril Soler
|
874f304cd2
|
Merge pull request #167 from G10h4ck/pqicleaning
Removed some cruft like mymethod(){return;} from pqi
|
2015-11-26 14:48:30 -05:00 |
|
electron128
|
413cee375c
|
set buffer size for reading config signatures to the size of the computed signature. This fixes the load of the configuration for locations created after 8e6c7cd .
|
2015-11-06 19:50:59 +01:00 |
|
AsamK
|
0e2417dfd7
|
Hide debug messages from p3historymgr
|
2015-11-05 15:15:41 +01:00 |
|
Gio
|
8936dafe4d
|
Remove unnecessary overloading from pqissllistener
|
2015-10-30 20:12:46 +01:00 |
|
Gio
|
bb7cfc6387
|
Remove more cruft
|
2015-10-30 09:42:33 +01:00 |
|
Gio
|
30e40470e2
|
Removed some cruft like mymethod(){return;} from pqi
|
2015-10-30 09:23:59 +01:00 |
|
Gioacchino Mazzurco
|
71073c19b6
|
Respect passed parameters in unix_socket
|
2015-10-23 10:53:31 +02:00 |
|
csoler
|
1d1904cae1
|
added missing memory clean calls in X509 certificate generation
|
2015-10-20 21:03:08 -04:00 |
|
Cyril Soler
|
24a685f5a2
|
Merge pull request #148 from G10h4ck/unsanelan
Removed flawed logic samenet/samesubnet
|
2015-10-20 18:03:06 -04:00 |
|
Sergei Reznikov
|
34758be52a
|
Add Haiku support
|
2015-10-20 20:32:44 +03:00 |
|
Gio
|
16a5eed453
|
Removed flawed logic samenet/samesubnet you cannot determine if two ip are in the same subnet just from ips the internet is not just a bunch of /24
|
2015-10-17 10:27:49 +02:00 |
|
csoler
|
f1f722a767
|
added missing shutdown of non responsive socket that could leak FDs (suggested by GuessWho
|
2015-10-07 19:08:35 -04:00 |
|
csoler
|
39672b2df6
|
fixed typo causing non free of mutex_buf structure in pqissl.cc
|
2015-10-07 18:59:58 -04:00 |
|
Gio
|
e83ae76320
|
pqiconnect remove ni NULL pointer check as it would crash anyway for null pointer dereferencing before checking
|
2015-09-27 21:51:06 +02:00 |
|
Gio
|
28b9a443a2
|
Write in a sane way pqissl::connect_parameter
|
2015-09-27 21:51:06 +02:00 |
|
Gio
|
b16ecc89c8
|
Remove some garbage from pqissl
|
2015-09-27 15:38:31 +02: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 |
|
csoler
|
7293cd3afa
|
updated ubuntu changelog
|
2015-09-21 22:58:58 -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
|
1dd3375c59
|
hide debug output
|
2015-09-15 17:14:55 +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
|
fed43450ae
|
made server settings more generic and added i2p support
|
2015-09-07 23:01:24 +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 |
|
AsamK
|
5dad1680e6
|
Implement history for distant chat
Uses the same history config as private chat
|
2015-08-28 01:29:34 +02:00 |
|
defnax
|
6e1a8fac10
|
Merge pull request #21 from AsamK/lobby_history
Store lobby history on disk
|
2015-08-27 18:43:28 +02:00 |
|
csoler
|
58d29c3ee2
|
fixed error message in pqissl::cansend()
|
2015-08-22 10:32:04 -04:00 |
|
csoler
|
2e08dde32b
|
additional check for pqissl::sockfd before using it (patch from Jenster)
|
2015-08-15 10:09:16 -04:00 |
|
csoler
|
3084d2a5ee
|
improved security message in console for whitelisted peers
|
2015-08-13 21:49:57 -04:00 |
|
AsamK
|
45e1e81d9c
|
Store chat lobby history on disk
|
2015-08-07 19:00:04 +02:00 |
|
csoler
|
2a47095599
|
removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs
|
2015-07-31 17:24:19 +02:00 |
|
thunder2
|
c76141ed65
|
Added missing initialization in
- pqissl
- pqissludp
- PeerConnectStateBox
- RsTlvBanListEntry
- RsServer
- TcpStream
- PGPCertificateInfo
- peerConnectAddress
- AudioInputConfig
- SpeexInputProcessor
- xProgressBar
- TBoard
Removed unused member:
- xProgressBar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8611 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 11:03:18 +00:00 |
|
csoler
|
989f80786e
|
saving current work on new bandwidth display. Still need to add names for services/peers, and use an appropriate curve style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 03:04:36 +00:00 |
|
thunder2
|
f36b12c90f
|
Added missing restore of ostream format (std::dec) in p3ServiceServer::sendItem.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8604 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 21:51:17 +00:00 |
|
csoler
|
9471a91795
|
added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 04:04:18 +00:00 |
|
thunder2
|
014e78dd8c
|
Fixed possible crash in ServiceControlSerialiser by checking return value of dynamic_cast.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8593 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 01:02:43 +00:00 |
|
csoler
|
d81a1c3900
|
removed useless debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8548 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-23 19:36:47 +00:00 |
|
thunder2
|
4d364042ad
|
Added destructor to p3LinkMgrIMPL.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8528 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-18 17:05:02 +00:00 |
|
thunder2
|
71cae5921c
|
Fixed using uninitialized variable in p3HistoryMgr::setSaveCount.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8517 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-18 10:39:49 +00:00 |
|
thunder2
|
73778c92d8
|
Fixed using uninitialized variable in p3HistoryMgr::setEnable.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8516 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-18 10:36:52 +00:00 |
|
electron128
|
e5425f31dc
|
removed unused branch and dummy function in pqihandler
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-17 09:07:45 +00:00 |
|
electron128
|
edf6b3e495
|
removed pqisecurity dummy functions. It is a packet filter which was never implemented. It's job is now done by service permissions.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-17 08:49:43 +00:00 |
|