Miguel Freitas
0bd6bc4807
remove deprecated putData function from libtorrent
11 years ago
Miguel Freitas
5af649a58a
add consistency checks to node_impl::putDataSigned and a flag to mean that locally generated content should be kept for periodic refresh.
11 years ago
Miguel Freitas
7651134016
move dhtput signing to outside libtorrent.
...
old function (ses->dht_putData) is likely to be removed, i can't think of any use for it right now.
11 years ago
Miguel Freitas
67fd2184cd
refactor m_dhtgetMap with 3 helper functions. now allow multiple listeners per targethash.
11 years ago
miguelfreitas
5a2b4dd3ff
Merge pull request #223 from thierry-FreeBSD/master
...
Adding a Makefile for FreeBSD, without using the bundled leveldb
11 years ago
thierry-FreeBSD
e3ce8e18b7
Do not define be32dec / le32dec on FreeBSD, since they are already defined in sys/endian.h
11 years ago
thierry-FreeBSD
09d2cf44fb
Adding a Makefile for FreeBSD, without using the bundled leveldb
11 years ago
Miguel Freitas
2d23677f40
use shared_ptr for libtorrent::session. fix #217 .
11 years ago
miguelfreitas
e3ab5f8d5d
Merge pull request #219 from moldcraft/patch-1
...
Fixed invalid Dockerfile link
11 years ago
moldcraft
026d08cf79
Fixed invalid Dockerfile link for docker
11 years ago
Miguel Freitas
1e6f152de0
Merge branch 'master' of github.com:miguelfreitas/twister-core
11 years ago
miguelfreitas
1fce73fd0e
Merge pull request #209 from digital-dreamer/rss-fix-time_t
...
Properly escape xml characters
11 years ago
Miguel Freitas
3931001e9b
fix getpost memory leak. fixes miguelfreitas/twister-html#161
11 years ago
Miguel Freitas
adbdd709b4
update old makefiles as well
11 years ago
miguelfreitas
d9dfa19c6f
Merge pull request #208 from digital-dreamer/rss-fix-time_t
...
RSS addition - fix for 32bit systems
11 years ago
digital dreamer
a5f670ed96
properly escape xml characters
11 years ago
digital dreamer
87e4b60008
fix possible compile error with implicit time_t conversion
11 years ago
Miguel Freitas
4c5c9cf3fc
safe fallback when boost-regex is not found
11 years ago
miguelfreitas
3d0519adfa
Merge pull request #204 from digital-dreamer/rss
...
RSS feed support
11 years ago
digital dreamer
a6505ddcf9
use twister.conf argument to enable direct messages
11 years ago
Miguel Freitas
e10250e0c7
preparing documentation to remove the hardcoded user/pwd from twister-html
11 years ago
Miguel Freitas
08cdee8999
contrib update
11 years ago
Miguel Freitas
8f03692074
wait twister threads to finish before destroying libtorrent session object.
...
may fix #200 .
11 years ago
digital dreamer
bb544a21b4
parse query as parameter map
11 years ago
digital dreamer
cc13358b73
rss authentication
11 years ago
digital dreamer
80a60a2095
add RSS support
11 years ago
Miguel Freitas
5eb40d9ffd
don't assume the fastest dht node to be the most up-to-date on a given resource.
...
that is, now we also enable multiple replies collecting for non-multi entries.
default parameter is a very small timeout for additional replies: that's a tradeoff between probability of getting an older value x slowing the UI.
11 years ago
miguelfreitas
a94526db24
Merge pull request #198 from erqan/hashtag-fix
...
added ' and ; to hashtag delimiters
11 years ago
erqan
33686c6fc5
added more delimiters for hashtag
11 years ago
erqan
7e4e6cbd2f
added ' and ; to hastag delimiters
11 years ago
miguelfreitas
9a40ba3f32
Merge pull request #196 from Erkan-Yilmaz/master
...
typo
11 years ago
Erkan-Yilmaz
7a4c18fe7d
typo
11 years ago
miguelfreitas
76c827967d
Merge pull request #193 from turicas/master
...
Add a Dockerfile
11 years ago
miguelfreitas
163d8603d2
Merge pull request #192 from daviewales/patch-1
...
Update build-osx.md: Add mkdir
11 years ago
Álvaro Justen (@turicas)
63cec0daf3
Update README with instructions for using docker
11 years ago
Álvaro Justen (@turicas)
a7b9aa096e
Add a Dockerfile to easily build Twister
11 years ago
David Wales
2e8a71bf31
Update build-osx.md: Add mkdir
...
mkdir line added in line 97 to prevent the following error:
-bash: /Users/dwales/.twister/twister.conf: No such file or directory
11 years ago
miguelfreitas
3ff3ef1175
Merge pull request #188 from dryabov/master
...
disable cross-domain requests
11 years ago
Denis Ryabov
35bf35a50c
disable cross-domain requests
11 years ago
Miguel Freitas
fdb08e9ca0
make debug.log less verbose by default
11 years ago
Miguel Freitas
d4b1c9b569
check HAVE_BOOST_LOCALE and fix compilation when boost-locale is not available
11 years ago
miguelfreitas
f38b97ddf3
Merge pull request #175 from dryabov/master
...
an attempt to fix issue #111 of twister-html
11 years ago
Denis Ryabov
f11206b3a3
print BOOST_LOCALE_LIB in summary
11 years ago
Denis Ryabov
12f74e2bbc
Merge branch 'master' of git://github.com/miguelfreitas/twister-core
...
Conflicts:
Makefile.am
11 years ago
miguelfreitas
30280ba224
Merge pull request #186 from iShift/patch-2
...
Update README.md with calm link
11 years ago
iShift
ca32b8cac1
Update README.md
...
#136 add link to calm theme
11 years ago
miguelfreitas
6d1e5a40b1
Merge pull request #183 from digital-dreamer/public-server
...
Public server mode
11 years ago
digital dreamer
b1ace5cc69
add public server mode
11 years ago
Miguel Freitas
03b1371190
use DB_CXX_HEADER. fix #114
11 years ago
miguelfreitas
3f16049a3a
Merge pull request #182 from kdomanski/build-chrono
...
fixed linking against boost chrono
11 years ago