Commit Graph

13 Commits

Author SHA1 Message Date
Artem Savkov 9466079361 Bump version to 0.4.3
Bumping version since discord removed GUILD_SYNC which we relied on
breaking 0.4.2 in the process.
2020-03-31 22:20:38 +02:00
Artem Savkov aa0bbf2df8 Bump version to 0.4.2
This release contains mostly fixes to catch up with recent changes in
the way discord operates plus a couple of new convenience options.
2018-12-04 18:45:11 +01:00
Robert-André Mauchin efed4fce94 Remove obsolete m4s macro from configure 2018-02-06 20:54:27 +01:00
Artem Savkov 3e435b0c6b Bump version to 0.4.1
To commemorate the end of missed private messages epoch.
2018-01-06 22:26:56 +01:00
Artem Savkov 953c12acef Bump plugin version
Switch to plugin version in configure.ac and bump it to 0.4.0
2017-12-09 17:42:46 +01:00
Artem Savkov c4ecc76fae Fix --with-bdatadir configure option
Make --with-bdatadir actually do something
2017-09-10 20:02:01 +02:00
Artem Savkov 58d1f73462 Docs installation
Try to install discord-help into bitlbee's datadir. It should work
better once we have datadir in bitlbee.pc
2017-08-31 22:05:29 +02:00
Artem Savkov 3338ea787b Debugging updates.
Switch from --enable-debug config option to BITLBEE_DEBUG env var to be
consistent with bitlbee. This allows us to remove some of the http printouts
as bitlbee will do it itself. Also adding account username to debug
output to distinguish traffic between accs.
2017-01-19 13:57:26 +01:00
Artem Savkov 73708b540a Add a debug option to configure.
Add --enable-debug option to configure that enables bitlbee-discord to
dump all traffic to stdout.
Update README with some info on debugging.
2017-01-18 15:43:46 +01:00
Artem Savkov b55235c2c9 Update dependencies in configure.ac.
Change bitlbee dependency to v3.5 as it is needed for listchan
functionality.
2017-01-13 16:39:57 +01:00
Artem Savkov d00ef51efa Switch to own websocket implementation.
This commit introduces own simple libwebsockets implementation removing
libwebsockets dependency. While this can introduce new bugs they should be
easier to hunt down. libwebsockets dependency proved to be very hard to
maintain due to library being in active development and not widely available.
2016-05-12 10:54:21 +02:00
Artem Savkov 8b410390f9 Define PKG_CHECK_VAR for old pkg-config (<0.28) 2016-01-12 20:25:40 +01:00
Artem Savkov 9d9eb5df04 Switch to autotools.
Finally define specific versions in dependencies and switch to autotools
buildsystem. Hopefully this will give us better portability and won't induce
major headaches.
2016-01-04 22:13:42 +01:00