Commit Graph

13 Commits

Author SHA256 Message Date
Dominique Leuenberger
ef5cd71737 Accepting request 875229 from server:irc
- Update to version 1.2.2+git.1614281748.a31ccbe:
  * configure: drop the unnecessary AC_PROG_CC macro check (#211)
  * Release 1.2.2
  * configure: change obsolete AC_PROG_CC_C99 for AC_PROG_CC
  * Force sync_interval to the new default if it's 5 minutes or lower
  * Replace travis with github actions, fix OBS (#210)

OBS-URL: https://build.opensuse.org/request/show/875229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=6
2021-02-26 20:59:49 +00:00
9b71ac5935 - Update to version 1.2.2+git.1614281748.a31ccbe:
* configure: drop the unnecessary AC_PROG_CC macro check (#211)
  * Release 1.2.2
  * configure: change obsolete AC_PROG_CC_C99 for AC_PROG_CC
  * Force sync_interval to the new default if it's 5 minutes or lower
  * Replace travis with github actions, fix OBS (#210)

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=7
2021-02-25 19:47:40 +00:00
Dominique Leuenberger
13f1129317 Accepting request 871240 from server:irc
- Update to version 1.2.1+git.1611145185.49ea312:
  * Bump the FB_ORCA_AGENT version once again (#208)
  * Remove bash-ism in configure.ac
  * Port away from deprecated g_type_class_add_private() and friends
  * Increase default sync_interval from 5 to 1440
  * travis: replace python-m2crypto dependency with python3-m2crypto
  * facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204)
  * travis: add python-m2crypto to dependencies for OBS deploy
  * Release 1.2.1 with fixes for a couple of server changes
  * Fix taNewMessage bug (#202)
  * fb_api_cb_publish_pt: check field is stop (#199)

- Update to 1.2.1:
  - Fix "Parse error: unexpected identifier 'taNewMessage'"
    (gh#bitlbee/bitlbee-facebook#200)
  - Fix "Failed to read thrift: facebook-api.c:1929
    fb_api_cb_publish_pt: assertion 'fb_thrift_read_stop(thft)' failed"
    (gh#bitlbee/bitlbee-facebook#197)

OBS-URL: https://build.opensuse.org/request/show/871240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=5
2021-02-15 22:15:18 +00:00
3ed24ba9f3 Accepting request 870994 from home:mcepl:branches:server:irc
- Update to version 1.2.1+git.1611145185.49ea312:
  * Bump the FB_ORCA_AGENT version once again (#208)
  * Remove bash-ism in configure.ac
  * Port away from deprecated g_type_class_add_private() and friends
  * Increase default sync_interval from 5 to 1440
  * travis: replace python-m2crypto dependency with python3-m2crypto
  * facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204)
  * travis: add python-m2crypto to dependencies for OBS deploy
  * Release 1.2.1 with fixes for a couple of server changes
  * Fix taNewMessage bug (#202)
  * fb_api_cb_publish_pt: check field is stop (#199)

- Update to 1.2.1:
  - Fix "Parse error: unexpected identifier 'taNewMessage'"
    (gh#bitlbee/bitlbee-facebook#200)
  - Fix "Failed to read thrift: facebook-api.c:1929
    fb_api_cb_publish_pt: assertion 'fb_thrift_read_stop(thft)' failed"
    (gh#bitlbee/bitlbee-facebook#197)

OBS-URL: https://build.opensuse.org/request/show/870994
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=6
2021-02-11 12:58:06 +00:00
Dominique Leuenberger
36c2972751 Accepting request 706066 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/706066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=4
2019-06-01 07:50:25 +00:00
Tomas Cech
97531cf4c0 remove forgotten tarball
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=5
2019-03-25 14:10:19 +00:00
Theo Chatzimichos
1fc372e84f Accepting request 685364 from home:sleep_walker:branches:server:irc
- Version bump 1.2.0
  - Fix ERROR_QUEUE_OVERFLOW on login by bumping orca agent version
  - Fix "Failed to read fixed header" with TLS 1.3 / GnuTLS 3.6.x
  - Add workplace chat support (enable the "work" setting to use it)

OBS-URL: https://build.opensuse.org/request/show/685364
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=4
2019-03-18 10:45:41 +00:00
Dominique Leuenberger
b2bc6d405f Accepting request 526488 from server:irc
- Version bump 1.1.2
  - Fix "Failed to read thrift" with unknown fields in /t_p payload
  - Fix rare login hang/timeout when the last page of contacts is empty

OBS-URL: https://build.opensuse.org/request/show/526488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=3
2017-09-17 20:38:34 +00:00
Theo Chatzimichos
a18d7dcbd3 - Version bump 1.1.2
- Fix "Failed to read thrift" with unknown fields in /t_p payload
  - Fix rare login hang/timeout when the last page of contacts is empty

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=3
2017-09-16 12:18:21 +00:00
Dominique Leuenberger
8583cf2f0e Accepting request 489935 from server:irc
- Version bump 1.1.1
  Fixes one last issue to the server side changes from last week.
  - Send orca-formatted user agent for all HTTP requests too. Fixes "Failed
    to parse thread information" errors when joining channels.
  This is in addition to the connection error fixes mentioned in the previous
  release. Quoting from the previous release: "Fix connection errors after
  facebook discontinued support for old versions of facebook messenger for
  android. While most of the protocol implementation was already above that
  version, there was a subtle change that broke fetching of sync_sequence_id,
  and the previously empty MQTT user agent string is now considered an old
  version too (#138)"
  I waited a few days before releasing this to ensure things calm down,
  hopefully it continues like this.
- Version 1.1.0
  Long overdue release, with a year worth of changes. This is now the minimum
  required version.
  - Fix connection errors after facebook discontinued support for old versions
    of facebook messenger for android. While most of the protocol
    implementation was already above that version, there was a subtle change
    that broke fetching of sync_sequence_id, and the previously empty MQTT user
    agent string is now considered an old version too (#138)
  - Fix receiving topic/groupchat membership events (#119)
  - Fix creating channels, inviting, kicking members (#120)
  - Fix setting channel topics (#121)
  - Fix contacts pagination for accounts with more than 500 friends (#74)
  - Fix chats with only two members including self, like the Marketplace ones
  - Fix crash on some kinds of SSL connection failure (#82)
  - Fix crash when glib is compiled with G_ENABLE_DEBUG
  - Deduplicate echoes of sent messages (#76)
  - Set a non-empty HTTP user agent for api/graphql queries, since the empty

OBS-URL: https://build.opensuse.org/request/show/489935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=2
2017-04-24 07:50:28 +00:00
Theo Chatzimichos
b1c3c91f3d - Version bump 1.1.1
Fixes one last issue to the server side changes from last week.
  - Send orca-formatted user agent for all HTTP requests too. Fixes "Failed
    to parse thread information" errors when joining channels.
  This is in addition to the connection error fixes mentioned in the previous
  release. Quoting from the previous release: "Fix connection errors after
  facebook discontinued support for old versions of facebook messenger for
  android. While most of the protocol implementation was already above that
  version, there was a subtle change that broke fetching of sync_sequence_id,
  and the previously empty MQTT user agent string is now considered an old
  version too (#138)"
  I waited a few days before releasing this to ensure things calm down,
  hopefully it continues like this.
- Version 1.1.0
  Long overdue release, with a year worth of changes. This is now the minimum
  required version.
  - Fix connection errors after facebook discontinued support for old versions
    of facebook messenger for android. While most of the protocol
    implementation was already above that version, there was a subtle change
    that broke fetching of sync_sequence_id, and the previously empty MQTT user
    agent string is now considered an old version too (#138)
  - Fix receiving topic/groupchat membership events (#119)
  - Fix creating channels, inviting, kicking members (#120)
  - Fix setting channel topics (#121)
  - Fix contacts pagination for accounts with more than 500 friends (#74)
  - Fix chats with only two members including self, like the Marketplace ones
  - Fix crash on some kinds of SSL connection failure (#82)
  - Fix crash when glib is compiled with G_ENABLE_DEBUG
  - Deduplicate echoes of sent messages (#76)
  - Set a non-empty HTTP user agent for api/graphql queries, since the empty

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=2
2017-04-20 10:01:13 +00:00
Dominique Leuenberger
ba2f34df45 Accepting request 421342 from server:irc
OBS-URL: https://build.opensuse.org/request/show/421342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=1
2016-09-16 09:00:12 +00:00
5b110f7f8d Accepting request 419071 from home:tampakrap
OBS-URL: https://build.opensuse.org/request/show/419071
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=1
2016-08-23 16:29:51 +00:00