csoler
|
5fe39248f8
|
fixed compilation on windows
|
2021-12-19 20:22:04 +01:00 |
|
csoler
|
37d4e4f3df
|
attempt to fix compilation on windows
|
2021-12-19 17:44:23 +01:00 |
|
csoler
|
6048a9a011
|
attempt to fix compilation on windows
|
2021-12-19 16:52:43 +01:00 |
|
csoler
|
40b965cab1
|
improved display of tor process completion
|
2021-12-18 21:30:58 +01:00 |
|
csoler
|
af4c948024
|
fixed some bugs in TorControl
|
2021-12-17 16:54:44 +01:00 |
|
csoler
|
d9368507a9
|
fixed a few bugs in torcontrol socket methods
|
2021-12-15 22:15:52 +01:00 |
|
csoler
|
1c576411fb
|
fixed control port reading
|
2021-12-10 18:01:21 +01:00 |
|
csoler
|
1571446a2e
|
debugged pipe system with tor executable
|
2021-12-10 16:29:10 +01:00 |
|
csoler
|
b323a1635e
|
fixed compilation. Qt is completely gone
|
2021-12-06 22:33:50 +01:00 |
|
csoler
|
e75d312724
|
removed lots of signals/slots
|
2021-12-05 22:14:19 +01:00 |
|
csoler
|
bb37e2692b
|
removed more QString, QHostAddress, QFile, QDir,...
|
2021-12-05 00:02:12 +01:00 |
|
csoler
|
b03802fa1b
|
turned TorProcess into a non-Qt object, using built-in popen3 system
|
2021-12-02 23:15:06 +01:00 |
|
csoler
|
d7afbea1dd
|
progress in using ByteArray+std::string
|
2021-12-01 23:05:16 +01:00 |
|
csoler
|
3845dc1ea7
|
added new files
|
2021-11-22 20:06:01 +01:00 |
|
Phenom
|
91a35f4a21
|
Change some code according G10h4ck remarks.
|
2021-11-06 00:32:36 +01:00 |
|
Phenom
|
81d2ddd7c7
|
Enable IPv6 DNS ExtIpFinder
Now empty node with only IPv6 can connect to other.
|
2021-11-05 22:48:41 +01:00 |
|
Gioacchino Mazzurco
|
b659643748
|
Attempt to fix non sam3 builds
|
2021-10-25 15:50:19 +02:00 |
|
csoler
|
3ddf3d0853
|
Merge pull request #2132 from sehraf/pr_add_i2p_sam3
Replace I2P BOB with SAMv3
|
2021-10-24 20:39:22 +02:00 |
|
Gioacchino Mazzurco
|
67c607cb32
|
Fix Android compilation
|
2021-03-23 23:16:31 +01:00 |
|
sehraf
|
1fa16aa6eb
|
SAM3: fix double free
|
2021-03-16 21:15:31 +01:00 |
|
sehraf
|
c869b9757f
|
drop BOB code
|
2021-03-16 21:15:31 +01:00 |
|
sehraf
|
25cb152a7e
|
make pqissl notice bad file descriptor
|
2021-03-16 21:15:31 +01:00 |
|
sehraf
|
eb0aa340e3
|
remove i2psam (library) support
|
2021-03-16 21:15:30 +01:00 |
|
sehraf
|
10189ba4d0
|
add i2psam3
|
2021-03-16 21:15:30 +01:00 |
|
jolavillette
|
b8b3d7515c
|
add missing mutex locks around free_pend calls in pqistreamer.cc
|
2021-02-22 09:04:33 +01:00 |
|
csoler
|
36e063160c
|
removed some debug messages
|
2021-02-20 20:29:30 +01:00 |
|
csoler
|
8e64a07efc
|
Merge pull request #2285 from jolavillette/pqihandler-bwctrl-bugfix
Fix bug in pqihandler preventing UP BW management when bwctrl service is OFF
|
2021-02-08 09:49:58 +01:00 |
|
csoler
|
d9721746c3
|
Merge pull request #2287 from csoler/v0.6-BugFixing_8
Added early check of ExtAddrFinder and notify about its results
|
2021-02-08 09:45:31 +01:00 |
|
csoler
|
abe3527635
|
update friends IP from own net info sent by discovery
|
2021-02-06 21:42:07 +01:00 |
|
csoler
|
251d022ae1
|
attempt to fix error in setting external port when guessing external IP
|
2021-02-04 22:22:21 +01:00 |
|
csoler
|
6c83b5cd27
|
added double check in ext IP hack to avoid re-calling UpdateOwnAdress()
|
2021-02-04 16:12:18 +01:00 |
|
csoler
|
d87de5121a
|
small fix to make setLocalAddress() and setExtAddress() also call mPeerMgr-UpdateOwnAddresses()
|
2021-02-03 23:35:23 +01:00 |
|
csoler
|
67cf8baf77
|
added early check of ExtAddrFinder and notify about its results
|
2021-02-03 22:36:24 +01:00 |
|
jolavillette
|
725094e9be
|
Fix bug in pqihandler preventing proper BW management when bandwidth ctrl service is OFF
|
2021-02-03 09:38:35 +01:00 |
|
RetroPooh
|
c4ca513791
|
disable some spam debug
(cherry picked from commit 70f9aa5d63b4c14f372c0d70ec9baef91450882e)
|
2021-02-01 11:56:22 +03:00 |
|
csoler
|
70a536b13e
|
Merge pull request #2251 from csoler/v0.6-BugFixing_7
Additional fixes for 0.6.6
|
2021-01-30 19:55:01 +01:00 |
|
csoler
|
6ebea19087
|
added check for group/friends consistency at loadign time
|
2021-01-25 21:13:37 +01:00 |
|
Phenom
|
b2baf89758
|
Fix NickName in Chat Lobby when starting
|
2021-01-22 15:56:20 +01:00 |
|
csoler
|
dca8a5a91d
|
fixed bug in chat history causing lots of gibberish output to the console
|
2021-01-14 22:35:08 +01:00 |
|
csoler
|
7b2f6a3439
|
Merge pull request #2213 from jolavillette/bandwidthOptim
bandwith management optimization
|
2021-01-12 19:35:43 +01:00 |
|
jolavillette
|
df7de80914
|
restore smooth increase of up bw, and restore the use of the maximum down bw advertised by peer via BwCtrl
|
2021-01-12 10:12:11 +01:00 |
|
csoler
|
faa09ea55a
|
fixed small memleak in authssl
|
2021-01-10 21:09:14 +01:00 |
|
jolavillette
|
45a1c7af24
|
bandwith management optimization
|
2021-01-10 15:55:38 +01:00 |
|
csoler
|
2a3fa76256
|
added missing delete of X509 cert at loading time
|
2020-12-23 21:12:05 +01:00 |
|
csoler
|
d28665df18
|
added missing delete in authssl.cc
|
2020-12-23 20:47:28 +01:00 |
|
Phenom
|
4340b1a04a
|
Fix Friend Request Toaster
|
2020-12-14 17:33:08 +01:00 |
|
csoler
|
115dd1cf5f
|
removed unused variable _item_count in pqiqos
|
2020-11-20 10:33:18 +01:00 |
|
csoler
|
3d958a7592
|
moved event to the right place for detecting change in local address
|
2020-11-11 22:43:07 +01:00 |
|
csoler
|
9a2749dbe5
|
added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested)
|
2020-11-09 22:42:28 +01:00 |
|
Phenom
|
b1129df077
|
Change Chat History Dialog to no modal.
It will be updated when new message comes.
|
2020-11-07 18:09:50 +01:00 |
|