It seems that the first time that an IP address in range makes an edit after anon is launched, the edit is ignored. In --noop mode, I've been able to reproduce this on several different IP addresses while testing. It would seem to me that this means that the first edit from any IP in range is missed, after each launch of anon.
- Start
anon
- Edit a page from an IP in range (let's say 127.0.0.2)
- Nothing listed in the console
- Edit a page from the same IP in range (again, 127.0.0.2)
- Appears in console
- Edit a page from 127.0.0.3
- Nothing listed in console
- Edit a page from 127.0.0.3 again
- Appears in console
- Edit a page from 127.0.0.3 again
- Appears in console
- Control+C to kill
anon
- Start
anon again
- Edit a page from 127.0.0.3 again
- Nothing appears in console
- Edit a page from 127.0.0.3 again
- Now it re-appears in console.
As provided here, the second, third, and so on are all showing up just fine. The first one never does. And even if an IP has made a change before, that is forgotten and the first update on re-launch of anon is missed again.
It seems that the first time that an IP address in range makes an edit after
anonis launched, the edit is ignored. In--noopmode, I've been able to reproduce this on several different IP addresses while testing. It would seem to me that this means that the first edit from any IP in range is missed, after each launch ofanon.anonanonanonagainAs provided here, the second, third, and so on are all showing up just fine. The first one never does. And even if an IP has made a change before, that is forgotten and the first update on re-launch of
anonis missed again.