skull132
d136181f8c
Ban Mirroring - Hotfix
...
Bad prepared statement execution fixed.
2016-05-18 21:57:53 +03:00
skull132
92847d06b3
Ban System Update - better mirroring
...
Mirrors have been updated to actually fetch the active mirror, as opposed to using an old mirror and referencing that, and then letting the banned individual through.
You can also now view the mirrors for a ban.
Also denies entry for people who for _some_ reason lack a computer ID or an IP address. The former can be done by using a specific wsock32.dll in your BYOND bin to bypass bans.
2016-05-01 13:47:33 +03:00
skull132
5d66916a45
Banning Update
...
Fetches a CID and IP automatically, if none are entered.
2016-04-30 15:02:11 +03:00
skull132
f3ae9b6251
Fixes #238
2016-03-26 06:41:55 +02:00
skull132
8b5c7bc2c5
Conflict resolution
...
Merge remote-tracking branch 'Aurorastation/development'
# Conflicts:
# config/example/config.txt
2016-03-25 22:25:41 +02:00
skull132
524a6fe26e
Fixing Verbs
...
Adds check_ai_laws and check_rune_words to moderators.
Removes debug_variables from standard holders so we don't have aux staff doing silly things.
Removes a duplicate entry of empty_ai_core_toggle_latejoin.
2016-03-25 16:26:10 +02:00
skull132
89945c5324
Resolves #232
...
Mods now have check contents again.
2016-03-25 02:19:22 +02:00
skull132
8383f1c03b
Generalizing establish_db_connection() and setup_database_connection()
...
Both procs are now generalized, and accept a DBConnection object as an argument. Due to this generalization, all instances of `establish_db_connection()` must be renamed to `establish_db_connection(dbcon)`.
Also added variable `failed_connections` to the definition of DBConnection.
2016-03-04 00:53:37 +02:00
skull132
9a82cb5de1
Fixes forwarding emergency messages
2016-02-21 22:18:40 +02:00
skull132
dc2664ece8
Attack log toggle for mods
2016-02-21 16:46:38 +02:00
skull132
c2b43989ed
Warning fixes
...
0 is considered null, insetad of an integer. Silly.
2016-02-21 16:26:12 +02:00
skull132
10d123b37d
Merge pull request #8 from Aurorastation/master
...
Bot Things
2016-02-19 18:00:49 +02:00
skull132
2e9c38797c
SQL Mistakes
...
It was referencing a predefined table that is now obsolete.
2016-02-19 16:42:51 +02:00
skull132
15810ef8b4
show_player_info_discord()
...
Creates a proc to fetch notes from the DB and send them onto discord, once requested.
2016-02-16 17:42:36 +02:00
skull132
121d4fcdd7
Discord over IRC
...
Converts and replaces all IRC centric procs, vars, etcetera, into discord centric ones.
2016-02-16 17:42:00 +02:00
skull132
e309f2216a
Dev Perms For Days
2016-02-16 01:44:27 +02:00
skull132
be4840f920
Warnings Fixes
...
For editing them, and for editing them.
2016-02-16 01:28:57 +02:00
skull132
9478441201
Player Notes Edit
...
Typos are awful.
2016-02-16 01:28:28 +02:00
skull132
0f5818d2b0
Third Party PM Visibility
...
Only mods and admins should now see them.
2016-02-11 17:36:12 +02:00
skull132
4ebb3e7d3b
Fixing Note editing/deleting
...
dbnote_id -> dbnoteid for href-ing.
2016-02-10 13:30:00 +02:00
skull132
d0b8bb018a
Typo
...
Information is spelled properly.
2016-02-10 13:29:35 +02:00
skull132
eebe08875a
Msay Restriction
...
Only people with +MOD or +ADMIN can now see msay. As is proper.
2016-02-10 00:54:42 +02:00
skull132
71e475cac9
+CCIAA bugs
...
Fixes the following:
* CCIA Agent access on CC
* CCIAAs can now see faxes
* Sent faxes are saved properly
* "Send New Fax" hyperlink works, from the check-fax-history menu
2016-02-10 00:54:15 +02:00
skull132
0f0c477d68
Notes Hotfix
...
Now actually adds them onto SQL.
2016-02-09 23:52:00 +02:00
skull132
f1ebd94d4a
Fixing Adminhelps
...
Stupid mistake while removing R_MENTOR.
2016-02-08 23:44:24 +02:00
skull132
d0a229c899
Fixing handle_ban_mirroring()
...
It was supposed to pass a list into the Execute() proc, but wasn't.
2016-02-07 16:46:28 +02:00
skull132
d465b9aabe
Runtime Fix
2016-02-07 14:59:04 +02:00
skull132
33377b42f1
Clear Toxins/Fire in Zone verb
2016-02-07 14:25:15 +02:00
skull132
41a6c09fe8
Stylesheet Fixes
...
Adds the two CSS classes referenced by dev- and cciaasay.
2016-02-07 01:08:06 +02:00
skull132
fc6221eeee
Mirroring Bans
...
No more "New ban for every attempted dodge." Mirrored bans are linked to an associative table, and then checked against the referenced original ban. Cuts down on the amount of clutter that exists.
2016-02-06 18:17:55 +02:00
skull132
6d19ca3ad4
Fixes #52
...
Fixes to the ParseArguments() proc and the warnings panel.
2016-02-06 12:07:18 +02:00
skull132
1e1261e54c
Compile Hotfix
...
Dirty merging is bad.
2016-02-06 02:16:03 +02:00
skull132
26a449b861
Merge remote-tracking branch 'Aurorastation/development'
...
# Conflicts:
# code/modules/admin/admin_verbs.dm
2016-02-06 02:08:11 +02:00
skull132
481cbf423d
+CCIAA and +DEV Finalization
2016-02-06 01:52:50 +02:00
skull132
fda5a7781f
Remove R_MENTOR & R_HOST
...
Flags unnecessary, procs and functions concerning them removed.
2016-02-05 23:20:39 +02:00
Ryan784
0143439a22
BST Update 1.0
...
Gave Admins their flag because they would whine otherwise.
2016-02-05 16:19:44 -05:00
Ryan784
8277f9e779
BST Import/access for Devs/Admins
...
Bluespace Technicians are back! And better than ever. And by better, I
mean exactly the same. Hoorah.
2016-02-05 15:51:01 -05:00
skull132
301dea9abf
Merge remote-tracking branch 'Ryan/DEV-Flags'
...
Conflict clearance.
2016-02-05 18:28:51 +02:00
skull132
1f7f3b1751
CCIAA - Send_admin_fax() -> create_admin_fax() & Fixes
...
The proc create_admin_fax() now works fully, under all scenarios tested.
2016-02-05 18:24:55 +02:00
Ryan784
6440d79d28
Updates to dev verbs
...
Added in jumping to places as aghost, as opposed to having to fly there
manually to see/bugfix.
2016-02-04 17:04:45 -05:00
Ryan784
ff2cbdb885
DEV Flag update
...
Here we go? Hopefully this will let me sync
2016-02-03 23:10:29 -05:00
Ryan784
650c34ee4c
DEV Flags + Perms + Verbs
...
The Dev Flag and status is back in game! As of right now, you will have
to play around with the values in regards to the defines in setup.dm
(specifically with CCIAA), but everything works fine, besides maybe Devs
having some verbs they shouldn't for some reason..
But besides that, it's peachy.
2016-02-03 22:57:34 -05:00
skull132
8569d1c1ab
+CCIAA Flag
2016-02-02 23:37:15 +02:00
skull132
80720990e3
Dibs
2016-02-02 17:14:41 +02:00
skull132
36276324a6
Fix for Wind Message
2016-02-02 16:28:49 +02:00
skull132
a1855071ad
More R_MOD Fixes
...
They can now use the JMP links.
2016-02-02 15:00:51 +02:00
skull132
f51572114b
Admin logs for Mods
...
Scrubs
2016-02-01 22:13:26 +02:00
skull132
fcd393ee94
Merge pull request #33 from skull132/SQL-backend-import
...
Sql backend import
2016-02-01 16:11:10 +02:00
skull132
80e6b30245
Wind & Unwind Mob -> Toggle Wind
...
Just a simple change to make the branch compatible with upper.
2016-02-01 16:08:23 +02:00
skull132
179431115b
Merge remote-tracking branch 'Aurorastation/development' into SQL-backend-import
...
# Conflicts:
# code/modules/admin/admin.dm
# code/modules/admin/admin_verbs.dm
All conflicts cleared. Wind funciton needs a quick redo as a result.
2016-02-01 16:00:54 +02:00