Subversion Repositories cryptochat

Rev

Rev 2 | Rev 5 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
// ViaThinkSoft CryptoChat
3
// ViaThinkSoft CryptoChat
4
// (C) 2014-2018 by Daniel Marschall, ViaThinkSoft
4
// (C) 2014-2018 by Daniel Marschall, ViaThinkSoft
5
// Licensed under the terms of GPLv3
5
// Licensed under the terms of the Apache2 license
6
 
6
 
7
// -----------------------------------------------------------------------------------------------
7
// -----------------------------------------------------------------------------------------------
8
 
8
 
9
// feature: user comes online, user comes offline, user is inactive, user is active, user is typing, get user list
9
// feature: user comes online, user comes offline, user is inactive, user is active, user is typing, get user list
10
// todo: hide password length to avoid screensaves revealing confidential information
10
// todo: hide password length to avoid screensaves revealing confidential information