Page 1 of 1

MyChat 6.6 development history

PostPosted: Wed Dec 27, 2017 11:52 am
by Alona Kutsenko
The date on which the new feature was implemented or the bug was fixed is
indicated in parentheses.

[+] new;
[*] fixed bug/implemented features;
[-] fixed bug;

MyChat Client

[+] (12.24.2017) the latest version of the OpenSSL 1.0.2n encryption library from December 7, 2017;
[+] (12.20.2017) implemented encrypted connection to the MyChat Server (OpenSSL);
[+] (12.12.2017) transition button to the program information on the authorization page;
[+] (12.11.2017) ability to view client logs in the “About” window;

[*] (12.21.2017) system folders determination improvement (My documents, Temp, etc.);
[*] (12.20.2017) (Linux) (Mac) implemented encrypted connection to the MyChat Server (OpenSSL);

[-] (12.14.2017) (Android) after the application was restarted, the nickname of the domain user in the login field was displayed incorrectly. Fixed;
[-] (12.11.2017) impossibility of authorization with non-English letters in the login, password or other fields. Fixed;
[-] (12.07.2017) (Android) problems with program launching on the API Level 19 (Android 4.4);
[-] (12.05.2017) all settings, contained non-English symbols in MyChat Client, were displayed incorrectly. Fixed;

MyChat Server

[+] (12.18.2017) (MSL) JSONArrayLength function to get a JSON array size;
[+] (12.18.2017) (MSL) JSONArrayGetBoolean function to get a logical value of the array element by index;
[+] (12.18.2017) (MSL) JSONArrayGetDateTime function to get a date and time value of the array element by index;
[+] (12.18.2017) (MSL) JSONArrayGetInteger function to get the integer value of an array element by index;
[+] (12.18.2017) (MSL) JSONArrayGetString function to get the text value of an array element by index;
[+] (12.18.2017) (MSL) JSONArraySetBoolean function to save logical value of an array element by index;
[+] (12.18.2017) (MSL) JSONArraySetDateTime function to save data and time value of an array element by index;
[+] (12.18.2017) (MSL) JSONArraySetInteger function to save integer value of an array element by index;
[+] (12.18.2017) (MSL) JSONArraySetString function to save the string value of an array element by index;
[+] (12.15.2017) (MSL) mGetUserGroupsListAsJSON function to get a list of user groups;
[+] (12.15.2017) (MSL) mIsUserInGroups function to check if the user belongs to at least one group;
[+] (12.15.2017) (MSL) mRenameUsersGroup function to rename user groups;
[+] (12.12.2017) (MSL) mCreateUsersGroup function to create user groups;
[+] (12.12.2017) (MSL) mDeleteUsersGroup function to delete user groups;
[+] (12.12.2017) (MSL) mIsUsersGroupExists function to check the existence of user groups;
[+] (12.12.2017) (MSL) mIsUserInGroup function to check if user is the member of the certain group;
[+] (12.12.2017) (MSL) mAddUserToGroup function to add user to the group;
[+] (12.12.2017) (MSL) mRemoveUserFromGroup function to remove user from the group;
[+] (12.07.2017) (MSL) UTCToLocalTime function to convert UTC time to a local time;
[+] (12.07.2017) (MSL) LocalTimeToUTC function to convert local server time to a UTC value;
[+] (12.07.2017) (MSL) mGetUsersListInGroupByName function to get a list of users from the group;
[+] (12.07.2017) (MSL) mGetUsersListInGroupsByNames function to get a list of users from several groups;
[+] (12.06.2017) (MSL) mClearConfWindow function for immediate clearing a message window in a conference for all online users;
[+] (12.05.2017) (MSL) function to get a conference ID by name;
[+] (12.05.2017) (MSL) function to check existence of a text conference;
[+] (12.05.2017) (MSL) mGetCIDAttribute function to get information about user connection;

[*] (12.15.2017) (Admin) IP address correctness control in the FTP server settings is added;

[-] (12.07.2017) error when changing domain user nickname in the “User Management”. Fixed;
[-] (12.06.2017) error when upgrading from previous versions: company positions were indicated incorrectly. Fixed;
[-] (12.05.2017) connection attempt from the Radmin or UltraVNC plug-in caused server hanging. Fixed;
[-] (12.05.2017) WEB-chat wasn't working. Fixed;
[-] (12.05.2017) (WEBSupport) if a web support user was deleted on the server and he tries to authorize again, the server will create the same account immediately.

Re: MyChat 6.6 developing history

PostPosted: Mon Mar 05, 2018 1:14 pm
by Alona Kutsenko