(Reply split in two mails since I need the answer of toad for only one of them - for this one)
On Tuesday, July 30, 2013 07:01:05 PM Steve Dougherty wrote: > > How do you obtain the list of identities which you offer the user to chose > > from? You should use GetIdentitiesByScore with positive score filter (and > > context filter "Infocalypse", I think it supports that as well). Where do > > you present him with the list? Ideally, the UI which shows the list > > should pass through the ID so you don't have to filter by nickname. > > There is no list to choose from. The user types something like "hg pull > freenet:p0s/WoT" and Infocalypse resolves it to a URI (not necessarily > one in the same subspace) and fetches it. > > > But I guess you might be using command line only so the user needs to be > > free to pass nicknames without ID? > > Yes. > > > In that case, I should probably implement > > "GetIdentitiesByPartialNickname". > > That would be very useful not only for this project but also for > anything that wants to have autocomplete. (Such as Freemail recipients > in the "to" field of the web interface.) Fine. Then I get your point now. Now the question is: When should I implement it? The next point on my roadmap is getting event-notifications in a merge-able state. This probably will take a full month. I had already delayed event-notifications for a month due to other work. Implementing GetIdentitiesByPartialNickname take a full week or even two. It would have to be done in a proper way to be persistent and use the database. How easy is it for you to work without this feature right now? Can you use a dummy-implementation until I finish event-notifications? Event-notifications would also be useful for you maybe to deliver pull-requests by solving a captcha of the person who shall receive the pull request. Toad, what do you think?