Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Seeing list of connected players #8

Open
vineetsk1 opened this issue Jul 27, 2016 · 2 comments
Open

Seeing list of connected players #8

vineetsk1 opened this issue Jul 27, 2016 · 2 comments

Comments

@vineetsk1
Copy link
Contributor

A should-have enhancement

@vineetsk1 vineetsk1 added this to the Release 3.0 milestone Jul 27, 2016
@vineetsk1 vineetsk1 assigned vineetsk1 and unassigned vineetsk1 Jul 27, 2016
@luxaritas
Copy link
Member

This isn't crazy complex. IRC message 353 lists initial members, and from there you just need to monitor join and part/quit/kick messages. You do need to consider the crazy naming conventions (and IRC-only users), and you can see how I did that with addUser/removeUser in HTML-Chat.

Does remind me that in HTML-Chat, for that purpose I don't think I'm handling iOS nicks correctly, as last I checked you were using a different naming convention than Flash chat slightly.

@vineetsk1
Copy link
Contributor Author

While this might not be too complex, I think I'll be moving this from milestone release 3 to milestone release 4. The rationale behind this is that a large portion of this existing codebase will be heavily modified in version 4, as we move away from Objective-C/iOS to a cross platform solution.

I think it'd be more efficient to concentrate on improving the app for version 4 rather than making non-trivial UI/functionality changes that will ultimately be re-implemented in a different language/system in the next version.

@vineetsk1 vineetsk1 reopened this Aug 10, 2016
@vineetsk1 vineetsk1 modified the milestones: Release 4.0, Release 3.0 Aug 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants