Releases: divinity76/msgme
Releases · divinity76/msgme
update login code, php8 compatibility
facebook broke it. fixed it.
fixed bug on non-english accounts
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
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
facebook removed the "name" field didn't use it, but asserted for it. remove the assert.
fixed release (last release was broken)
v1-beta2 Update README.md
v1-beta1
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