
  X-COM Server - (C) 2002 My PersonalSoftware   -   HELP
 ========================================================


  Official Site: http://www.mypersonalsoftware.com


  Q: What type of encryption use this program?
  A: All the communications from/to server and clients are encrypted using
     the Blowfish algorithm with a symmetric key of 56 bit

  Q: Why the key is only of 56 bit?
  A: Due to export restrictions of cryptographic software in the USA, X-COM
     can only use a key of 56 bit

  Q: Can I download the source code of the Blowfish algorithm?
  A: The source code can be found here: http://www.di-mgt.com.au/crypto.html
  
  Q: Can you explain the log syntax?
  A: 
     COMMAND: [User]     or     COMMAND: [From] -> [To]
  
     CLSE   the client of the user [ ] has closed the connection
     STAT   the user [ ] has changed it's status
     USRL   the client of the user [ ] has requested the online user list
     MSGA   message for all from user [ ]
     MSGT   message from [ ] -> to [ ]
     CHAT   chat message from user [ ]
     CHTE   user [ ] has entered the chat
     CHTR   chat request from [ ] to [ ]
     CHTA   user [ ] has accepted the chat request
     CHTD   user [ ] has refused the chat request from [ ]
     CHTQ   user [ ] has quitted the chat
     FILE   file request from [ ] -> to [ ]
     FLEA   user [ ] has accepted the file request
     FLED   user [ ] has refused the file request
     FLET   user [ ] cannot accept the file request, another transfer is in progress
     FLEC   user [ ] has received the file
     FLEX   user [ ] has aborted the file transfer
     KICK   user [ ] has been kicked
     DECRYPT_ERR The server cannot decrypt data from the IP [ ]
  
  
  For other questions send an email to support@mypersonalsoftware.com

