ghost
9a0d8cb79f
upgrade fm construction #11
10 months ago
KN4CK3R
db25042269
Fix compilation errors.
3 years ago
Chocobo1
55ece85ce9
Fix building libtorrent with boost >= 1.70
...
Closes #435 .
Closes #437 .
4 years ago
Miguel Freitas
31faf3f63e
[PATCH] fix boost-1.69 build of twister/libtorrent (thanks lxoliva)
5 years ago
Simon Grim
19364110b5
fix boost-1.67 build
6 years ago
erqan
575e929d29
boost 1.66 patch...
7 years ago
Miguel Freitas
7eabdcaab0
remove unused code (related to #406 )
8 years ago
erqan
dd4f5a1769
quick fix for #387
8 years ago
Miguel Freitas
10079adfde
don't bother Arvid with our bastard fork :-)
9 years ago
Miguel Freitas
aa04f7e4e2
warning fix
9 years ago
Miguel Freitas
1c95fa8cd9
implement new peek / hashcash extension in our libtorrent fork
...
discussion here: https://groups.google.com/d/msg/twister-dev/oDKUr9oOBHg/6rzqqKoUCQAJ
9 years ago
Miguel Freitas
187e052240
backport from upstream: fixed uTP vulnerability
...
677e642754
9 years ago
Miguel Freitas
cfa194b3f8
port lazy_bdecode from upstream to 'fix bound-checking issue in bdecoder'
...
c821b9eb0e
9 years ago
Miguel Freitas
33a4e14941
sync lazy_bdecode to 0.16 branch before applying security fix
9 years ago
erqan
4bb3be93b2
building for ios on linux
9 years ago
Miguel Freitas
2668b4d832
keep track of torrent location (n,k) for direct messages as well.
...
this way we may check for piece delivery to the network.
10 years ago
Miguel Freitas
1056d874bf
introducing a new torrent piece property to be persisted on disk: max_seen
...
is the maximum availability (peer count) ever seen for this piece.
new rpc getpiecemaxseen.
10 years ago
erqan
5fa729fc47
adding new methods for public and private favorites
10 years ago
Miguel Freitas
57b554f7cf
add another flag field to getposts to allow selecting only DMs or RTs.
...
hint: to get (encrypted) DM posts use values "2 2"
10 years ago
Miguel Freitas
a977b88895
update ip_voter from upstream to get this nice maybe_rotate method.
...
now the new ip can finally gain over a well voted old ip.
10 years ago
Miguel Freitas
04384df7c4
report the two local/external addresses we know about (which should be the same)
...
in 'getinfo' rpc. i believe this should help debugging dht connectivity problems
when we change networks, or router gets a new ip etc.
10 years ago
Bernard Spil
cacca0a56c
Fix build with LibreSSL
...
LibreSSL includes work slightly different, need to specifically rand.h was not included making build fail where RAND_add is used
10 years ago
Miguel Freitas
d47fa93bb9
android build fixes
10 years ago
Miguel Freitas
4a365f68b4
fix for picky compiler complaining about no return
10 years ago
Miguel Freitas
fecaa56ea1
fix strange android compilation failure (The file boost/detail/endian.hpp needs to be set up for your CPU type)
10 years ago
Miguel Freitas
7bc233c1a7
fix compilation for android which uses boost::posix_time::ptime (TORRENT_USE_BOOST_DATE_TIME)
10 years ago
Miguel Freitas
b8e264f4d1
0.9.28: better enforcement of DHT upload rate limit for non-locally generated requests.
...
the limit applies to: DHT replies, refreshes of stored items, checking for status/tracker and proxy server.
local requests (eg. dhtgets from the UI) are excluded from this limit, so user experience is not affected.
in other words: we limit only the band contributed back to twister network for maintenance tasks.
this should improve resilience against some sorts of denial-of-service attacks and also
prevents saturating the uplink as observed recently.
10 years ago
Miguel Freitas
4d43c08a5b
ignore far-future message in getposts
10 years ago
Miguel Freitas
a7e9b67e37
don't accept DHT posts with time in far-future.
...
(timeline still need to be fixed though)
10 years ago
Denis Ryabov
00ae4b712d
fix work when dht is not loaded yet
10 years ago
Denis Ryabov
701d84e7f8
increase allowed size of putData request (size of 140-characters UTF-8 message may be up to 140*4=560 bytes)
10 years ago
Denis Ryabov
ab48764e38
add search method
10 years ago
Miguel Freitas
c7e35d86a2
dont assume the DHT item storage is confirmed just because we got some results back,
...
compare the contents instead. should improve reliability of mentions.
10 years ago
Miguel Freitas
5b3fb45b81
disable assert since "there are ways for this to happen legitimately". should fix #176
10 years ago
Miguel Freitas
3b0633fad4
global dht traffic seems too high: implement probabilistic refresh for users that post too much.
...
this should reduce the traffic for now but me may want to tweak these settings later.
the most recent posts are priorized regardless of how much the user posts.
10 years ago
Miguel Freitas
17207a8064
move refresh period settings to a single place and add some notes about it.
11 years ago
Denis Ryabov
f08567e650
unify style
11 years ago
Miguel Freitas
7240fee4e9
update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32.
...
still one assert from disk_io_thread must be commented out to avoid aborting.
11 years ago
Miguel Freitas
c9d6b2d0af
fix mingw32 sse2 crash and assertion failure (winxp)
11 years ago
Denis Ryabov
ccf6634d41
less aggresive dht refresh
11 years ago
Denis Ryabov
79be353eed
remove refresh_per_tick_limit based logic in flavour of 100ms delay
11 years ago
Denis Ryabov
dc7c4e5627
fix store/load confirmed field
11 years ago
Denis Ryabov
683f55f8d2
confirmation for local items only
11 years ago
Denis Ryabov
785d05f10c
simpler expression for random diffusion
11 years ago
Denis Ryabov
847659f7dd
update refresh time on confirm
11 years ago
Denis Ryabov
601e0422e4
prevent flow of unconfirmed requests after twister start
11 years ago
Denis Ryabov
1945adaddf
check for empty response
11 years ago
Denis Ryabov
066435719d
limit refreshes per tick to refresh_per_tick_limit=20, fix boost::ref(item)
11 years ago
Denis Ryabov
61b057175f
wait 1 minute before start refreshing
11 years ago
Denis Ryabov
43c84cae6c
fix logic
11 years ago