You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
feature request: exists - 2008/03/13 22:21 I'm doing a lot of bandwidth intensive polling to look for potential conflicts in nickname and room creation. Would it be possible to get some simple polling nodes, something like:

SEND<exists nickname = "NewNickname">
RECEIVE<"true"> or <"false">

SEND<exists room= "NewRoomName">
RECEIVE<"true"> or <"false">

That way, the client doesn't have to request the list of all room name, then run through them all to see if the requested name already exists.


Also, has anyone done anything with password protecting rooms? I'm looking to create a setup where a group can create a private room, protected by a password.

Yes...my next step is to look at the server-side code...};^)

Anyway, hoping to have a prototype to show in a few days.
  reply | quote
Re:feature request: exists - 2008/03/13 22:26 Ok, looking at this I already see a problem with the return:


SEND <exists nickname = "NewNickname">

RECEIVE <"true"> or <"false">

RECEIVE probably needs to be something like this:

RECEIVE <exists "NewNickname" = "true">

To prevent a bunch of undifferentiated true/false messages from flying around.
  reply | quote
Re:feature request: exists - 2008/03/14 14:22 Hi,

For the login, it's impossible to have the same nickname than someone who is already connected.
The only issue is that it's case sensitive, so nickname Nickname and niCKname are three different allowed nicknames.
You could always lower the nickname before sending the connect node so you would always know il the nickname already exists or not.

For the room nothing exists yet, as there is no difference between join and creation of rooms, and you auto join/create a room depending on it's state.
But it could be a simple plugin to check for that :)
As for Paswword protected rooms ^^

I'll try to have a look at this.
Célio Conort
Lonesome Palabre developper
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum