Commit Graph

5 Commits

Author SHA1 Message Date
skull132 849ac27e24 Text SQL Sanitzation Fixes
Because I was dumb. This should fix issues with notes and warnings, previously generated by the inputs not getting sanitized properly, and thus driving SQL insane.
2015-10-25 22:32:51 +02:00
skull132 d6b539c9d2 SQL Backend Update 2
Updating all table names referenced in the code to match a more suitable
structure.
2015-06-21 20:57:40 +03:00
skull132 8a0e383458 SQL notes fix
Now fetches actual data, so that it doesn't return null-strings.
And also checks if a client is still present or not.
2015-06-08 23:40:21 +03:00
skull132 d11456a586 Fixes for notes
* Fixes the dumb with the caller name saving
* Disables the transfer proc
2015-06-08 21:35:26 +03:00
skull132 963378041a SQL notes system
Creates and impliments a system of playernotes that actively pulls data
from SQL. Has one transfer proc in it that probably should not be run
unless the table is set up.
2015-06-07 00:53:22 +03:00