Denis Ryabov
00ae4b712d
fix work when dht is not loaded yet
10 years ago
Denis Ryabov
ace69ca57e
;;->;
10 years ago
Denis Ryabov
080ac30468
improve search
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
c500409517
future-friendly filter ("not dm" instead of unclear "rt AND NORMAL")
10 years ago
Denis Ryabov
ab48764e38
add search method
10 years ago
Denis Ryabov
171fef62c5
add aging for hashtags
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
miguelfreitas
5acee892e5
Merge pull request #251 from benhc123/patch-4
...
Changed copyright date and title
10 years ago
Ben Holden-Crowther
38cc17d0d0
Changed copyright date and title
...
Changed date from 2013 to 2014 and bitcoin developers to twister developers.
10 years ago
miguelfreitas
5e7bf6dd34
Merge pull request #250 from benhc123/patch-3
...
Added license section
10 years ago
benhc123
ec62b794bd
Added license section
...
With link to license file.
10 years ago
Miguel Freitas
38052af55d
handle block db inconsistency more nicely
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
8e81548ca0
try adding -ldl to libs if standard openssl test fails (patch submitted upstream)
10 years ago
Miguel Freitas
58f823b3de
use BOOST_CPPFLAGS and BOOST_LDFLAGS
10 years ago
Miguel Freitas
81b24c01c7
check support for gcc flag -mstackrealign before using it
10 years ago
miguelfreitas
b09ad3e4c4
Merge pull request #242 from patcon/contributing-md-comm-chans
...
Add communication channels in a CONTRIBUTING.md.
10 years ago
Patrick Connolly
1a66265a5b
Add communication channels in a CONTRIBUTING.md.
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
ed68411ed1
updated all ax_boost* detection scripts from upstream
11 years ago
Miguel Freitas
201328d62a
0.9.23
11 years ago
Miguel Freitas
17207a8064
move refresh period settings to a single place and add some notes about it.
11 years ago
miguelfreitas
8ffcef4a5c
Merge pull request #235 from dryabov/dht_refresh_1
...
faster DHT refresh 2
11 years ago
Denis Ryabov
f08567e650
unify style
11 years ago
Denis Ryabov
2e17020e46
Merge branch 'master' of git://github.com/miguelfreitas/twister-core into dht_refresh_1
...
Conflicts:
libtorrent/include/libtorrent/ptime.hpp
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
Miguel Freitas
acb6f8ea62
gitian linux static building
11 years ago
Miguel Freitas
b0e35d2c7f
change order for static lib compatibility
11 years ago
Miguel Freitas
b21af7d18b
compile mingw executables static
11 years ago
Miguel Freitas
ac9e5f5d30
native windows executables using gitian. win32 and win64.
11 years ago
Miguel Freitas
f457d9d863
mingw fix
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
Miguel Freitas
a358a677ab
host checks from bitcoin upstream needed to cross-compile leveldb.
...
(OSX users must check if i didn't break anything)
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
Denis Ryabov
3b0294497b
now it works
11 years ago
Miguel Freitas
0c03bb2ff2
win32 has no pthread_self
11 years ago
Miguel Freitas
ec2694bf0d
win32 doesn't like pid_t
11 years ago
Miguel Freitas
92ea5ff97a
merge upstream patch r8983 (merged mingw build fixes from RC_0_16)
11 years ago
Denis Ryabov
dc275c0b29
fix saving of dht item
11 years ago