fedora-infra / fas

Fedora Account System
https://admin.fedoraproject.org/accounts
GNU General Public License v2.0
40 stars 50 forks source link

RFE: user search endpoint #38

Closed iliana closed 7 years ago

iliana commented 11 years ago

The .fas command in zodbot searches FAS username, full names, emails, and IRC nicks for a string. To do this, upon loading the supybot-fedora plugin, it requests a list of every single user in FAS, and creates a fairly large dictionary containing the search strings. This has multiple problems.

If there was an endpoint where zodbot could search usernames, full names, emails, and IRC nicks, supybot-fedora would be able to drop the large in-memory database and the 6-minute load time.

laxathom commented 11 years ago

hm...need to have a look at supybot-fedora then. You should already be able to request against only one username.

iliana commented 11 years ago

A username, yes, but we also need to search emails, full names, and IRC nicks.