Background
We are making a GUC-like feature in MediaWiki. It will need to query all wikis for contributions made by temporary accounts, given an IP address or range. Other possible filters include that date and the wikis to search.
How can we do this in a way that isn't too slow and still returns a useful amount of information?
Questions to be answered
- How do the existing GUC and XTools make equivalent queries?
- If they are doing anything that won't be possible from MW with temp accounts enabled, what can we do instead?
- Will we be able to offer sorting by time and by wiki?