lysol / typeto.me

character-level realtime chat
http://typeto.me
MIT License
19 stars 7 forks source link

Enhancement: download logfile #4

Open dmd opened 13 years ago

lysol commented 13 years ago

Ideas for implementation:

dmd commented 13 years ago

Maybe we could just do a pretty standard log. call them 'Person1' and 'Person2' and just interleave completed lines based on the time they hit enter. i.e. whenever a line turns from blue to black, log it.

lysol commented 13 years ago

On 08/17/2011 08:55 PM, dmd wrote:

Maybe we could just do a pretty standard log. call them 'Person1' and 'Person2' and just interleave completed lines based on the time they hit enter. i.e. whenever a line turns from blue to black, log it.

Yes. This is the way to go. To what end do we persist history, if our room/chat/whatever tokens are transient?

dmd commented 13 years ago

I'd like to be able to export it to a downloaded text file at the end of a chat.

lysol commented 13 years ago

On 08/17/2011 10:14 PM, dmd wrote:

I'd like to be able to export it to a downloaded text file at the end of a chat.

Excellent. Yeah, no problem.

 Me: I'm at the Pizza Hut.
 Them: I'm at the Taco Bell.
 Me: I'm at the combination Pizza Hut and Taco Bell.
dmd commented 13 years ago

http://www.iconfinder.com/icondetails/19350/18/document_down_icon

dmd commented 13 years ago

Our recent move to linebreak-forces-enter kind of screws with this idea. Oh well.