Commit Graph

33 Commits

Author SHA1 Message Date
GDN
0b8c196f67 tgchat day zero changes (#23872)
* tgchat day zero changes

* Update code/game/verbs/ooc.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-01-21 22:07:57 +00:00
AffectedArc07
d98aec53b7 Some hotfixes (#17464) 2022-03-04 21:57:35 +01:00
AffectedArc07
4db2b24e41 Fixes an exploit in notes (#17444) 2022-02-24 20:50:59 +01:00
AffectedArc07
7dc3d906d1 Actually tack the values on 2021-10-13 18:26:41 +01:00
AffectedArc07
bede78aeff Removes table prefixes 2021-07-26 17:21:24 +01:00
AffectedArc07
7486d026b7 READY 2021-05-23 17:26:17 +01:00
Qwertytoforty
0c283f6008 completes the spelling (#15544) 2021-02-18 16:08:41 +00:00
AffectedArc07
adb9b58f8e Updates some admin stuff (#15297)
* Fixes camera view

* Unique CID tracking notes

* Ban tracking

* Note round IDs

* Karma viewing

* Minor tweak

* Manual ban job bans

* More tweaks

* Farie tweaks

* Connection result field

* Orange watchlist names

* Autopopulate tickbox
2021-01-16 16:38:45 -05:00
AffectedArc07
2bad70717c Async SQL + SSdbcore (#15007)
* Initial Commit - Async SQL

* First batch of queries

* More progress

* Nukes DB Polls

* More work

* oops

* One push

* Notes work now

* Ok these work

* Watchlist done

* Async Bans!

* Async Permissions

* Async client procs

* I officially hate preference datums

* Also these

* Async Custom Items

* Async Karma

* Async Library

* Async TOS

* Cleans out the old SQL code

* CI Sanity

* Apparently MySQL doesnt support this

* What about this

* Maybe this

* Review pass 1

* This too

* Fixes job ban loading

* Fix undeleted queries

* Prevents sensitive queries being logged

* Documentation + tweaks

* Adds a verb to force reconnect the DB

* More review tweaks

* Farie tweaks

* Fixes this
2020-12-16 15:46:25 -05:00
AffectedArc07
d6af52dd2b world/Topic Refactor (#14850)
* world/Topic Refactor

* These arent needed anymore

* How could I forget this

* Biggest edit ever

* Forgot this

* Mini refactor
2020-12-09 11:24:33 -05:00
Bizzonium
9b1d61bdf9 Code improvements 2020-08-03 00:28:50 +03:00
Bizzonium
5d779da274 Better code 2020-08-03 00:02:41 +03:00
Bizzonium
710c32553f Sanitize usr 2020-08-02 21:16:56 +03:00
AffectedArc07
37f1cf5ee9 Fixes note search log + Minor TGUI fix 2020-07-01 07:48:46 +01:00
AffectedArc07
6fc2d8d8d9 Adds logmessages 2020-06-26 21:10:45 +01:00
AffectedArc07
e586b97dec Improved note search 2020-06-26 16:36:20 +01:00
AffectedArc07
210f8badf4 Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors

* 3532 compile fixes later, got runtimes on startup

* Well the server loads now atleast

* Take 2

* Oops
2020-03-20 21:56:37 -06:00
Kyep
91a63e97a7 Add: notes are now recorded with player's playtime, for comparison 2019-12-16 17:20:07 -08:00
tayyyyyyy
57c700a814 Sanitize all inputs 2019-07-14 09:35:12 -07:00
Desolate
c974e29a3c global lists global defined 2018-10-02 15:52:46 -05:00
Krausus
2373aa6194 Makes notes table always use ckeys
This replaces several sanitizeSQL calls with ckey calls, which
effectively sanitizes on its own.

Admin ckeys are not ckeyized if they don't actually match the admin's
ckey, which only really happens with specific automated notes.
2017-02-28 00:49:54 -05:00
Tigercat2000
71e5344a98 Mass replace 2016-07-07 19:34:02 -07:00
Tigercat2000
78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Tigercat2000
5294b4c223 510: Remove BYGEX completely, remove autoconvert notes
notes (never used + uses bygex specific things)
2016-02-28 11:21:30 -08:00
Markolie
1a2459de0a check_rights/R_MOD update 2015-09-24 04:35:04 +02:00
Markolie
783afaf944 Remove double sanitization, update example config 2015-09-17 02:38:44 +02:00
Markolie
af9339f36f Correct i variable 2015-09-17 01:55:51 +02:00
Markolie
bdf43b0fc4 Add mass note conversion proc 2015-09-17 01:50:13 +02:00
Markolie
7ff5704565 Extra sanity check 2015-09-15 21:25:43 +02:00
Markolie
a09b295890 Make savefile-->SQL note converter functional 2015-09-15 21:19:19 +02:00
Markolie
5fbbd39cbc Notes IRC fix, add rights checks to watchlist/note procs 2015-09-15 19:21:56 +02:00
Markolie
3ff3945bab Player notes update 2015-09-15 05:10:03 +02:00