You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.txt
+7-7
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ What's New
8
8
- /kickall
9
9
- Removes all users from the server
10
10
- /list
11
-
- Lists all connected users by their nicknames
11
+
- Display the nicknames of everyone that is currently connected to the server
12
12
- /msg {nickname} {message}
13
13
- Allows you to send private messages
14
14
- /stat
15
-
- Shows some server statistics
15
+
- Shows some server statistics (Like uptime and number of connections)
16
16
- /clear
17
17
- Clears the screen
18
18
- /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.
20
20
- /disconnect
21
21
- Closes the connection between the client and the server
22
22
- /admin {nickname}
23
23
- 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)
25
25
26
26
- Added keyboard functions:
27
27
- Enter
@@ -39,12 +39,12 @@ What's New
39
39
- 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.
40
40
- Added exception handling for situations in which the default port 45011 is not available.
41
41
- 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.
43
43
- Broadcasting messages no longer prints two timestamps.
44
44
- Added a new function direct_msg() which allows the server to send messages to individual clients.
45
45
46
46
- 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.
48
48
49
49
- 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