summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.4.1v0.4.10.4-stableTed Trask2015-04-121-1/+1
* Fix Event Socket access by using luasocket library rather than nc and run_exe...Ted Trask2015-04-121-16/+32
* Fix bug in listmessages view where username is wrong for forwarding messagesTed Trask2015-03-301-1/+1
* Bump version to 0.4.0v0.4.0Ted Trask2014-04-261-1/+1
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-253-79/+60
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and...Ted Trask2014-02-032-66/+70
* Change bulk creation to use nid from database rather than hardcodingTed Trask2013-12-231-8/+14
* Added validation for group creationTed Trask2013-12-231-34/+61
* Some cleanup of bulk creationTed Trask2013-12-082-33/+38
* Add batch account creationTed Trask2013-12-084-3/+55
* Bump version to 0.3.2v0.3.2Ted Trask2013-11-201-1/+1
* Removed unnecessary styles from tablesorter header rowTed Trask2013-11-202-2/+2
* Add tablesorter zebra widgetTed Trask2013-11-192-2/+2
* Change sql to use BEGIN rather than STARTTed Trask2013-11-181-1/+1
* Clean up authenticator to properly report fieldsTed Trask2013-11-171-3/+16
* Bump version to 0.3.1v0.3.1Ted Trask2013-11-131-1/+1
* Fix bug where deleting blank user deletes all usersTed Trask2013-11-131-1/+1
* Bump version to 0.3.0v0.3.0Ted Trask2013-10-311-1/+1
* Fix to use escape function from db libraryTed Trask2013-10-191-10/+10
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-183-62/+69
* Change use of require to work with Lua 5.2Ted Trask2013-10-094-6/+6
* Use acf.db library from acf-lib-0.6.0Ted Trask2013-10-091-132/+47
* Only load js libraries if not already loadedTed Trask2013-10-033-30/+29
* Bump version to 0.2.1v0.2.1Ted Trask2013-05-251-1/+1
* Modified escape function and used it in more placesTed Trask2013-05-131-5/+5
* Bump version to 0.2.0v0.2.0Ted Trask2013-01-081-1/+1
* Fixed move message bugsTed Trask2013-01-083-5/+5
* Fixed email message bugsTed Trask2013-01-082-5/+5
* Fix bug in forwarding messagesTed Trask2013-01-081-1/+1
* Fix CallMe linkTed Trask2013-01-082-3/+3
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-32/+16
* Bump version to 0.1.2v0.1.2Ted Trask2012-12-261-1/+1
* Fixed bugs caused by not being thorough when changing function prototypesTed Trask2012-12-261-3/+3
* Cleaned up use of viewtypeTed Trask2012-11-252-6/+4
* Bumped version to 0.1.1v0.1.1Ted Trask2012-10-281-1/+1
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
* Added require statement for html libraryTed Trask2012-10-022-0/+2
* Bumped version to 0.1.0v0.1.0Ted Trask2012-07-091-1/+1
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-17/+17
* Change vmail-controller.lua to use new handle_form() functions found in acf_w...Zach LeBar2012-02-283-99/+172
* Started making changes for acf-core-0.15Ted Trask2012-02-237-75/+80
* Fix sql escape to not escape \Ted Trask2012-02-091-2/+1
* Changed authenticator to not show vmail users when listing all users, but sti...Ted Trask2012-02-091-0/+2
* Mark message as read after playing, downloading, or callbackTed Trask2011-12-211-1/+15
* Bumped version to 0.0.14v0.0.14Ted Trask2011-11-171-1/+1
* Fixed delete_user to delete the entry in voicemail_prefs and all recordingsTed Trask2011-11-171-0/+6
* Fixed typoTed Trask2011-07-141-1/+1
* Fix notification when you change someone else's messageTed Trask2011-07-131-3/+15
* Updated name and description of vm-keep-local-after-email because it will del...Ted Trask2011-07-081-1/+1
* Fixed bug where deleting blank user deleted all messages and the first userTed Trask2011-06-211-22/+26