Code Monkey home page Code Monkey logo

django-jchat's People

Contributors

fredpyo avatar

Watchers

 avatar

django-jchat's Issues

Code injection security issues

Try sending messages like "<iframe src="http://www.example.com/"></iframe>"

By doing something like the above, you will be able to execute arbitrary
JavaScript on all chat participants machines, by including it on your site
(here called example.com).

The chat application should not allow any HTML/JavaScript or any other such
code to be displayed. Either no code what so ever, or only the code
generated by the app itself (as with smileys and such)

Original issue reported on code.google.com by [email protected] on 3 Jan 2010 at 1:45

Error module jchat

Hello,
When I want to start your chat (python manage.py runserver)
I get these error messages

Error: No module named django-jchat.documents
Error: No module named django-jchat.jchat

Can you tell me what I should do to resolve the errors and run your jchat.
Thank you

Original issue reported on code.google.com by [email protected] on 22 May 2011 at 8:37

Implement AJAX Push

Implement AJAX PUSH (or Server Push) communication between js and django.
http://en.wikipedia.org/wiki/Push_technology

This will add several constraints on the implementation, for instance the 
test server with its single instance won't work for this, a multi-threaded 
server will be requiered for testing-deploying.

Original issue reported on code.google.com by [email protected] on 22 Jul 2009 at 5:08

Implement other message types

Other message types are partially implemented in the backend (they have a 
message code) but there's no way to use them. Action messages (like mirc's 
/me slaps ircbot with a trout!) should at least be implemented.

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

message is double or plus than one

What steps will reproduce the problem?
1. run django-jchat whith (mysql+python2.6) and login
2. open a simple jchat
3. try to type a lot of message (4 in 2sec for ex.)

What is the expected output? What do you see instead?

All of the message is display only one time.

What version of the product are you using? On what operating system?

the last

Please provide any additional information below.

maybe its a javascript problème.. dont know 

Original issue reported on code.google.com by [email protected] on 27 Mar 2010 at 12:02

Implement connected user lists

Currently now connected user lists are kept on the app, because any user is 
allowed to post in any room. A new model could be created to keep this list. 
The GUI should also be updated to display the list of connected users.

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

.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 17 May 2012 at 12:40

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.