Commit Graph

13 Commits (779d6c235ff8fe5284fd10dc82a9b99e7fa38d06)

Author SHA1 Message Date
erdgeist 20257202af Fix incorrect prototype for accesslist_deinit 16 years ago
erdgeist c6947b160f Handle program end more politely 16 years ago
erdgeist 08c7162783 Renamed OT_FLAG to OT_PEERFLAG to make code easier to read
Introduced READ16/32 and WRITE16/32 makros to abstract loading/storing from unaligned addresses away on cpu's that can actually load/store everywhere
Removed all unnecessary memmoves, especially where it only moved 6 bytes in inner loop. I replaced them with WRITE16/32(READ16/32()) makros
16 years ago
erdgeist 334c6e4bbb The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. 16 years ago
erdgeist daaee855b2 Whitespace fixes 16 years ago
erdgeist f4283be677 Fix debug output for addresses >127 16 years ago
erdgeist 01c9c3695c Enabled debug output, fixed blessed ip permissions 16 years ago
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,
16 years ago
erdgeist c28cf398fd Introduce some kind of versioning 17 years ago
erdgeist 5d18bf211c Move blessed IP handling code to accesslist objects 17 years ago
erdgeist 8bee224dc0 static bufs are not shared anymore, even if that means more memory. 17 years ago
erdgeist 04214491ee missing include 17 years ago
erdgeist 697e239027 Moving accesslist stuff to its own object 17 years ago