Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Work chat login support (enable the "work" setting to use it) | dequis | 2017-10-16 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | Consistency changes for 69b90b5 | jgeboski | 2016-03-29 | -16/+16 |
| | ||||
* | Mark as read on reply, mark as read only when available | Marius Halden | 2016-03-29 | -0/+29 |
| | | | | | | | | | | The set `mark_read` now accepts `available` in addition to `true` and `false`. When `mark_read` is set to `available` it will only mark messages read when the user is not marked as away/invisible. The set `mark_read_reply` was added, when this is set to `true` any unread messages will be marked as read when the user replies them (assuming they where received by bitlbee). | |||
* | Updated copyright dates for 2016 | jgeboski | 2016-01-15 | -1/+1 |
| | ||||
* | Coding style consistencies | jgeboski | 2015-12-24 | -1/+1 |
| | ||||
* | Dropped required GLib version to 2.28.0 | jgeboski | 2015-12-22 | -2/+1 |
| | | | | This is namely for the RedHat guys maintaining RHEL 6. | |||
* | facebook-util: document the FbDebugLevel enum | jgeboski | 2015-12-22 | -0/+10 |
| | ||||
* | facebook-util: refactored naming and GTK-Doc | jgeboski | 2015-12-20 | -34/+38 |
| | ||||
* | Fixed grammar errors in the GTK-Doc | jgeboski | 2015-12-20 | -3/+3 |
| | ||||
* | facebook-util: use the GConverter interface instead of zlib | jgeboski | 2015-12-20 | -2/+4 |
| | ||||
* | Imported changes from purple-facebook | jgeboski | 2015-08-24 | -32/+217 |
| | ||||
* | Updated copyright dates for 2015 | jgeboski | 2015-03-05 | -1/+1 |
| | ||||
* | Check format string security at compile-time | jgeboski | 2015-01-27 | -1/+2 |
| | | | | | This enables various format string security checks by the compiler in attempt to avoid run-time failures. | |||
* | facebook-util: fixed non-debug compilation from missing valist | jgeboski | 2015-01-17 | -1/+1 |
| | ||||
* | Implemented initial MQTT interface | jgeboski | 2015-01-14 | -0/+13 |
| | ||||
* | Implemented user authentication | jgeboski | 2015-01-03 | -0/+49 |