Sso anyway, I got a decent start on multiple logins going. It is not ready for general use yet, so I’m only releasing the source tonight.
Things that need work:
Anyway, I figure getting this working would justify a version bump to 0.10, eh?
Things that need work:
- Almost anything remotely connected to a
LiveJournal.DefaultConnreference:- I think the “Community” menu should either be replaced with a menu for each account, or contain a sub‑menu for each account.
- Need to move the “Friends” tab out of the Options dialog and into its own, per‑account.
- Add UI to select the active account in
PostForm- Possibly multiple accounts, for cross‑posting to multiple servers?
- UI to select default account, rather than first account logged on.
- Multiple accounts with the same name collide in the
HashtableI’m using to store the connection objects. - Need to populate the
ComboBoxon the Logon form with all the stored accounts. - Unrelated, but I think we should have UI access to
LiveJournal.SessionExpire( true )(expires all sessions for all accounts, overloadLiveJournal.SessionExpire( string conn, true )expires all session for connection/account conn).
Anyway, I figure getting this working would justify a version bump to 0.10, eh?