| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Defaults to disabled to maintain the status quo.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
trick supported by stunnel to indicate where the connection originally
came from. Looks a little better on public servers.
|
|/
|
|
|
| |
reverse lookup. (Code copied from OpenSSH instead of redoing it
poorly.)
|
| |
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
actually NMU'd. :-( Now this fix really should work. Third time's the
charm after all, innit.
|
|
|
|
| |
properly.
|
|
|
|
|
| |
Because apparently not having build-arch is now a build failure, even
though lintian only considered it a warning and a "recommended" target
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Turns out the stuff added by debhelper below enables debconf, which
somehow reads the stuff written to stdout before, and chokes on it.
The error output that is being ignored is something along the lines of
"the user doesn't exist".
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes an issue when upgrading from an initscripts based release
like 3.4.2 to the current version, in which the old daemon is still
running when systemd tries to start it, so it fails to start due to bind
and fails to stop because it doesn't use pidfiles.
To get around this, the preinst script kills the initscripts-started
daemon the first time when upgrading from something old enough, using
the pidfile.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It was broken with the transition to systemd and doesn't seem worth
fixing - it's redundant with bitlbee.conf and not much more than a
source of confusion for users.
This also removes all the debconf stuff and all the translations which
are not used anymore (that looked a bit excessive for something that
just asks for a port number)
|
| |
| |
| |
| | |
As suggested by lintian's systemd-service-file-refers-to-obsolete-target
|
| | |
|
| |
| |
| |
| | |
It was 16 before.
|
| |
| |
| |
| |
| |
| | |
That is, flagged with PURPLE_MESSAGE_DELAYED. Those are safe to display.
This is similar to what adium does. Thanks EionRobb for the idea.
|
|/
|
|
| |
Accidentally broke it in d57484d (from last week)
|
|
|
|
|
|
|
| |
This constant is always available and meant to be used with
getnameinfo().
This fixes the build on Debian GNU/kFreeBSD.
|
|
|
|
| |
Credit for the idea goes to russian XMPP spammers. Thanks!
|
|
|
|
| |
I think this is the thing that was stopping systemd units from enabling
|
|
|
|
|
| |
There's a functionality change buried here, but it's one that people
shouldn't be using anyway.
|
|
|
|
|
| |
This one was caught by the debian build scripts in travis. I had
format-security in my local cflags, not format-string. Welp.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds channel settings prefixed by purple_. For example jabber now
has purple_room and purple_server which are decomposed variants of our
own 'room' setting. Okay, that doesn't sound very useful.
It also adds some sync from the values returned by chat_info_defaults()
- so if the plugin figures something out in there, we save it in our
own settings.
In the case of SIPE this adds a new setting, purple_uri, which can be
set with the ma-chan:// uri for a persistent chat.
This solves the issue with the SIPE plugin only knowing how to do name
lookups after doing 'chat list' - now it just needs to work once, and we
save the real URI in our settings.
|
|
|
|
|
|
|
|
| |
Just comparing the body of the last sent message. This isn't foolproof
and sending several messages quickly can make it fail, but it's less
annoying than before. The correct solution is still to fix the server.
In the case of slack I still recommend using the irc gateway instead.
|
|
|
|
|
|
| |
Because crashing asserts are bad, and maybe this helps fix the
captures_build_path issue with debian's reproducible builds
(those asserts probably include __FILE__)
|
|
|
|
| |
Nothing interesting.
|
|
|
|
|
| |
See: https://lists.debian.org/debian-devel/2016/12/msg00604.html
Also, this is consistent to systemd.
|
|
|
|
| |
Sometimes I'm randomly reminded that we have a test suite.
|
|
|
|
|
|
|
|
| |
The whitelist includes hangouts, funyahoo and icq.
These plugins tend to have numeric or meaningless usernames. With this
change, users don't have to do 'ac whatever set nick_format %full_name'
anymore. Just sugar.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Remove a bunch of mentions of yahoo
- Remove 'smileys' topic from help index
- Add 'identify_methods' help topic
- Mention new commands like 'chat list' or 'plugins'
|