b0658cd000
save evidence
CI / build-windows (push) Blocked by required conditions
CI / build-linux (push) Blocked by required conditions
CI / check-clang-format (push) Waiting to run
2025-03-02 08:15:36 -03:00
dfb0ef2e58
update chars taken on area accordingly
CI / build-windows (push) Blocked by required conditions
CI / build-linux (push) Blocked by required conditions
CI / check-clang-format (push) Waiting to run
2025-03-02 07:24:25 -03:00
in1tiate
1c13786214
Mark AFK players in the player list ( #390 )
...
* Mark AFK players in the player list
* it works now
* remove accidental net debug
2025-01-28 02:40:19 -06:00
in1tiate
3ddd53e121
Don't send player updates unless info changed ( #389 )
2025-01-02 13:20:11 -06:00
in1tiate
3b7d6cafde
Make background locking a CM permission ( #379 )
2024-09-13 15:21:47 +02:00
stonedDiscord
cf5cadb45c
Webfiles ( #376 )
...
* add webfiles command
* only show chars who are swapping
Co-Authored-By: Salanto <62221668+Salanto@users.noreply.github.com>
* whitespace wow
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-09-09 19:02:06 +02:00
Salanto
13a49bafb5
Add server tag support ( #372 )
2024-08-02 21:08:37 +02:00
Leifa
c24c3ea387
Added background side locking ( #366 )
...
* Added background side locking
* Fix clang format
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-20 16:25:46 +02:00
Leifa
040f5a3216
Playerlist and repository structure changes ( #358 )
2024-06-23 18:57:56 +02:00
Cerapter
b740f5a3cd
Relocate akashi into a subdirectory.
...
Will be used to make space for tests as well.
2021-04-23 18:29:33 +02:00
MangosArentLiterature
2f69b51280
Limit the amount of data the server will read
...
Set a hard limit on 30KB that the server is willing to read, over two sequential reads. If the client sends more than 30KB combined, the server will disconnect the client.
2021-04-20 11:51:22 -05:00
MangosArentLiterature
9c3cd12202
Add a size limit to packets and a configurable maximum character limit for messages
...
- Limits packets to under 16KB
- Adds a configurable option to config.ini for setting the maximum amount of characters in an IC/OOC message
- Limits the size of OOC names to 30 chars
- The client already limits this, but this is an added precaution.
- Limits the length of shownames to 30 chars
- Implements shownames_allowed for areas, for toggling whether shownames are allowed for messages in that area
2021-04-19 19:44:46 -05:00
scatterflower
08ba6ef278
change curse list to int list, marked unavailable chars as taken
2021-04-18 18:57:33 -05:00
MangosArentLiterature
6dfd7d173a
Merge branch 'master' into messaging-commands
2021-04-18 16:18:05 -05:00
scatterflower
8156ae6515
add /charselect
2021-04-18 16:04:20 -05:00
MangosArentLiterature
760d46b206
add /charcurse and /uncharcurse
...
this code makes me want to die. please end my suffering.
2021-04-18 14:45:53 -05:00
in1tiate
93c4f19bfb
Merge branch 'master' into afk
2021-04-15 14:30:20 -05:00
in1tiate
12bba40a99
implement case announcements
2021-04-15 10:25:25 -05:00
in1tiate
9c6fa22ee5
fix being told youre afk twice if you use /afk before the timer runs out
2021-04-15 06:48:07 -05:00
in1tiate
a32b33d957
even more elegant repeat afk fix
2021-04-15 06:44:14 -05:00
in1tiate
96f2204b79
more elegantly fix repeated AFKing
2021-04-15 06:42:14 -05:00
in1tiate
42ca1d2779
fix AFK message being sent repeatedly
2021-04-15 06:40:07 -05:00
in1tiate
f0412e0e05
add AFK system
2021-04-15 06:34:31 -05:00
MangosArentLiterature
86c25555b2
Add a new method of loading values from config.ini
...
- Centralizes the loading of values from config.ini, loading them all in at server start and holding them in memory.
- Removes all other methods of loading config.ini values and replaces them with references to these central values.
- Removes getServerName() and getDiceValue()
2021-04-09 19:18:46 -05:00
scatterflower
18597cb4a3
fix incorrectly setting char_id when argument is invalid
2021-04-08 14:06:27 -05:00
MangosArentLiterature
43d73f7b91
Fix current char being removed from the char_taken list too early
2021-04-08 14:02:59 -05:00
scatterflower
b12cec09da
increment ver string and fix off by one out of bounds char selection
2021-04-03 23:57:45 -05:00
Cerapter
c13a2d06f9
Merge branch 'master' into feature/docs
2021-03-24 21:02:21 +01:00
Cerapter
bce07ec4c1
Further document AOClient
2021-03-21 21:02:53 +01:00
scatterflower
ae0d308ec7
apparently ipids are different
2021-03-14 12:01:27 -05:00
in1tiate
027876a6ba
Merge pull request #28 from AttorneyOnline/fix/characters-taken
...
Fix characters not being correctly marked as taken
2021-03-11 21:44:44 -06:00
in1tiate
ee9ae6d7c6
rework characters_taken to be a QList<int>
2021-03-11 20:09:04 -06:00
in1tiate
d7870fd017
call arup in loadingDone instead of changeCharacter
2021-03-11 19:31:33 -06:00
in1tiate
07a19fe8cd
don't allow for locked areas with no cm
2021-03-11 04:52:54 -06:00
in1tiate
953426fea1
fix status in area list, replace number() with str literal
2021-03-11 02:00:33 -06:00
in1tiate
edbb531e88
add /pm, make changing pos send SP packet
2021-03-10 20:29:17 -06:00
in1tiate
30ffc94a10
add forcepos and check for nonexistent client in invite
2021-03-10 19:59:35 -06:00
in1tiate
556fe9a0b1
improve arup function, add /status
2021-03-10 19:39:46 -06:00
in1tiate
d1918e50a9
add area_kick, switch, randomchar
2021-03-09 18:09:28 -06:00
in1tiate
18efacb886
set timers when you join and change areas
2021-03-06 00:41:10 -06:00
in1tiate
62b3f8647f
move CM check before auth check
2021-03-04 05:27:00 -06:00
in1tiate
3aa937f908
fix indentation
2021-03-04 05:25:23 -06:00
in1tiate
0b024abe5c
hook into ACL system for CM shenanigans
2021-03-02 20:45:01 -06:00
in1tiate
080e215fb3
cherrypick additional functionality from Salanto:Rolling-Rocks
2021-02-28 18:12:42 -06:00
in1tiate
7f615df8c5
comments, allow invited users 2 enter locked areas
2021-02-28 10:49:40 -06:00
in1tiate
30eb010bb6
compiles again, convenience messages
2021-02-28 10:08:23 -06:00
in1tiate
fd8654de97
add area locking
2021-02-28 09:59:37 -06:00
in1tiate
69da440e54
add invite system
2021-02-27 18:00:00 -06:00
in1tiate
033d4f93e5
add CMing and document commands
2021-02-27 17:36:21 -06:00
scatterflower
d76301cfcd
general cleanup, net debug switch
2020-10-06 13:45:28 -05:00