Just an update on CleanChat =)

Hey everybody- my app is nearly done!

I now have a facebook page devoted to it!

http://www.facebook.com/pages/Ultifinitech/188161037870298

If you hate facebook (I understand completely) here's a new screenshot:
http://www.imageuploading.net/images/8845/super-double-shot

and icon
http://www.imageuploading.net/images/8847/icon-extreme

The server code is pretty simple:

pseudocode/realcode mix:

1
2
3
4
5
6
7
8
9
10
11
12
13
while(!quit){
vector.push_back (incoming connection);
makeThreadFor(incoming connection);
}

ThreadForConnections(socket info){
SOCKET sockTwo = manager.add_sock(info); 
//manager is an instance of a class that manages pairs of connections
while(!quit){
instring = receiveString(info);
handleString(instring);
}
}


Wow! Thank you!
This is horrible, the objective-c code to update the view of my text translates from an nsstring to javascript and the javascript is supposed to append the html code of my text... yikes.

(it's not working currently)
Another Update =)

simple:
http://www.iimmgg.com/image/32d6fc93a68f74ae91e3b42110eef3cf

advanced:
http://www.iimmgg.com/image/db3e29b51d372eb6db221f7ac5a66681

Still working away, I've been ready for upload for a while, just spiffing it up now.

Current feature list:

stranger chat
simplicity for ease of use, complexity for added content
language filtering [blacklist]
portrait/landscape modes
little memory consumption
peer to peer connections
pretty colors =)
simple concise help menu
autoupdating server definitions

to add:
saving/loading conversations
direct developer support (if avail)
own blacklist
second non-clean server (maaaybe)
more pretty colors =)

Can you think of anything else that would improve the epic awesomeness?
Perhaps a ban option for repeat offenders?
Well you kinda can't offend, that's my goal anyways.

But I will have a contact dev button so they can send me a message about them if they're bad enough, I suppose
That would be good, people will always find a way to beat the system, garanteed.
Topic archived. No new replies allowed.