GithubHelp home page GithubHelp logo

sodchat's People

Watchers

 avatar

sodchat's Issues

Octave testing

Adrian has octave implemented. It needs some testing.

Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 3:31

  • Merged into: #3

Allow user to see current ip

We should add the functionality that a user can see their current ip.
Probably just as another option from one of the drop down menus.


Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 4:13

Save list of ip's corresponding to contacts

Alright, we need to store a list of ips that we have added in the past and
not have duplicates so that we don't have to use the same list every time
the chat is opened.

Also, maybe have them specific for the name of the user so there can
potentially be more than one person use the client.

Don't worry about storing the name. Just have a way to get access to all
previously stored ips.

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 9:59

Don't know where the settings are being saved

If you run the project in netbeans then the usersettings .dat files are
being saved in the projects root folder. But if you run it standalone by
clean and build then I have no idea where the settings are being saved. It
seems like they are being saved on a per computer basis.

I used the same jar file and executed it on my computer and the default
username was matt. I went to another computer and use the exact same jar
file and the default username was blank and had to be set. I go back to the
original computer and the username is matt again.

The user settings are being saved _somewhere_ on their computer. My first
guess would be in their Java Runtime Environment folder somewhere...

Original issue reported on code.google.com by [email protected] on 6 Dec 2009 at 6:27

Octave crashes when it can't eval a statement

Octave simply crashes when it gets a bad eval statement.

Not sure why this is. I made a make-shift patch that resets the octave
session if it encounters an error but this isn't a great way to deal with it

Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 9:49

Ping contacts for status periodically

Right now if you add a contact they are on your list forever even if the
disconnect.

Try to come up with some basic ideas (brainstorm) to ping them to see if
they're online or not.

Right now I'm thinking maybe every now and then ping your whole contact
list with the network controller for status and have the contact network
wrapper deal with the response.

Just a first idea...may not work....


Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 10:17

New line inconsistency

What steps will reproduce the problem?
1. Open a collaboration between two users
2. Notice the extra blank lines when receiving a message as opposed to
sending one

What is the expected output? What do you see instead?
I expect no blank lines, there are blank lines when receiving


Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 3:41

Create getUsername method in SODApp

Right now if a controller wants a username from the system they call:

SODApp.setSet.getUsername();

Controllers shouldn't be accessing other controllers methods. Create a
method in SODapp so that the controller can do:

SODApp.getUsername();

VERY simple task

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 10:47

Send username on contact request

Have network interaction for collaboration controller so that when you add
a contact by IP you can then get their username back so it doesn't differ
from their data

Already have a way in my mind to do this.

Basically by only adding contact by response rather than by request. I'll
explain to anyone who really needs to know...

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 10:07

Users can join a collaboration through other people than the host

1. Join a collab
2. Get someone to enter your ip with the collab name
3. they will be added to the collab without interacting with the starter

We're turning this into a feature. Some rules for it need to be created though.

For instance even if the starter indicated private, people can join through
someone elses collaboration because theres will be set to open at the
present moment

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 9:46

Closing message window ignores all subsequent messages

What steps will reproduce the problem?
1. Start a collaboration
2. Close a window on one side
3. Send message from the other side

What is the expected output? What do you see instead?
Expected: Hard to know, because if it's just a 1-on-1 then the window
should just pop back up. If it's a multi-user collaboration, maybe it
should be rejoined by the user.

Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 4:44

Mandatory name request does not work as of r147

What steps will reproduce the problem?
1. Clean and build the project
2. Run

What is the expected output? What do you see instead?
Expected: username prompt when starting
What I see: no prompt, need to set name before program works


Original issue reported on code.google.com by [email protected] on 6 Dec 2009 at 4:57

Save list of ip's corresponding to contacts

Alright, we need to store a list of ips that we have added in the past and
not have duplicates so that we don't have to use the same list every time
the chat is opened.

Also, maybe have them specific for the name of the user so there can
potentially be more than one person use the client.

Don't worry about storing the name. Just have a way to get access to all
previously stored ips.

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 9:59

Get rid of the ip section in user settings area

Just removing it will be fine.

And this may be thinking too complex for something due so soon but maybe
instead of edit->user settings we can replace that with logout or something
so that you can't change your username halfway through or something like that

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 10:12

Restrict username entry

We need to make the following restrictions on username:

can't be empty
can't have ":" because we search for ": !" while doing octave and we may
delimit it for other reasons in the future.

Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 7:14

Exporting final jar file

Alright, I don't know how to export our project as a final executable jar
file with the octave libraries built into it.

We need to figure this out before Monday, lol

Original issue reported on code.google.com by [email protected] on 6 Dec 2009 at 5:30

Need help to make single jar file from octave

Dear All,
After reading you discussion on your project, it seems that you are able to 
export your octave program in a jar file including all user or external lib 
folder. I am also looking for such method to pack everything in a singe jar so 
that I can run it on different machine. Is it possible to share your work to 
pack in one single jar file.

Thanks in advance,
Shrestha

Original issue reported on code.google.com by nshresthan on 3 Dec 2013 at 12:54

Can't double click contact

What is the expected output? What do you see instead?
When double clicking a contact, a new private octave-disabled collaboration
with a single invite sent to the contact should be created.


Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 4:41

Implement Octave

Messages that come in to the starter of a collaboration with a certain
identifyer should be parsed by octave and the return be sent to everyone in
the starters socket list.

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 9:54

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.