Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Deprecate application code | Malf Furious | 1 | -66/+0 | |
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. | |||||
2016-05-26 | Add copyright notice to Scrott class files | Malf Furious | 1 | -0/+14 | |
2016-03-05 | Add verify_ip security assertion | Malf Furious | 1 | -0/+15 | |
This assertion will be used app-wide. This asserts that the IP address a client uses to conenct to the app is constant throughout the the session's lifetime. This is to detect any session hijacking. If a session suddenly appears to be comming from a different IP address, the session will be killed. | |||||
2015-12-08 | + Added controller security assertions: require_https and forbid_https | M | 1 | -0/+20 | |
2015-11-21 | + Adding abstract controller class | M | 1 | -0/+17 | |