Dirk Engling
e076dab883
added live sync code
...
added a config file parser
added tracker id
changed WANT_CLOSED_TRACKER and WANT_BLACKLIST into WANT_ACCESS_WHITE and WANT_ACCESS_BLACK
changed WANT_TRACKER_SYNC to WANT_SYNC_BATCH and added WANT_SYNC_LIVE
added an option to switch off fullscrapes
cleaned up many internal hardcoded values, like PROTO_FLAG,
2008-10-04 05:40:48 +00:00
Denis Ahrens
b804dd7e6f
now checking for the correct connection-id we gave out
2008-09-15 00:55:17 +00:00
Dirk Engling
4ee5fe81c7
Fix endianess issues, also obey number of peers requested in udp announces
2008-02-05 01:55:06 +00:00
Dirk Engling
a7c47dce53
Introducing live busy network detection.
2008-01-17 10:46:25 +00:00
Dirk Engling
e767fae72a
Introduce some kind of versioning
2007-12-20 05:59:34 +00:00
Dirk Engling
da6e48b384
too many wrong udp requests scroll too much :) disable logging for now
2007-12-15 17:39:38 +00:00
Dirk Engling
1438e2a93a
more udp debugging
2007-12-15 17:35:27 +00:00
Dirk Engling
a4e1b7f442
Do not lock out well behaving clients
2007-12-15 17:32:44 +00:00
Dirk Engling
ba0c7d24c1
more udp debugging
2007-12-15 17:21:22 +00:00
Dirk Engling
a8fd467ef1
Prepare udp connection id generation and checking
2007-12-15 17:11:43 +00:00
Dirk Engling
5b3eb23f5f
Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes
2007-12-03 01:06:33 +00:00
Dirk Engling
9df7d28415
static bufs are not shared anymore, even if that means more memory.
2007-11-21 01:54:00 +00:00
Dirk Engling
31dedcd9cf
Missing newline warning, missing include fixed
2007-11-06 17:53:14 +00:00
Dirk Engling
26c23fdecd
Have an own file handle udp requests.
2007-11-06 17:51:48 +00:00