miguelfreitas
82f305403c
Merge pull request #290 from dryabov/patch-2
...
More checks to be sure DM is in new format
10 years ago
Denis Ryabov
c5c7cde4a0
Update twister.cpp
...
More checks to be sure DM is in new format
10 years ago
miguelfreitas
69ad1d73c9
Merge pull request #289 from dryabov/patch-1
...
Fix Issue #285
10 years ago
Denis Ryabov
85c380ca6e
Fix Issue #285
...
Fix case of msg is successfully "bdecoded", but it is not lazy_entry dictionary actually.
10 years ago
miguelfreitas
94d29f8409
Merge pull request #284 from gubatron/unnecessary-if-statement
...
unnecessary if statement
10 years ago
gubatron
861e5d8d20
unnecessary if statement
10 years ago
Miguel Freitas
377870f92e
trying some new chainparams
10 years ago
Miguel Freitas
8a89202952
0.9.26
10 years ago
Miguel Freitas
6a15c24f6a
add padding and random order to DMs copy-to-self
10 years ago
Miguel Freitas
4a0a21550b
implement directmessage's copy-to-self to sync DMs between twister instances.
...
based upon @dryabov patches and long discussion in PR#258, see:
https://github.com/miguelfreitas/twister-core/pull/258/files
10 years ago
miguelfreitas
c1274dcb20
Merge pull request #272 from dryabov/fix_path_utf8_convert
...
Fix path utf8 convert
10 years ago
miguelfreitas
146a93212c
Merge pull request #270 from iShift/patch-3
...
fix os x path
10 years ago
miguelfreitas
966513220f
Merge pull request #267 from catap/hmac_0.9.9
...
Compability with OpenSSL < 0.9.9
10 years ago
miguelfreitas
f62eae199a
Merge pull request #265 from himynameismartin/patch-1
...
Added C++ syntax highlighting
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
miguelfreitas
00b67caea4
Merge pull request #260 from dryabov/search
...
add search method
10 years ago
miguelfreitas
e147c80d9e
Merge pull request #262 from dryabov/dht_putdata_size
...
increase allowed size of putData request
10 years ago
miguelfreitas
f8e92b7302
Merge pull request #257 from dryabov/top_hashtags
...
add aging for hashtags
10 years ago
Denis Ryabov
edbc39f32f
print error messages
10 years ago
Denis Ryabov
261219d30f
Windows: fix wrong convertion of path from utf8 to ansi in libtorrent's create_directory (GetDataDir() returns string in correct code page)
10 years ago
iShift
866c993f86
fix os x path
10 years ago
Denis Ryabov
7bdfbdec95
fix time of far-future messages
10 years ago
Kirill A. Korinskiy
606bc30522
Compability with OpenSSL < 0.9.9
...
HMAC_* don't return error code before 0.9.9. See details here:
87d52468aa
10 years ago
himynameismartin
e7b1caca9e
Added C++ syntax highlighting
10 years ago
Denis Ryabov
4e47b5666e
filter directmsgs by age
10 years ago
Denis Ryabov
2706e713a0
fix case-insensitive search
10 years ago
Denis Ryabov
0a25bdead9
fix description
10 years ago
Denis Ryabov
ecb13bbd0e
fix access to stack var
10 years ago
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