Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New type of login functionality. #22

Merged
merged 6 commits into from
Mar 27, 2012
Merged

Commits on Mar 25, 2012

  1. WIP

    Removed the current spinner, will add a small one to the login screen itself.
    The login screen acts more like a yahoo messenger login screen, you can't get past it if the nick is the same. If a password will be requested, probably a password box will be added to the username edit box.
    Fixed a bug for how the client connects, made it asynchronous.
    Cleaned up the code.
    microp11 committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    8418058 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Added a small rocket.

    Added a small delay when disconnecting so there is no flickering when user purposefully disconnects.
    The login, if successful, end at the end of motd, currently not displayed still.
    The case of identical nick is handled.
    The case of password is left to a notice for now. Chances are that we will intoduce a command for that.
    Modified the spinner to adjust the login form.
    Removed the status bar and associated css. Still some is left.
    motd enabled fully, mind you we only need to signal the end of it for our current functionality.
    microp11 committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    7b21660 View commit details
    Browse the repository at this point in the history
  2. Fixed reconnect issue.

    microp11 committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    73ebd90 View commit details
    Browse the repository at this point in the history
  3. Minor mishap fixed. Would have prevented the displey of the spinner d…

    …urin a subsequest connect after first failure.
    microp11 committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    2976508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e55599 View commit details
    Browse the repository at this point in the history
  5. Adjusted the scroller for high volume data.

    Width of table adjusted to fill in container.
    microp11 committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    aa7e743 View commit details
    Browse the repository at this point in the history