aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-api.h
Commit message (Collapse)AuthorAgeLines
* Revert "Implemented message sending queue"jgeboski2015-01-30-1/+0
| | | | | | | | This reverts 68c46dd. While the sending queue attempted to ensure each message was sent in order, it also lead to a significant delay in the sending of messages. This is due in part to Facebook taking upwards of a minute or more to reply to a message being sent. Moreover, the queue is not really needed unless messages are being spammed.
* Check format string security at compile-timejgeboski2015-01-27-2/+4
| | | | | This enables various format string security checks by the compiler in attempt to avoid run-time failures.
* Unconstify all GSListsjgeboski2015-01-17-4/+4
|
* Implemented group chatsjgeboski2015-01-16-4/+65
|
* Migrated to numeric facebook user identifiersjgeboski2015-01-15-32/+17
|
* Implemented typing notificationsjgeboski2015-01-15-0/+28
|
* Implemented message sending queuejgeboski2015-01-14-0/+1
|
* Implemented presence states of contactsjgeboski2015-01-14-0/+26
|
* Implemented one-on-one messagingjgeboski2015-01-14-2/+45
|
* Implemented contacts list lookupjgeboski2015-01-14-0/+33
|
* Implemented initial MQTT interfacejgeboski2015-01-14-0/+23
|
* Implemented user authenticationjgeboski2015-01-03-0/+123