EionRobb / pidgin-pushbullet

A Pushbullet plugin for Pidgin
GNU General Public License v3.0
42 stars 12 forks source link

This fixes #32 and possibly #31 and #29 #34

Closed apippin closed 5 years ago

apippin commented 5 years ago

These changes address a few issues:

  1. Added an option to not echo outbound SMS messages
  2. Added an option to not show SMS messages from a specific number (like your own that is sending SMS messages to prevent them from being echoed back)
  3. Cleaned up some Json-Critical messages
  4. Removed caching of main_sms_device, enabling it to search for new sms devices each time it starts up (this enables the plugin to keep working when you setup a new phone)
EionRobb commented 5 years ago

Awesome, thank you so much :)