aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-util.h
Commit message (Collapse)AuthorAgeLines
* Consistency changes for 69b90b5jgeboski2016-03-29-16/+16
|
* Mark as read on reply, mark as read only when availableMarius Halden2016-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 2016jgeboski2016-01-15-1/+1
|
* Coding style consistenciesjgeboski2015-12-24-1/+1
|
* Dropped required GLib version to 2.28.0jgeboski2015-12-22-2/+1
| | | | This is namely for the RedHat guys maintaining RHEL 6.
* facebook-util: document the FbDebugLevel enumjgeboski2015-12-22-0/+10
|
* facebook-util: refactored naming and GTK-Docjgeboski2015-12-20-34/+38
|
* Fixed grammar errors in the GTK-Docjgeboski2015-12-20-3/+3
|
* facebook-util: use the GConverter interface instead of zlibjgeboski2015-12-20-2/+4
|
* Imported changes from purple-facebookjgeboski2015-08-24-32/+217
|
* Updated copyright dates for 2015jgeboski2015-03-05-1/+1
|
* Check format string security at compile-timejgeboski2015-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 valistjgeboski2015-01-17-1/+1
|
* Implemented initial MQTT interfacejgeboski2015-01-14-0/+13
|
* Implemented user authenticationjgeboski2015-01-03-0/+49