Skip to content

Commit 3dd9f12

Browse files
authored
Update changelog.txt
1 parent 0f7ca84 commit 3dd9f12

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

changelog.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ What's New
88
- /kickall
99
- Removes all users from the server
1010
- /list
11-
- Lists all connected users by their nicknames
11+
- Display the nicknames of everyone that is currently connected to the server
1212
- /msg {nickname} {message}
1313
- Allows you to send private messages
1414
- /stat
15-
- Shows some server statistics
15+
- Shows some server statistics (Like uptime and number of connections)
1616
- /clear
1717
- Clears the screen
1818
- /party
19-
- Do not use if you suffer from epilepsy
19+
- A fun little command that randomly beeps and changes the colour of the window.
2020
- /disconnect
2121
- Closes the connection between the client and the server
2222
- /admin {nickname}
2323
- Allows admins to give other users administrative privilages
24-
- Added some secret debugging commands :O
24+
- Added some secret debugging commands :O (Read the source code to find out what they are)
2525

2626
- Added keyboard functions:
2727
- Enter
@@ -39,12 +39,12 @@ What's New
3939
- The server now keeps a log of all events in a file called "serverlog.txt" which is generated when the server.py file is executed.
4040
- Added exception handling for situations in which the default port 45011 is not available.
4141
- The server now handles disconnects properly.
42-
- Implimented server-side client control. Basically, the server can control the client remotely.
42+
- The server can now execute client-side code by sending a server command.
4343
- Broadcasting messages no longer prints two timestamps.
4444
- Added a new function direct_msg() which allows the server to send messages to individual clients.
4545

4646
- Security:
47-
- All outgoing messages are now encrypted using a Caesar cipher with a custom arbitrary alphabet.
47+
- All outgoing messages are now encrypted using a Caesar cipher with a shuffled array of characters.
4848

4949
- Miscellaneous:
50-
- When you connect to a new server, the IP and port is stored in a text file (Unencrypted) and used to help you connect to said server more easily in the future.
50+
- When you connect to a new server, the IP and port is stored in a text file and used to help you connect to said server more easily in the future.

0 commit comments

Comments
 (0)