Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | facebook-mqtt: propagate actual connection error code | jgeboski | 2015-01-23 | -2/+1 | |
| | | | | | | As of now, the connection error code is only a general error code. It should be the actual error code retrieved from the MQTT service. This was an oversight when implementing the original MQTT interface. | ||||
* | facebook-mqtt: reset the connected state upon closing | jgeboski | 2015-01-23 | -0/+2 | |
| | | | | | The connected state should be reset when the connection is closed. This was an oversight when implementing the original MQTT interface. | ||||
* | facebook-mqtt: fixed preemptive connection timeouts | jgeboski | 2015-01-17 | -8/+10 | |
| | | | | | | | | | As it stands, a connection is declared as being timed out if it has not heard back from the server with a ping response in one keep-alive time interval. However, the MQTT specification states that a connection is only declared timed out after one and a half time intervals. While the effects of this oversight may not be immediately present, over a period uptime, the connection may fall victim to preemptive timeouts. | ||||
* | facebook-util: fixed non-debug compilation from missing valist | jgeboski | 2015-01-17 | -1/+1 | |
| | |||||
* | Unconstify all GSLists | jgeboski | 2015-01-17 | -17/+14 | |
| | |||||
* | Implemented group chats | jgeboski | 2015-01-16 | -26/+921 | |
| | |||||
* | Improved handling of JSON and HTTP errors | jgeboski | 2015-01-16 | -31/+60 | |
| | |||||
* | Migrated to numeric facebook user identifiers | jgeboski | 2015-01-15 | -231/+151 | |
| | |||||
* | Implemented typing notifications | jgeboski | 2015-01-15 | -2/+149 | |
| | |||||
* | Implemented message sending queue | jgeboski | 2015-01-14 | -3/+48 | |
| | |||||
* | README: added note about app passwords | jgeboski | 2015-01-14 | -0/+6 | |
| | |||||
* | Implemented presence states of contacts | jgeboski | 2015-01-14 | -12/+178 | |
| | |||||
* | Implemented THRIFT interface | jgeboski | 2015-01-14 | -0/+1243 | |
| | |||||
* | Implemented one-on-one messaging | jgeboski | 2015-01-14 | -142/+496 | |
| | |||||
* | Implemented contacts list lookup | jgeboski | 2015-01-14 | -5/+206 | |
| | |||||
* | Implemented initial MQTT interface | jgeboski | 2015-01-14 | -9/+1832 | |
| | |||||
* | Implemented user authentication | jgeboski | 2015-01-03 | -4/+1927 | |
| | |||||
* | Initial commit | jgeboski | 2014-12-23 | -0/+857 | |