Skip to content

Releases: divinity76/msgme

update login code, php8 compatibility

Choose a tag to compare

@divinity76 divinity76 released this 06 Oct 22:05

facebook broke it. fixed it.

fixed bug on non-english accounts

Pre-release

Choose a tag to compare

@divinity76 divinity76 released this 07 Dec 21:52

now it should work on all languages (was failing previously due to logout url detection, previously it detected logout button by textContent, which changes with languages, now its detected with the href attribute)

facebook fix

facebook fix Pre-release
Pre-release

Choose a tag to compare

@divinity76 divinity76 released this 03 Sep 15:24

fixed a facebook issue, now facebook is randomly asking people "do you want to install the fb app?", and wouldn't let the script continue without answering. now the script check if the question is asked, and answers "not now", before proceeding.

fix a namespace issue in error reporting

Choose a tag to compare

@divinity76 divinity76 released this 20 Jan 13:57
facebook removed the "name" field

didn't use it, but asserted for it. remove the assert.

fixed release (last release was broken)

Pre-release

Choose a tag to compare

@divinity76 divinity76 released this 26 Oct 02:03
v1-beta2

Update README.md

v1-beta1

v1-beta1 Pre-release
Pre-release

Choose a tag to compare

@divinity76 divinity76 released this 18 Oct 07:57

only facebook support, but the facebook support seems to work fine. don't know of any big issues.

example install::

sudo -s

wget -O /usr/bin/msgme_standalone.php https://github.com/divinity76/msgme/releases/download/v1-beta1/msgme_standalone.php

chmod 0755 /usr/bin/msgme_standalone.php

ln -s /usr/bin/msgme_standalone.php /usr/bin/msgme

exit

for usage help::
msgme --help