snakeia-server 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.drone.yml +1 -1
- package/Dockerfile +1 -1
- package/README.md +27 -7
- package/config/default.json +1 -1
- package/package.json +6 -6
package/.drone.yml
CHANGED
package/Dockerfile
CHANGED
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A server for my [SnakeIA](https://github.com/Eliastik/snakeia) game, written in
|
|
|
8
8
|
|
|
9
9
|
## About this server
|
|
10
10
|
|
|
11
|
-
* Version 1.2.
|
|
11
|
+
* Version 1.2.4 (12/6/2025)
|
|
12
12
|
* Made in France by Eliastik - [eliastiksofts.com](http://eliastiksofts.com) - Contact : [eliastiksofts.com/contact](http://eliastiksofts.com/contact)
|
|
13
13
|
* License: GNU GPLv3 (see LICENCE.txt file)
|
|
14
14
|
|
|
@@ -74,7 +74,7 @@ You can create another configuration file in the **config** directory named **lo
|
|
|
74
74
|
````
|
|
75
75
|
{
|
|
76
76
|
"ServerConfig": {
|
|
77
|
-
"version": "1.2.
|
|
77
|
+
"version": "1.2.4", // The server version
|
|
78
78
|
"port": 3000, // The port where the server runs
|
|
79
79
|
"proxyMode": false, // Sets this value to true if your server is behind a proxy - defaults to false
|
|
80
80
|
"numberOfProxies": 1, // Sets the number of reverse proxies in front of the server. Default to 1. See: https://expressjs.com/en/guide/behind-proxies.html / https://express-rate-limit.mintlify.app/guides/troubleshooting-proxy-issues
|
|
@@ -123,7 +123,17 @@ You can create another configuration file in the **config** directory named **lo
|
|
|
123
123
|
|
|
124
124
|
## Changelog
|
|
125
125
|
|
|
126
|
-
* Version 1.2.
|
|
126
|
+
* Version 1.2.4 (12/6/2025):
|
|
127
|
+
- Update dependencies
|
|
128
|
+
|
|
129
|
+
* Version 1.2.3 (11/2/2025):
|
|
130
|
+
- Update to Node 24 LTS
|
|
131
|
+
- Update dependencies
|
|
132
|
+
|
|
133
|
+
* Version 1.2.2 (10/7/2025):
|
|
134
|
+
- Update SnakeIA to 3.0.1
|
|
135
|
+
|
|
136
|
+
* Version 1.2.1 (10/7/2025):
|
|
127
137
|
- Fixed a bug where the game could get stuck on the "Loading..." screen when restarting.
|
|
128
138
|
|
|
129
139
|
* Version 1.2.0 (10/5/2025):
|
|
@@ -206,7 +216,7 @@ Un serveur pour mon jeu [SnakeIA](https://github.com/Eliastik/snakeia), écrit e
|
|
|
206
216
|
|
|
207
217
|
## À propos de ce serveur
|
|
208
218
|
|
|
209
|
-
* Version 1.2.
|
|
219
|
+
* Version 1.2.4 (06/12/2025)
|
|
210
220
|
* Made in France by Eliastik - [eliastiksofts.com](http://eliastiksofts.com) - Contact : [eliastiksofts.com/contact](http://eliastiksofts.com/contact)
|
|
211
221
|
* Licence : GNU GPLv3 (voir le fichier LICENCE.txt)
|
|
212
222
|
|
|
@@ -272,7 +282,7 @@ Vous pouvez créer un fichier de configuration **local.json** dans le dossier **
|
|
|
272
282
|
````
|
|
273
283
|
{
|
|
274
284
|
"ServerConfig": {
|
|
275
|
-
"version": "1.2.
|
|
285
|
+
"version": "1.2.4", // La version du serveur
|
|
276
286
|
"port": 3000, // Le port sur lequel lancer le server
|
|
277
287
|
"proxyMode": false, // Mettez à true si votre serveur est derrière un proxy - par défaut false
|
|
278
288
|
"numberOfProxies": 1, // Configure le nombre de proxies devant votre serveur. Par défaut 1. Voir : https://expressjs.com/en/guide/behind-proxies.html / https://express-rate-limit.mintlify.app/guides/troubleshooting-proxy-issues
|
|
@@ -321,7 +331,17 @@ Vous pouvez créer un fichier de configuration **local.json** dans le dossier **
|
|
|
321
331
|
|
|
322
332
|
## Journal des changements
|
|
323
333
|
|
|
324
|
-
* Version 1.2.
|
|
334
|
+
* Version 1.2.4 (06/12/2025) :
|
|
335
|
+
- Mise à jour des dépendances
|
|
336
|
+
|
|
337
|
+
* Version 1.2.3 (02/11/2025) :
|
|
338
|
+
- Mise à jour vers Node 24 LTS
|
|
339
|
+
- Mise à jour des dépendances
|
|
340
|
+
|
|
341
|
+
* Version 1.2.2 (07/10/2025):
|
|
342
|
+
- Mise à jour de SnakeIA vers la version 3.0.1
|
|
343
|
+
|
|
344
|
+
* Version 1.2.1 (07/10/2025):
|
|
325
345
|
- Correction d'un bug où le jeu restait bloqué sur le message "Chargement..." lorsque la partie était recommencée
|
|
326
346
|
|
|
327
347
|
* Version 1.2.0 (05/10/2025) :
|
|
@@ -423,4 +443,4 @@ This program is free software: you can redistribute it and/or modify it under th
|
|
|
423
443
|
|
|
424
444
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
425
445
|
|
|
426
|
-
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
|
446
|
+
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
package/config/default.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snakeia-server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Server for multiplaying in SnakeIA (https://github.com/Eliastik/snakeia)",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/Eliastik/snakeia-server#readme",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"body-parser": "^2.2.
|
|
21
|
+
"body-parser": "^2.2.1",
|
|
22
22
|
"config": "^4.1.1",
|
|
23
23
|
"cookie-parser": "^1.4.7",
|
|
24
24
|
"csrf-csrf": "^4.0.3",
|
|
25
25
|
"ejs": "^3.1.10",
|
|
26
|
-
"express": "^5.1
|
|
27
|
-
"express-rate-limit": "^8.1
|
|
26
|
+
"express": "^5.2.1",
|
|
27
|
+
"express-rate-limit": "^8.2.1",
|
|
28
28
|
"html-entities": "^2.6.0",
|
|
29
|
-
"i18n": "^0.15.
|
|
30
|
-
"jsonwebtoken": "^9.0.
|
|
29
|
+
"i18n": "^0.15.3",
|
|
30
|
+
"jsonwebtoken": "^9.0.3",
|
|
31
31
|
"node-fetch": "^3.3.2",
|
|
32
32
|
"seedrandom": "^3.0.5",
|
|
33
33
|
"snakeia": "^3.0.1",
|