index
:
blasms
master
l_bratch/blasms/ import from blatech.co.uk from 04/02/2023
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blasms.c
Age
Commit message (
Expand
)
Author
2010-10-30
Remove unnecessary commented debug lines
Luke Bratch
2010-10-30
Fix off-by-one error in name to number lookups after multiple name phonebook ...
Luke Bratch
2010-10-30
Add support for multiple names per line in phonebook.conf
Luke Bratch
2010-10-29
Ensure command lengths are equal when matching to configuration file
Luke Bratch
2010-10-29
Modify command length limit from 8 to 10
Luke Bratch
2010-10-29
Fix multiple %P macros (name to number lookups)
Luke Bratch
2010-10-29
Perform command length check when parsing configuration file
Luke Bratch
2010-10-29
Add support for case insensitive name to number matching
Luke Bratch
2010-10-29
Make name to number lookups exit on failing
Luke Bratch
2010-10-29
Make name to number lookups set the correct offset
Luke Bratch
2010-10-27
Added %P macro, which converts a name to a number for sending SMSes
Luke Bratch
2010-10-27
Stop SMS commands being sent as part of the final SMS
Luke Bratch
2010-10-27
Renamed smsparse.conf to blasms.conf
Luke Bratch
2010-10-27
Rename main source file (project was renamed)
Luke Bratch