erqan
8d5bd0c956
signing userpost without rt/sig_rt to do rt again...
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
91de877a4d
Fix DM/groupchat "from" field which was read as integer instead of string.
10 years ago
erqan
5fa729fc47
adding new methods for public and private favorites
10 years ago
Miguel Freitas
1341bfcfe9
implement leavegroup
10 years ago
Miguel Freitas
8379dde980
experimental group chat support
10 years ago
Miguel Freitas
9d3b0744ff
0.9.27 new 'getmentions' api. return known mentions from users we follow.
...
never miss a mention from your friends anymore! :-)
(twister-html support pending)
10 years ago
Miguel Freitas
e52f2c2527
dhtproxy: tunnel DHT traffic into TCP connections
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
Miguel Freitas
03d037c197
truncate file when saving settings
11 years ago
Miguel Freitas
1e577bfdfb
missing function. thanks jpfox
11 years ago
toyg
83dcd048bb
fixes to compile and run under OSX 10.9.1
11 years ago
Miguel Freitas
bc990abfff
"hexcape" binary strings before json encoding.
...
because json doesn't support binary we need to escape to hex, unfortunatly,
this add requirement to twisterd to know each possible binary field we may add to dht items.
(unlike bencode that simply doesn't care).
11 years ago
Miguel Freitas
b470360bd5
fix another case of uninitialized entry on bencode
11 years ago
Miguel Freitas
c7141bcb2e
prevent bencoding uninitialized entries (which causes assertion fail)
11 years ago
Miguel Freitas
f75fc11274
getlocaldirectmessages: get decrypted direct messages sent/received by user
11 years ago
Miguel Freitas
b803734915
prevent duplicates when adding dm to the list of decrypted messages (in memory) - untested
11 years ago
Miguel Freitas
9d1b5915f9
better error checking and variables names in user_data save/load
11 years ago
Miguel Freitas
02f3de841b
do lazy_entry type checking in loadUserData
11 years ago
Miguel Freitas
4c33706c40
persist user_data (following and DMs)
11 years ago
Miguel Freitas
ea32a5a117
- begin refactoring twister_utils.h
...
- new rpc commands getdefaultuser/setdefaultuser (why is it not setting default on creation?)
- putdht now receives a generic json value parameter
11 years ago