Re: [crossfire] chat-embeddable in webpage

2005-12-13 Thread Alex Schultz
Lord Youkai wrote: I've been wondering if there was a way to embed a read-only view of chat into a server's webpage. (this is a bit of a late reply, but..) I am currently writing a python implementation of the protocol as a python module. One could use mod_python or similar to make a very

Re: [crossfire] chat-embeddable in webpage

2005-12-13 Thread Alex Schultz
Lord Youkai wrote: I've been wondering if there was a way to embed a read-only view of chat into a server's webpage. (this is a bit of a late reply, but..) I am currently writing a python implementation of the protocol as a python module. One could use mod_python or similar to make a very

Re: [crossfire] chat-embeddable in webpage

2005-10-22 Thread Mitch Obrian
You can crash the server with old sockets mode :(. --- Andrew Fuchs [EMAIL PROTECTED] wrote: On 10/20/05, Joshua Wilson [EMAIL PROTECTED] wrote: ... Unless the server implemented a sort of light client interface? I'm not a client person so I can't really comment here, but could we

Re: [crossfire] chat-embeddable in webpage

2005-10-22 Thread Mark Wedel
Mitch Obrian wrote: You can crash the server with old sockets mode :(. There were bugs with this in the past, but I haven't heard of any recently on this. --- Andrew Fuchs [EMAIL PROTECTED] wrote: On 10/20/05, Joshua Wilson [EMAIL PROTECTED] wrote: ... Unless the server implemented a

Re: [crossfire] chat-embeddable in webpage

2005-10-21 Thread Yann Chachkoff
Le Vendredi 21 Octobre 2005 00:14, Lord Youkai a écrit : I've been wondering if there was a way to embed a read-only view of chat into a server's webpage. For example, DeviantArt has a readonly view of the shoutbox in a sidebar, when your not logged in. It updates only when you refresh

Re: [crossfire] chat-embeddable in webpage

2005-10-21 Thread Tchize
You can get access to static copies of logger stuff from mids server in the webarchive while mids' is down: http://web.archive.org/web/20040429115347/mids.student.utwente.nl/~crossfire/loggerstuff/crossfire/ Yann Chachkoff a écrit : Le Vendredi 21 Octobre 2005 00:14, Lord Youkai a écrit :

Re: [crossfire] chat-embeddable in webpage

2005-10-20 Thread Andrew Fuchs
On 10/20/05, Lord Youkai [EMAIL PROTECTED] wrote: I've been wondering if there was a way to embed a read-only view of chat into a server's webpage. For example, DeviantArt has a readonly view of the shoutbox in a sidebar, when your not logged in. It updates only when you refresh (unless your

Re: [crossfire] chat-embeddable in webpage

2005-10-20 Thread Joshua Wilson
Un Andrew Fuchs wrote: Not quite. Those are static pages from scripts, that prases the player, and unique-map data. There is one script in the server distribution, that generates a page, showing player's scores. To implement this, you would need to store recent chats somewhere. Most likely

Re: [crossfire] chat-embeddable in webpage

2005-10-20 Thread Andrew Fuchs
On 10/20/05, Joshua Wilson [EMAIL PROTECTED] wrote: ... Unless the server implemented a sort of light client interface? I'm not a client person so I can't really comment here, but could we have a client similar to an old telnet client that only subscribed to chat/shout messages? i.e. some