Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Implemented message sending queue" | jgeboski | 2015-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-time | jgeboski | 2015-01-27 | -2/+4 |
| | | | | | This enables various format string security checks by the compiler in attempt to avoid run-time failures. | |||
* | Unconstify all GSLists | jgeboski | 2015-01-17 | -4/+4 |
| | ||||
* | Implemented group chats | jgeboski | 2015-01-16 | -4/+65 |
| | ||||
* | Migrated to numeric facebook user identifiers | jgeboski | 2015-01-15 | -32/+17 |
| | ||||
* | Implemented typing notifications | jgeboski | 2015-01-15 | -0/+28 |
| | ||||
* | Implemented message sending queue | jgeboski | 2015-01-14 | -0/+1 |
| | ||||
* | Implemented presence states of contacts | jgeboski | 2015-01-14 | -0/+26 |
| | ||||
* | Implemented one-on-one messaging | jgeboski | 2015-01-14 | -2/+45 |
| | ||||
* | Implemented contacts list lookup | jgeboski | 2015-01-14 | -0/+33 |
| | ||||
* | Implemented initial MQTT interface | jgeboski | 2015-01-14 | -0/+23 |
| | ||||
* | Implemented user authentication | jgeboski | 2015-01-03 | -0/+123 |