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
c7888d777c
woops change that var name too
2021-04-08 14:09:33 -05:00
scatterflower
18597cb4a3
fix incorrectly setting char_id when argument is invalid
2021-04-08 14:06:27 -05:00
scatterflower
5f405c20bc
Merge pull request #57 from Salanto/allow_blankposting-command
...
Add allow_blankposting-command
2021-04-07 00:31:15 -05:00
MangosArentLiterature
ea131504e7
Prevent additive text between different characters.
2021-04-06 23:45:47 -05:00
MangosArentLiterature
eeab77c136
Add a single blankspace to the front of additive messages.
...
in1t basically wrote this code. Currently Akashi trims blankspaces, making additive text appear.like so. This remedies it by adding a single blank space to the front of additive messages.
2021-04-06 22:05:04 -05:00
Salanto
c841f74196
Add allow_blankposting-command
...
+ update sample config
2021-04-05 23:18:08 +02:00
in1tiate
57b32819e7
fix showname being set to " " when it shouldn't
2021-04-03 13:01:34 -05:00
scatterflower
5e79cf3f9f
allow blank showname
2021-04-03 03:29:52 -05:00
scatterflower
7f3d077710
Merge pull request #41 from AttorneyOnline/muties-for-cuties
...
Add various mute commands, plus a system for gently chastising users for being muted
2021-04-02 11:49:32 -05:00
scatterflower
f0926f640c
Merge branch 'master' into iniswap-pair
2021-04-02 11:48:29 -05:00
scatterflower
742983c68c
Merge pull request #44 from Salanto/Fix-ICColor
...
Fix-ICColor
2021-04-02 11:47:14 -05:00
in1tiate
ca7fe90958
check the other client's pos against ours before pairing
2021-04-01 13:14:14 -05:00
Salanto
43b12ea5aa
Update packets.cpp
...
The AO Client supports up to twelve colors by default.
2021-03-31 19:16:34 +02:00
in1tiate
ed3b043f40
use iniswaps for pairing
2021-03-30 22:06:02 -05:00
in1tiate
5277a7dd7c
i was supposed to not commit this all at once but i forgot
2021-03-23 20:42:53 -05:00
in1tiate
64d745dc0f
Merge branch 'master' into feature/net-auth
2021-03-15 18:17:12 -05:00
Salanto
6415732da3
Logic is hard, mkay?
2021-03-15 16:38:37 +01:00
Salanto
6de72085af
Prevent empty OOC name
2021-03-15 12:45:39 +01:00
in1tiate
82a53826a9
properly support music stopping
2021-03-14 20:35:07 -05:00
scatterflower
ae0d308ec7
apparently ipids are different
2021-03-14 12:01:27 -05:00
scatterflower
c673339653
Add mute and unmute
2021-03-14 08:21:58 -05:00
scatterflower
18f76d68ea
fix crash from old music packets
2021-03-13 03:17:46 -06:00
in1tiate
a62b12fb7a
fix area config reading based on sanitized name
2021-03-12 05:01:31 -06:00
in1tiate
32c2d6a5e2
Merge branch 'master' into motd
2021-03-11 21:45:49 -06:00
in1tiate
d7870fd017
call arup in loadingDone instead of changeCharacter
2021-03-11 19:31:33 -06:00
Salanto
06864e115a
Make MODT editable - Part 1
2021-03-12 00:44:27 +01:00
Salanto
3e1f9825ca
motd. Can't get simpler than that.
2021-03-11 22:42:47 +01:00
scatterflower
325aeb5349
Merge pull request #21 from AttorneyOnline/in1tiate/commands-uwu
...
Fixes and improvements
2021-03-11 13:42:48 -06:00
in1tiate
bd471eda00
switch to QRegularExpression for client version validation
2021-03-11 04:32:41 -06:00
scatterflower
8c39d6ee35
finish implementing evidence mod
2021-03-11 03:33:35 -06:00
in1tiate
7157d5410e
vastly improve client version string validation
2021-03-11 02:22:03 -06:00
scatterflower
1d4c1b8cda
add all evidence mods EXCEPT hiddencm
2021-03-11 02:05:38 -06:00
scatterflower
5b328859cd
Merge pull request #20 from AttorneyOnline/in1tiate/commands-uwu
...
Add /help, /status, /forcepos, /currentmusic, /pm; 2.9 compatibility fixes
2021-03-11 00:32:41 -06:00
in1tiate
ae338b1ac0
please compile before you commit, rose
2021-03-10 21:02:59 -06:00
in1tiate
6aff469a8c
send only x offset to old clients
2021-03-10 20:56:07 -06:00
in1tiate
d84c20784d
add ~stop.mp3 checking
2021-03-10 20:33:37 -06:00
in1tiate
d04fef0ded
add currentmusic, define forcepos in aoclient.h
2021-03-10 20:10:05 -06:00
scatterflower
b4817f1cb1
Merge pull request #19 from AttorneyOnline/in1tiate/commands-uwu
...
Add /area, /play, /area_kick, /switch, /randomchar, /toggleglobal, and /mods
2021-03-10 04:55:40 -06:00
in1tiate
49071e6936
add global chat toggle
2021-03-09 18:40:58 -06:00
in1tiate
d1918e50a9
add area_kick, switch, randomchar
2021-03-09 18:09:28 -06:00
in1tiate
9985b7daf8
fix bounds checking, add /play
2021-03-09 17:43:20 -06:00
in1tiate
7d87a7027f
add bounds checking to /area and evidence
2021-03-09 17:24:52 -06:00
in1tiate
0c9e432fab
Merge branch 'master' into feature/net-auth
2021-03-09 14:41:08 -06:00
in1tiate
d2890e6e86
some fiddling
2021-03-09 14:35:23 -06:00
in1tiate
2a9eb18c5e
add net auth + desk mod validation update
2021-03-09 14:24:03 -06:00
scatterflower
4ff32f099e
Merge branch 'master' into feature/iniswap_lock
2021-03-09 14:04:32 -06:00
scatterflower
d0dbd41232
Merge pull request #15 from AttorneyOnline/feature/dezalgo
...
Add "dezalgo" for IC and OOC chat
2021-03-09 14:03:48 -06:00
in1tiate
576b915828
send user id in hwid packet
2021-03-09 13:40:01 -06:00
in1tiate
088b34064f
add iniswap locking
2021-03-09 13:23:32 -06:00