Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into patched-master | Marius Halden | 2017-10-24 | -5/+8 |
|\ | ||||
| * | travis: require ubuntu precise explicitly, install more deps | dequis | 2017-10-05 | -1/+4 |
| | | ||||
| * | tests: fix build warnings in jabber_buddy_by_jid tests | dequis | 2017-10-05 | -2/+2 |
| | | ||||
| * | Add quotations around <answer> and <secret> in the otr docs | Troy Sankey | 2017-10-04 | -2/+2 |
| | | | | | | | | | | The user doesn't otherwise know how to type answers or secrets containing spaces. | |||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-09-06 | -32/+48 |
|\| | ||||
| * | Add datadir to pkgconfig file and config.hdevelop | Artem Savkov | 2017-08-31 | -0/+2 |
| | | | | | | | | Export datadir through pkgconfig and config.h for later use by plugins. | |||
| * | channel operates on channel ids not account ids | Jesse Kennedy | 2017-08-26 | -1/+1 |
| | | ||||
| * | Twitter documentation: move commands to a chapter | Alex Schroeder | 2017-08-26 | -19/+32 |
| | | | | | | | | | | | | The Twitter commands are now documented in their own chapter accessed by `help twitter` instead of being hidden in `help set commands`. | |||
| * | Twitter: fix format strings for integers | Alex Schroeder | 2017-08-09 | -10/+10 |
| | | | | | | | | | | | | | | Silence the following compiler warning: format specifies type 'unsigned long long' but the argument has type 'guint64'. When formatting a json_integer, use PRId64 for int64_t. When formatting ordinary integers, use G_GUINT64_FORMAT for guint64. | |||
| * | purple: enable debug during core initialization | dequis | 2017-07-12 | -1/+3 |
| | | | | | | | | Noisy but often important | |||
| * | configure: Don't require python if docs are already built | dequis | 2017-07-09 | -1/+1 |
| | | ||||
* | | Fix comiler warning | Marius Halden | 2017-07-04 | -1/+1 |
| | | ||||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-07-04 | -1/+2 |
|\| | ||||
| * | cygwin: add -no-undefined on our side to fix issues with mac OS | dequis | 2017-05-29 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | So cygwin requires -no-undefined and it was supposed to be harmless on platforms other than windows, but mac OS doesn't like it. Instead of adding platform checks to every plugin, i'm going to revert the changes that added -no-undefined to them, and just do what I should have done since the beginning: use the cygwin-specific parts of the pkg-config file to add -no-undefined right next to -lbitlbee | |||
| * | cygwin: add a missing mkdir of libdir to the makefile | dequis | 2017-05-18 | -0/+1 |
| | | ||||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-05-14 | -6/+25 |
|\| | ||||
| * | cygwin: Export a "libbitlbee.dll.a" to allow plugins to link to it | dequis | 2017-05-13 | -1/+20 |
| | | ||||
| * | Fix status message being set to null accidentally | dequis | 2017-05-07 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In other words, "account jabber set away Message" resulted in away status being set, but not "Message". Fixes trac ticket 1291 This was broken by ac68733ad7a5127395d6367b655a2d9de5d911b5 (3.4.2) That commit added another call of imc_away_state_find() with the fixed string "away", so purple protocols can become away by setting away to any string. But by doing so, it wiped the status message because it's the same as the name of the away state. | |||
| * | Move `handle_settings` before `xt_handle`. | Fangrui Song | 2017-04-16 | -2/+2 |
| | | | | | | | | `utf8_nicks` should be enabled before handling `nick` fields in <setting> because `nick_strip` uses `IRC_UTF8_NICKS` which is only available after calling `handle_settings`. | |||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-04-25 | -1/+13 |
|\| | ||||
| * | debian: Enable only bitlbee.service, not bitlbee.socket too | dequis | 2017-04-13 | -1/+2 |
| | | | | | | | | The default was to enable both, which was confusing. | |||
| * | init/bitlbee@.service: send stderr to syslog instead of the socket | dequis | 2017-04-13 | -0/+1 |
| | | ||||
| * | twitter: experimental support for place_id | dequis | 2017-04-11 | -0/+10 |
| | | ||||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-04-07 | -112/+331 |
|\| | ||||
| * | Merge branch 'develop' | dequis | 2017-04-06 | -26/+48 |
| |\ | ||||
| | * | Another instance where PF_UNIX was used and shouldn't. | Anthony Molinaro | 2017-03-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | I couldn't find anyplace that actually enables the IPC, but I hand edited the config.h to enable it, and did see the protocol not supported failure, so modified this file and it went away. | |||
| | * | The protocol argument to socketpair was incorrect. | Anthony Molinaro | 2017-03-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the protocol was being set to PF_UNIX which is incorrect. According to the man pages and other sources (like Stevens Unix Network Programming), the protocol should be '0' which will use the default for the given domain. This appears to actually work under Linux (which appears to allow 0 or 1 as the protocol without error), but fails under Mac OSX (which only allows 0). | |||
| | * | Convert CREDITS from ISO-8859-1 to UTF-8 | Robert Scheck | 2017-03-12 | -1/+1 |
| | | | ||||
| | * | configure: respect autotools-like verbose flags for make | Tim Harder | 2017-03-12 | -0/+13 |
| | | | | | | | | | | | | | | | | | | In other words, running $(make V=1) will force a verbose build while $(make V=0) will force a silent build regardless of the verbose option set by the configure script. | |||
| | * | Add --verbose configure option to control verbose build output | Tim Harder | 2017-03-12 | -23/+32 |
| | | | | | | | | | | | | Defaults to disabled to maintain the status quo. | |||
| * | | Move canohost functions (diff licence) to separate file. | Wilmer van der Gaast | 2017-04-06 | -108/+189 |
| | | | ||||
| * | | Remove ip6_*wrap() functions which are no longer needed. | Wilmer van der Gaast | 2017-04-06 | -48/+0 |
| | | | ||||
| * | | Add PROXY command. Not actually an IRC protocol command, it's a HAProxy | Wilmer van der Gaast | 2017-04-06 | -26/+94 |
| | | | | | | | | | | | | | | | trick supported by stunnel to indicate where the connection originally came from. Looks a little better on public servers. | |||
| * | | Add reverse_lookup() function which does a more proper (verified) DNS | Wilmer van der Gaast | 2017-04-06 | -12/+109 |
| |/ | | | | | | | | | reverse lookup. (Code copied from OpenSSH instead of redoing it poorly.) | |||
* | | Use auto_populate_reply_metadata for twitter reply | Marius Halden | 2017-04-01 | -4/+12 |
| | | ||||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-01-30 | -19/+73 |
|\| | ||||
| * | BitlBee 3.5.13.5.1 | dequis | 2017-01-30 | -2/+18 |
| | | ||||
| * | purple: Fix crash on ft requests from unknown contacts | dequis | 2017-01-29 | -0/+4 |
| | | | | | | | | | | Followup to 701ab81 (included in 3.5) which was a partial fix which only improved things for non-libpurple file transfers (that is, just jabber) | |||
| * | More troubles because the fix from the Debian bug didn't match the fix3.5-2 | Wilmer van der Gaast | 2017-01-28 | -3/+16 |
| | | | | | | | | | | actually NMU'd. :-( Now this fix really should work. Third time's the charm after all, innit. | |||
| * | Few more tweaks to integrate 3.4.2-1.1 back into Debian history | Wilmer van der Gaast | 2017-01-28 | -6/+10 |
| | | | | | | | | properly. | |||
| * | debian: Merge changes from 3.4.2-1.1 NMU into 3.5-1 | dequis | 2017-01-26 | -1/+15 |
| | | | | | | | | | | Because apparently not having build-arch is now a build failure, even though lintian only considered it a warning and a "recommended" target | |||
| * | Slight changes for Debian 3.5-1 upload. | Wilmer van der Gaast | 2017-01-24 | -3/+6 |
| | | ||||
| * | Remove dead/now unsupported IM protocols from debian/control. | Wilmer van der Gaast | 2017-01-24 | -12/+12 |
| | | ||||
| * | BitlBee 3.53.5 | dequis | 2017-01-08 | -1/+1 |
| | | ||||
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-01-09 | -724/+137 |
|\| | ||||
| * | Merge debian stuff to prepare for 3.5 | dequis | 2017-01-08 | -722/+61 |
| |\ | ||||
| | * | debian: Apparently NEWS.Debian needs to be called NEWS | dequis | 2017-01-08 | -0/+0 |
| | | | | | | | | | | | | | | | | | | I thought I got the capitalization wrong but the manpage of dh_installchangelogs says it grabs debian/NEWS and calls it NEWS.Debian. No one told me this. | |||
| | * | debian: add NEWS.debian | dequis | 2017-01-08 | -0/+10 |
| | | | ||||
| | * | debian: update changelog | dequis | 2017-01-02 | -0/+16 |
| | | | ||||
| | * | debian: removed outdated stuff from README.debian | dequis | 2017-01-02 | -29/+1 |
| | | |