ThinkOS 7
Vars | |
all_callers | List of messengers we've heard from. Assoc'd list, (address_1 = sendername) |
---|---|
blocked_numbers | List of messengers we don't want to hear from anymore -- set by name, not address_1! |
hosted_files | Files we're hosting. Assoc'd list, (passkey = filedatum) |
knockoff | Whether this is a stupid syndie knockoff PDA with copyright avoiding program names |
muted_mailgroups | List of mailgroups we don't want to hear from anymore |
recent_callers | List of recent callers, so you get the long sound for the first message, and a shorter one for that same person after that |
report_refresh_queued | Whether there's a PDA-report packet-reply-triggered UI update queued |
Procs | |
AddCaller | Adds the sender's name to the list of people who sent stuff to this device |
CheckForPasskey | check if the message is one of the fileshare passkeys, then try to send them the file |
CrisisAck | Generates and sends the ACK response to a crisis alert |
HostFile | Hosts a file on your PDA with an md5 passkey for others to request |
ManageRecentCallers | Reads list of recent callers and adds them if they're not there Returns TRUE if they're on the list |
Var Details
all_callers
List of messengers we've heard from. Assoc'd list, (address_1 = sendername)
blocked_numbers
List of messengers we don't want to hear from anymore -- set by name, not address_1!
hosted_files
Files we're hosting. Assoc'd list, (passkey = filedatum)
knockoff
Whether this is a stupid syndie knockoff PDA with copyright avoiding program names
muted_mailgroups
List of mailgroups we don't want to hear from anymore
recent_callers
List of recent callers, so you get the long sound for the first message, and a shorter one for that same person after that
report_refresh_queued
Whether there's a PDA-report packet-reply-triggered UI update queued
Proc Details
AddCaller
Adds the sender's name to the list of people who sent stuff to this device
CheckForPasskey
check if the message is one of the fileshare passkeys, then try to send them the file
CrisisAck
Generates and sends the ACK response to a crisis alert
- group_id: The group to reply to
- caller_id: The PDA ID who called the alert
- noreply:
noreply
data from alert message signal
HostFile
Hosts a file on your PDA with an md5 passkey for others to request
ManageRecentCallers
Reads list of recent callers and adds them if they're not there Returns TRUE if they're on the list