~bbbb

Trackers

~bbbb/bbbb

Last active 11 months ago

#232 soju tries to rejoin channels before nickserv identification 10 months ago

Ticket created by ~bbbb on ~emersion/soju

if a server doesn't support SASL and you need to login via messaging nickserv, it seems like this ends up happening after soju tries to rejoin your channels. i'm not sure if soju actually sends the connect commands after rejoining, or if there's just a delay in the network's nickserv processing your IDENTIFY command.

Either way, if some of those channels were +r (registered users only), soju will fail to join them because you aren't identified yet, and won't try to rejoin them after being identified, so you'll have to rejoin them manually every time soju reconnects.

#1 gemini-rss-http: try to create feed even if the site doesn't meet the spec. 11 months ago

gemini-rss-http added by ~bbbb on ~bbbb/bbbb

#1 gemini-rss-http: try to create feed even if the site doesn't meet the spec. 11 months ago

~bbbb assigned ~bbbb to #1 on ~bbbb/bbbb

#1 gemini-rss-http: try to create feed even if the site doesn't meet the spec. 11 months ago

Ticket created by ~bbbb on ~bbbb/bbbb

The spec requires there to be an h1 before the links start, but some sites (maybe quite a few?) don't have one, and instead use ascii art as the title or just no title. If there isn't an h1, instead of returning an error it should still try to return a feed and maybe use the url with the gemini:// part taken off as the title.