Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed callback_url to callback_command to give user better configurability | Ted Trask | 2010-10-06 | 1 | -8/+12 |
| | |||||
* | Restructure some selects to makes getting values slightly more efficient. | Ted Trask | 2010-10-04 | 1 | -11/+10 |
| | |||||
* | Removed one remaining reference to old checktable function. | Ted Trask | 2010-10-01 | 1 | -8/+6 |
| | |||||
* | Made table creation better by switching from active check to passive check. | Ted Trask | 2010-10-01 | 1 | -72/+70 |
| | |||||
* | Changed callback extension to be specified in user config rather than in ↵ | Ted Trask | 2010-09-30 | 1 | -0/+1 |
| | | | | messages list. | ||||
* | Several changes to improve speed and efficiency | Ted Trask | 2010-09-28 | 1 | -56/+79 |
| | | | | | | | Added list_passwords function and implemented auth.read_entry to speed up the authenticator library. Modified users, values, and params tables to use integer references, rather than varchar. Made complicated query for list_users, rather than looping in lua. And added some indexes. The changes to schemas breaks backwards compatibility. | ||||
* | Added basic verification of e-mail address | Ted Trask | 2010-09-17 | 1 | -39/+43 |
| | |||||
* | Added callbackmessage function. Uses new config parameter callback_uri. | Ted Trask | 2010-09-17 | 1 | -0/+46 |
| | |||||
* | For some reason, reporting a length messed up the downloaded filename. | Ted Trask | 2010-09-14 | 1 | -1/+0 |
| | |||||
* | Split fullname into firstname and lastname fields. | Ted Trask | 2010-09-13 | 1 | -8/+8 |
| | |||||
* | Fixed exception with table creation. | Ted Trask | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Added support for folders, even though default vm IVR doesn't handle them. | Ted Trask | 2010-09-10 | 1 | -4/+72 |
| | | | | Basically, they'll be hidden unless you add folder definitions to voicemail_folders table. | ||||
* | Initial cut - but pretty close to complete.v0.0.1 | Ted Trask | 2010-09-09 | 1 | -0/+638 |