Changelog
2015-04-17
Logging in works!
2015-04-14
Added a function that checks if an IP originates from CloudFlare and then replaces the IP with the proper one set in the header.
Added some IP checking related functions.
Added a function that checks e-mail address domains for (valid) MX-records.
Bundled the PayPal SDK.
2015-04-13
Removed static location references from the CSS files.
Added logout function.
Exported updated SQL structure.
2015-04-12
Updated the directory structure of the assets.
Added a function to retrieve all users that signed up using a given IP address.
Fixed massive mistake in the Hashing class causing all password hashes to be broken.
2015-04-07
Added login function.
Updated authentication pages.
Replaced all tab characters with 4 spaces.
2015-04-06
Improved template engine wrapper.
Started with the authentication implentation.
Implemented the earlier mentioned sessioning system.
Exported updated SQL structure.
Fixed mistake in .htaccess.
Removed static location references.
Open source'd and repository now hosted on GitHub.
2015-04-05
Exported updated SQL structure.
Improved news related functions.
Added example configuration file.
2015-04-02
Added news RSS feed.
Made the statistics on the homepage actually work.
Added the news page.
Made the markdown parsing function have access to the parser (>.>).
Added hardcoded dummy user and group.
2015-04-01
Switched the markdown parsing function to public.