Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Central: Fixed instaDisc_verifyUser() | Kelly Rauchenberger | 2008-08-16 | 1 | -20/+7 |
| | | | | | | | Previously, instaDisc_verifyUser() was lazy and checked a user's existance by routing the input through instaDisc_checkVerification() with the static Verification ID of 0, but it was forgotten that a static Verification ID would work once and be rejected after that. Refs #25 | ||||
* | Central: Replaced adds with adds_block | Kelly Rauchenberger | 2008-08-16 | 1 | -3/+3 |
| | | | | | For some reason, the adds() function was being used to add block data instead of the correct function, adds_block(). Refs #25 | ||||
* | Central: Organized files | Kelly Rauchenberger | 2008-08-15 | 1 | -2/+2 |
| | | | | Refs #25 | ||||
* | Central: Added a login page | Kelly Rauchenberger | 2008-08-15 | 1 | -0/+100 |
Refs #25 |