Commit Graph

14 Commits

Author SHA1 Message Date
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