aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-util.c
Commit message (Collapse)AuthorAgeLines
* Work chat login support (enable the "work" setting to use it)dequis2017-10-16-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | This covers three autodetected login types: 1. Work account password Simple, very similar to normal account types 2. Linked personal account This is deprecated but still needed in some companies. Looks just like password auth to users. In rare cases there may be more than one work account linked to a personal account, in which case this will only use the first one. Usually they can be de-linked by assigning a password (see the official docs) 3. SSO This one is awkward. The password can be set to garbage and users will receive a PM with instructions to do an oauth-like login, but there's no explicit auth code screen, just a redirect to a fb-workchat-sso://, which probably results in an error. Users are expected to copy that url, hopefully from the address bar. Not very practical, but works! In all cases, the username is the work account email.
* Updated copyright dates for 2016jgeboski2016-01-15-1/+1
|
* Dropped required GLib version to 2.28.0jgeboski2015-12-22-1/+0
| | | | This is namely for the RedHat guys maintaining RHEL 6.
* facebook-util: refactored naming and GTK-Docjgeboski2015-12-20-28/+25
|
* facebook-util: use the GConverter interface instead of zlibjgeboski2015-12-20-77/+48
|
* Imported changes from purple-facebookjgeboski2015-08-24-124/+259
|
* Updated copyright dates for 2015jgeboski2015-03-05-1/+1
|
* steam-util: fixed missing return values in compression functionsjgeboski2015-01-30-3/+3
|
* Implemented initial MQTT interfacejgeboski2015-01-14-0/+221
|
* Implemented user authenticationjgeboski2015-01-03-0/+55