Giter Site home page Giter Site logo

netchat's Introduction

netchat's People

Contributors

btrzcinski avatar

Stargazers

Andy Street avatar

Watchers

Andy Street avatar James Cloos avatar  avatar Steven Fuqua avatar

netchat's Issues

NoMethodError when server is exited with Ctrl-C

Repro:

  1. Start the server (start.sh)
  2. Hit Ctrl-C

Expected:
Server exits cleanly

Actual:
NoMethodError emitted from calling on_registry_delete on a nil at NCMChat.rb:182

Log:

barnett@barnett-debian:~/git/netchat/server$ ./start.sh
*** Using /usr/bin/ruby (ruby 2.2.4p230 (2015-12-16) [x86_64-linux-gnu])



NetChat Server
Copyright(C) 2006-2007 Barnett Trzcinski and the NetChat Project.

This software is licensed under the GNU GPL v2.
Please see the enclosed file COPYING for further details.

^C/home/barnett/git/netchat/server/modland/NCMChat.rb:182:in `on_registry_delete': undefined method `unregister_signin_hook' for nil:NilClass (NoMethodError)
    from /home/barnett/git/netchat/server/ncmodule.rb:50:in `unregister'
    from /home/barnett/git/netchat/server/ncserver.rb:150:in `block in shutdown'
    from /home/barnett/git/netchat/server/ncserver.rb:148:in `each'
    from /home/barnett/git/netchat/server/ncserver.rb:148:in `shutdown'
    from /home/barnett/git/netchat/server/ncserver.rb:142:in `main'
    from start.rb:47:in `<main>'

Py-Client crashes when SSL is used

Repro:

  1. Start the server with SSL enabled
  2. Start the Py-Client with ./start -H localhost (if server is running locally)

Expected:
Works

Actual:
Immediate crash

Logs:

barnett@barnett-debian:~/git/netchat/py-client$ ./start
Using /usr/bin/python...
Connection lost.
    Reason: Connection failed. Check your network connection or try again later.
Thank you for using Py-Client. :)

exceptions.FutureWarning while running Py-Client

Repro:

  1. Connect to the server with Py-Client
  2. Log in

Expected:
No warnings

Actual:
chat.py logs a warning in various places

Logs:

2016-03-01 00:48:04-0800 [-] /home/barnett/git/netchat/py-client/netclient/modules/chat.py:164:                  │
│exceptions.FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)'   │
│or 'elem is not None' test instead. 

J-Client hangs after selecting a file

Env: Debian testing 64-bit, Oracle Java 1.8.0_74, GNOME 3.18.3

Repro:

  1. Start J-Client
  2. Start a chat with someone
  3. Open the Send File dialog
  4. Click "Browse..." and double-click on a file

Expected:
The file is selected

Actual:
J-Client hangs

Py-Client is broken on Python 3

Repro:

  1. Run python3 client.py

Expected:
Works

Actual:
Error which is probably the tip of the iceberg

Log:

barnett@barnett-debian:~/git/netchat/py-client$ python3 client.py
  File "client.py", line 102
    except UsageError, text:
                     ^
SyntaxError: invalid syntax

Sorry @sfuqua, I was wrong :P

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.