salmonqueuehandler.php | |
SalmonQueueHandler | Salmon queue handler class |
SalmonQueueHandler | Queue handler to send a Salmon notification in the background. |
transpost | Function to identify the transport method |
handle | Verify the salmon’s integrity, make sure the target is not from a banned instance, then send. |
isBannedInstance | Check if the originator or destination actor is on a banned instance |
Salmon queue handler class
the micro-blogging software
Copyright © 2016-2017, Maiyannah Bishop
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
https://www.gnu.org/licenses/agpl.html
Salmon queue handler class
Tested with PHP 7
Queue handler to send a Salmon notification in the background.
transpost | Function to identify the transport method |
handle | Verify the salmon’s integrity, make sure the target is not from a banned instance, then send. |
isBannedInstance | Check if the originator or destination actor is on a banned instance |
Verify the salmon’s integrity, make sure the target is not from a banned instance, then send.
function handle( $data )
Check if the originator or destination actor is on a banned instance
function isBannedInstance( Profile $originator, Profile $destination )