Commit Graph

16 Commits (aedd7e30cbadaed7f44af90174094ff868930cf3)

Author SHA1 Message Date
Dirk Engling 543ab73017 Allow networks to be used instead of ip addresses when blessing is involved
Dirk Engling cc24e1ab2d Add error if WANT_DYNAMIC_ACCESSLIST is enabled without any accesslist
Dirk Engling f62398c748 Clean accesslists every five minutes
Dirk Engling be825f5759 Add support for dynamic accesslists
Dirk Engling d4598cc930 Get rid of some warnings regarding header guards
erdgeist 20955311d1 Introducing the concept of vectors of nets into opentracker
erdgeist 9297967f85 Add a stat option the count bucket stalls
Add an iterator for all torrents. It's slower but for stats it's okay.
Move some stats collection stuff to the new iterator. More to come.
Start a "report all stats" page.
Start fixing the code to identify "busy" networks.
Add the concept of hosts allowed to proxy.
Add a parser for the X-Forwarded-For: HTTP header.
Clean up HTTP Header handling code. (Remove some left overs of now vanished sync code).
erdgeist 131211b4da V6
erdgeist c6947b160f Handle program end more politely
erdgeist 334c6e4bbb The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
erdgeist daaee855b2 Whitespace fixes
erdgeist 01c9c3695c Enabled debug output, fixed blessed ip permissions
erdgeist e534db03c6 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,
erdgeist c28cf398fd Introduce some kind of versioning
erdgeist 5d18bf211c Move blessed IP handling code to accesslist objects
erdgeist 697e239027 Moving accesslist stuff to its own object