0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a security-ish mechanism in the delete function that will stop users from deleting the first account More... almost 18 years ago
Added the "public" keyword to the get_type function. Also added a get_version function. We might need it in the future More... almost 18 years ago
Added a comment by the get_error method where there is some questionable syntax. It may be correct but I'm not sure. Please check it out. More... almost 18 years ago
I added some is_resource() checks on the methods that require that you enter a resource. It couldn't hurt More... almost 18 years ago
Moved the variable-getting in login() so it works like this: More... almost 18 years ago
Whoops, missed a spot. ;) More... almost 18 years ago
A continuation of what I did in revision 107 - you don't need to test whether the value of something is false and then explicitly return false. More... almost 18 years ago
Finished updating the comments More... almost 18 years ago
More comments More... almost 18 years ago
Updated lots of comments More... almost 18 years ago
I removed some rather extraneous error handling in the query() method - all More... almost 18 years ago
Changed from an if/else form to the ternary operator which resulted in much cleaner code. Looks nicer too More... almost 18 years ago
Spaced out some of the code to make it more readable More... almost 18 years ago
Rearranged some stuff More... almost 18 years ago
Finished updating the comments now More... almost 18 years ago
I am done (thankfully) with the comment updating on functions.php More... almost 18 years ago
[no comment] More... almost 18 years ago
More comment updates. 100th revision, by the way :) More... almost 18 years ago
Even MORE updating of comments More... almost 18 years ago
Updating the comments... More... almost 18 years ago
More comment updating More... almost 18 years ago
Updated the comments and edited the return values of the resend_verify function to only booleans. More... almost 18 years ago
More comments updates More... almost 18 years ago
More updating of the comments More... almost 18 years ago
Did some updating of the comments More... almost 18 years ago
Added a ban table (in anticipation of using more tables [esp. for config], the table creation queries now go in an array. It's not as messy as it sounds. ;)) More... almost 18 years ago
Added a false return value to the logout function on error More... almost 18 years ago
Did a little error-checking on the actual logout function. I also edited the comment at the top, and I think that I will edit the rest of them as the time goes by to resemble this one More... almost 18 years ago
Updated to use sess_check() instead of manual session variable checking More... almost 18 years ago
Got the str_replace syntax backwards. More... almost 18 years ago