BHC
de5be8b703
License date
...
updated in readme
7 years ago
Miguel Freitas
6b157f10c0
address EVP_CIPHER_CTX opaque type compilation problem with newer openssl versions.
...
should fix #406
8 years ago
Miguel Freitas
7eabdcaab0
remove unused code (related to #406 )
8 years ago
Miguel Freitas
a256ebb2c3
Update m4 to fix #404
8 years ago
Miguel Freitas
b509c20260
another soft checkpoint update
8 years ago
Miguel Freitas
d09d5f58be
updating soft checkpoints
8 years ago
Miguel Freitas
063ef694ca
updating node list for soft checkpoints
8 years ago
miguelfreitas
3bcf8aaacc
Merge pull request #398 from deavmi/patch-1
...
Is this correct?
8 years ago
Tristan B. Kildaire
970728d43b
Is this correct?
8 years ago
miguelfreitas
c89c44ea22
Merge pull request #397 from shaman/master
...
rollback #396 : the solution doesn't work on another machines.
8 years ago
eugene
cce05e4f5f
rollback #396 : the solution doesn't work on another machine.
8 years ago
miguelfreitas
0b8b5da545
Merge pull request #396 from shaman/master
...
last instructions doesn't work on MacOS X Sierra
8 years ago
miguelfreitas
57da812564
Merge pull request #395 from slr/patch-autotool.sh
...
add handling of empty LIBTOOLIZE env variable to autotool.sh
8 years ago
eugene
eea1012780
oops, forgot about logging and ssh
8 years ago
eugene
dad8d95335
last instructions doesn't work on MacOS X Sierra
8 years ago
Сёма Мрачный
3a660bc649
add handling of empty LIBTOOLIZE env variable to autotool.sh
...
fix for miguelfreitas/twister-core#393
8 years ago
miguelfreitas
30a5ebafa6
Merge pull request #391 from erqan/groups
...
enables readding a group key by `rescandirectmsgs` and `creategroup`
8 years ago
erqan
23786984b7
version bumping
8 years ago
erqan
f0af136a5d
import group key with creategroup
8 years ago
erqan
baf5be5c13
enables readding a group key by
8 years ago
miguelfreitas
d214994b12
Merge pull request #388 from erqan/fix-#387
...
quick fix for #387
8 years ago
erqan
dd4f5a1769
quick fix for #387
8 years ago
Miguel Freitas
11155b622f
support store/retrieval of additional 'mimetype' field in shortened urls.
...
'decodeshorturl' now returns an array instead of a single string, so
it breaks compatibility. as we've just been playing with the 'blaster'
branch of twister-html that's not a big deal.
9 years ago
Miguel Freitas
54b1d9e9a3
longer posts support (>140 utf8 characters). fix #76 .
9 years ago
Miguel Freitas
a00dfcf247
experimental RPC to shorten URLs and decoded shortened twister URI to the original URL
9 years ago
Miguel Freitas
cb020faba8
RPC newpostcustom allows buiding post with custom defined fields
9 years ago
miguelfreitas
4d59ebe2ab
Merge pull request #376 from AnomalyUK/authorstream
...
author parameter to rss
9 years ago
Anomaly UK
d048d86300
Match indentation style
9 years ago
Anomaly UK
7387619c2b
author parameter to rss
...
optional parameter "author" to rss request so you can request posts
just by a single author
9 years ago
miguelfreitas
69f90bca04
Merge pull request #367 from erqan/patch-1
...
fixing help text...
9 years ago
erqan
83d2413de7
fixing help text...
9 years ago
Miguel Freitas
f9dd23be9d
experimenting with username <-> uid mapping.
...
might be useful to implement twitter translation apis requiring user_id.
9 years ago
Miguel Freitas
a4807d9b2a
report external ports in getinfo
9 years ago
Miguel Freitas
10079adfde
don't bother Arvid with our bastard fork :-)
9 years ago
Miguel Freitas
f4f018a383
rename bitcoin threads
9 years ago
Miguel Freitas
7458d09166
addrman corruption causes infinite-loop and twisterd shutdown hangs. try to fix this.
9 years ago
Miguel Freitas
4a8518f596
0.9.34 quick fix to "Assertion mapInfo.count" failed, don't mess with these addrman structures!
9 years ago
Miguel Freitas
2cb7027b0e
0.9.33 fix serious connectivity problem: not trying to connect to >=0.9.30 peers with random ports.
9 years ago
Miguel Freitas
7d31de981c
disable libtorrent multi connection per ip by default
9 years ago
Miguel Freitas
11bbbd36e2
multiple paralel peek piece operations per torrent not currently supported.
...
return invalid handle ("busy, try again" for peekpost RPC) for subsequent requests,
until current operation completes and torrent is freed.
9 years ago
Miguel Freitas
aa04f7e4e2
warning fix
9 years ago
Miguel Freitas
679246064f
experimental 'peekpost' RPC
9 years ago
Miguel Freitas
3fd1432f4a
increase version (peek extension)
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
miguelfreitas
1e4d62f591
Merge pull request #362 from Erkan-Yilmaz/patch-2
...
use same word + remove two times the ' at end
9 years ago
miguelfreitas
b74e291b04
Merge pull request #361 from Erkan-Yilmaz/patch-1
...
format: add missing \n
9 years ago
Erkan Yilmaz
dd11e42450
use same word + remove two times the '
...
1. correct:
"agemin":agemin,"agemax":agemin}']
"agemin":agemin,"agemax":agemax}']
2. the ' at end is irritating:
getpieceavailability <username> <k>'
getpiecemaxseen <username> <k>'
9 years ago
Erkan Yilmaz
95e09c85dd
add \n
...
currently shows as:
...
getlasthave <username> | <groupname> [user1,user2...]
getlastsoftcheckpointReturns votes of last soft checkpoint.
getmentions <localuser> <count> '{"max_id":max_id,"since_id":since_id}'
...
9 years ago
miguelfreitas
ee6f5cae04
Merge pull request #359 from djmaze/fix-docker-entrypoint
...
Fix Docker entrypoint
9 years ago
Martin Honermeyer
21c1a24626
Fix Docker entrypoint
...
Sorry for the typo..!
9 years ago