Commit Graph

80 Commits

Author SHA1 Message Date
scatterflower
f01db9b22e
Merge pull request #120 from Salanto/add-asset-packet
Add asset packet + network encoding
2021-05-11 08:44:09 -05:00
in1tiate
5193e11401 add bypass locks permission 2021-05-05 09:32:16 -05:00
Salanto
5248cc718f Add asset packet + AO NetEncode 2021-05-05 00:11:37 +02:00
scatterflower
3403d45676 add auth skip 2021-04-26 02:19:19 -05: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
scatterflower
e53fd2a02e add evidence 2020-10-06 13:00:39 -05:00
scatterflower
ae6a6f7e94 implement pairing and other ic features 2020-10-05 15:57:30 -05:00
scatterflower
288e8ffa49 add modcall and IC logging 2020-10-04 14:35:45 -05:00
scatterflower
fde0c4b78f add validation for 2.4.x packets, and a lot more 2020-10-03 14:57:30 -05:00
scatterflower
2cc415e42b add some user management command 2020-09-29 06:11:04 -05:00
scatterflower
7c6b892fb9 add background changing 2020-09-29 04:49:16 -05:00