|
|
|
@e26aa72
|
2015-01-25T05:00:06Z |
dx |
Add git specific stuff!
- A few build system tweaks
- A fancy …
|
|
|
@eb4ad8d
|
2015-01-17T20:13:19Z |
wilmer |
Merging random other fixes/cleanups.
|
|
|
@1065dd4
|
2015-01-17T20:00:49Z |
wilmer |
Merge cleanup changes. (FSF address fix, and using GLib variants of …
|
|
|
@664bac3
|
2015-01-16T19:50:25Z |
dx |
irc-im: fixed invalid memory reading on chat leave
When a chat is …
|
|
|
@ecbd22a
|
2015-01-16T19:50:25Z |
dx |
channel: fixed auto-join occurring when disabled
With the auto_join …
|
|
|
@fed4f76
|
2015-01-16T19:50:25Z |
dx |
Fix UTF8 nick truncation issues
When nicks exceeded the length limit, …
|
|
|
@4cff28f
|
2015-01-16T19:50:24Z |
dx |
Add jabber_normalize_ext() to fix case sensitivity issues with ext …
|
|
|
@840394e
|
2015-01-16T19:50:24Z |
dx |
http proxy: only check for "HTTP/1.x 200" in the status string
It was …
|
|
|
@20c9c21
|
2015-01-16T19:50:24Z |
dx |
Fix some more g_source_remove warnings, this time in proxy.c
Both in …
|
|
|
@434ffa2
|
2015-01-16T19:50:24Z |
dx |
set_setint: use g_strdup_printf instead of relying on a char s[24];
|
|
|
@85c3004
|
2015-01-16T19:50:24Z |
dx |
twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting
|
|
|
@4f161e3
|
2015-01-16T19:50:24Z |
dx |
msn_ns_send_adl_1: Fix alloc_strlen coverity warning
Allocating …
|
|
|
@a6cd799
|
2015-01-16T19:50:24Z |
dx |
ipc_child_identify: fix a maybe-uninitialized warning
|
|
|
@25c4c78
|
2015-01-16T19:50:24Z |
dx |
Fix compiler warnings on Cygwin and Mac OS X.
* Don't use PIE/PIC on …
|
|
|
@7549d00
|
2015-01-16T19:50:24Z |
dx |
twitter: start stream from last tweet on connect/reconnect
This works …
|
|
|
@885d294
|
2015-01-16T19:50:24Z |
dx |
bee-chat: create temporary users for unknown chat participants
The …
|
|
|
@eabe6d4
|
2015-01-16T19:50:24Z |
dx |
cmd_otr_keygen: improve argument parsing
|
|
|
@6b13103
|
2015-01-16T19:50:23Z |
dx |
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@bc7a0d4
|
2014-12-06T17:58:35Z |
dx |
msn: configurable notification server host/port
|
|
|
@7233f68
|
2014-11-26T05:25:05Z |
dx |
Improved signal handling to avoid deadlocks
- SIGSEGV: broadcast a …
|
|
|
@6f6725c
|
2014-11-26T05:25:00Z |
dx |
Use irc_write_all() to send the message in bitlbee_shutdown
This …
|
|
|
@9f8bb17
|
2014-11-24T05:16:11Z |
dx |
twitter: Use g_strcasecmp for screen_name
Fixes a few minor bugs with …
|
|
|
@b38d399
|
2014-11-24T05:16:09Z |
dx |
Use glib functions for base64 decoding/encoding
This fixes several …
|
|
|
@e2472dd
|
2014-11-24T05:16:05Z |
dx |
configure: --asan=1 parameter for AddressSanitizer
Requires gcc >=4.8 …
|
|
|
@aa6bcd8
|
2014-11-17T05:57:22Z |
dx |
msn: add 'allow' role if contact has neither block nor allow
This …
|
|
|
@3325df7
|
2014-11-17T05:57:16Z |
dx |
msn_buddy_ask: only ask to add if contact is in pending list
…
|
|
|
@a77a9ef
|
2014-11-17T05:57:14Z |
dx |
msn: Update ApplicationId again to one used by skype
Because why not
|
|
|
@81186736
|
2014-11-12T06:20:04Z |
dx |
msn: update ABService ApplicationId to WLM 2012 to fix login
The …
|
|
|
@d2b3f25
|
2014-10-27T08:05:44Z |
wilmer |
Merging warning fixes from dx.
|
|
|
@b6bd99c
|
2014-10-27T06:36:09Z |
dx |
dcc: Fix some invalid memory accesses reported by ASAN
ASAN <3
|
|
|
@8256ad5
|
2014-10-27T06:36:05Z |
dx |
Some more g_source_remove warning fixes
- http_incoming_data calling …
|
|
|
@fef97af
|
2014-10-17T22:45:27Z |
wilmer |
doc/AUTHORS updated to the current state of things.
|
|
|
@9ead105
|
2014-10-17T22:37:41Z |
wilmer |
Bunch of merges from dx.
|
|
|
@4f7255d
|
2014-10-17T22:26:18Z |
wilmer |
Debian bug #764181: Accidentally had an LGPL header in a bunch of …
|
|
|
@46511b3
|
2014-10-11T10:43:44Z |
dx |
nick_lc: use unsigned chars to avoid unicode issues
|
|
|
@7b40f17
|
2014-10-11T02:20:53Z |
dx |
Add support for XEP-0203: Delayed delivery (message timestamps)
Very …
|
|
|
@0e35ff6
|
2014-10-11T02:20:53Z |
dx |
Handle not-authorized stream errors, avoid reconnect
Got this one …
|
|
|
@c27a923
|
2014-10-11T02:20:52Z |
dx |
Remove MSNXMPP specific code
The MSN XMPP gateway was shutdown …
|
|
|
@5cb21d1
|
2014-10-05T22:04:38Z |
wilmer |
Merge changes from 3.2.2-1 Debian upload.
|
|
|
@c180110
|
2014-10-05T22:02:56Z |
wilmer |
3.2.2-1. Minor change, removed very old compatibility kludge.
3.2.2-1
|
|
|
@3a8b850
|
2014-10-05T21:24:36Z |
wilmer |
Merging two other Debian fixes in preparation for a 3.2.2-1 upload.
|
|
|
@168d3bb
|
2014-10-05T20:45:20Z |
wilmer |
Merge from dx, fixes two build issues.
|
|
|
@f329dfc
|
2014-10-05T20:33:51Z |
wilmer |
Merge from Jelmer to fix builds on all recent Deb/Ubuntu versions again.
|
|
|
@ebe2c5e
|
2014-09-28T22:27:13Z |
dx |
Two minor build fixes.
- Fix install-dev when _SRCDIR_ is set
- Don't …
|
|
|
@e01ff50
|
2014-09-27T17:42:49Z |
Jelmer Vernooij |
Avoid 'dpkg-buildflags --export=configure, since it doesn't exist in …
|
|
|
@e252d8c
|
2014-09-27T14:54:35Z |
dx |
RIP native win32 support (use cygwin instead)
It has been broken for …
|
|
|
@d348377
|
2014-09-27T14:54:35Z |
dx |
Add -lgcrypt when building with OTR built-in
Needed when building …
|
|
|
@286cd48
|
2014-09-27T14:54:35Z |
dx |
Prevent some "Source ID ## was not found..." warnings
These appear in …
|
|
|
@0c57277
|
2014-09-27T14:54:35Z |
dx |
Makefile: Use wildcard for headers to avoid missing files
The …
|
|
|
@c203533
|
2014-09-27T14:54:35Z |
dx |
twitter: Add support for The United States of America
Land of the …
|
|
|
@f75b3a7
|
2014-09-27T14:54:35Z |
dx |
Default twitter's show_old_mentions to 0
|
|
|
@b7cd22d
|
2014-09-27T14:54:35Z |
dx |
ssl_gnutls: Fix some uninitialized memory warnings
|
|
|
@0406d6a6
|
2014-09-21T10:53:44Z |
dx |
Fix word_wrap memory leak…
|
|
|
@a6c59bb
|
2014-09-21T10:32:59Z |
dx |
Add missing dependency of install-systemd on systemd.
|
|
|
@9bf02f8
|
2014-09-21T10:32:59Z |
dx |
Support building against libgnutls28-dev. Closes: #753020
|
|
|
@b447d2b
|
2014-09-20T22:19:20Z |
wilmer |
Pass generate.consistent.ids flag to xsltproc so id tags in HTML …
|
|
|
@72721cd
|
2014-09-20T22:18:33Z |
wilmer |
One small comment correction while "merging" stuff.
|
|
|
@fb87924
|
2014-07-24T03:51:08Z |
dx |
fix latest HAS_NAMESER code on cygwin, mac and openbsd
|
|
|
@f93fd2d
|
2014-07-24T03:51:07Z |
dx |
Allow filtering of blist output
Add an (optional) second parameter to …
|
|
|
@632627e
|
2014-07-24T03:51:07Z |
dx |
srv_lookup: Portability fixes, handle compressed responses
srv_lookup …
|
|
|
@59e66ff
|
2014-07-24T03:51:07Z |
dx |
Fix the NSS init after fork bug, and clean up lies in unix.c
This …
|
|
|
@269580c
|
2014-07-24T03:51:07Z |
dx |
Add limit param to split_command_parts(), fix twitter quotes bug
Only …
|
|
|
@1783ab6
|
2014-07-24T03:51:07Z |
dx |
Gadugadu local contact storage (ticket #917)
Patch originally by …
|
|
|
@757515a
|
2014-07-24T03:51:07Z |
dx |
Added jabber_compare_jid to fix JID comparison case sensitivity
|
|
|
@778ea8a
|
2014-07-19T23:57:41Z |
Jelmer Vernooij |
Remove funny 'Non-maintainer upload' line, fix version.
|
|
|
@d203495
|
2014-07-19T23:55:24Z |
Jelmer Vernooij |
Allow LDFLAGS to be provided in the environment and consistently use …
|
|
|
@5f818ae
|
2014-07-19T23:40:43Z |
Jelmer Vernooij |
Pass dpkg-buildflags to actual configure command.
|
|
|
@d397000
|
2014-07-19T23:32:12Z |
Jelmer Vernooij |
Use my Debian e-mail address in Uploaders.
|
|
|
@6a55a18
|
2014-07-19T23:31:48Z |
Jelmer Vernooij |
Don't ignore failure of invoke-rc.d; fixes lintian warning.
|
|
|
@0d8add8a
|
2014-07-19T23:31:30Z |
Jelmer Vernooij |
Force re-building of user guide on Debian.
|
|
|
@3cabcec
|
2014-07-19T23:21:13Z |
Jelmer Vernooij |
Build with dpkg-flags, for hardening.
|
|
|
@ea2828f
|
2014-07-19T23:19:45Z |
Jelmer Vernooij |
Remove obsolete DM-Upload-Allowed header.
|
|
|
@77fc1708
|
2014-07-19T23:19:32Z |
Jelmer Vernooij |
* Non-maintainer upload.
* Bump standards version to 3.9.5 (no changes).
|
|
|
@1d20e4d
|
2014-07-06T08:16:04Z |
wilmer |
Remove libotr2-dev Debian dependency which couldn't possibly work at all.
|
|
|
@6f6b6c7
|
2014-07-05T21:38:25Z |
wilmer |
3.2.2. Last revisions pretty much all done and/or merged by dx!
3.2.2
|
|
|
@c564e25
|
2014-07-05T21:37:23Z |
wilmer |
Nope, do not install systemd stuff by default. Remove it from the …
|
|
|
@0edb57f
|
2014-07-01T22:26:58Z |
wilmer |
Two small fixes to make Debian builds work again.
|
|
|
@3e7a722
|
2014-06-26T08:07:11Z |
dx |
Fix double slashes in systemd unit templates
|
|
|
@f287f04
|
2014-06-26T08:07:11Z |
dx |
Fix version in pkg-config file, also change bzr version format …
|
|
|
@4e4fa93
|
2014-06-26T08:07:11Z |
dx |
doc/bitlbee.xinetd: Move -I to server_args
|
|
|
@04e2a05
|
2014-06-26T08:07:11Z |
dx |
configure: Let the user enable both built-in protocols and purple
…
|
|
|
@b95b0c8
|
2014-06-26T08:07:11Z |
dx |
configure: Add spaces after <<EOF heredoc markers for clarity
I mean, …
|
|
|
@7b05842
|
2014-04-25T08:03:59Z |
wilmer |
Merging test suite fixes from Jelmer.
|
|
|
@6a6d7d8
|
2014-04-20T17:00:48Z |
Jelmer Vernooij |
Fix building of testsuite.
|
|
|
@3e16fb8
|
2014-04-20T16:59:23Z |
Jelmer Vernooij |
Fix compiler warnings in testsuite/.
|
|
|
@b4008a5
|
2014-03-07T00:02:32Z |
wilmer |
Merging compiler warning fix. Patch by Mark H Weaver <mhw@…>.
|
|
|
@b4b8f1e
|
2014-03-02T00:37:43Z |
wilmer |
Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate …
|
|
|
@35987a1
|
2014-02-28T23:17:28Z |
wilmer |
Allow use of "ac x set -del password" to use /oper to change the …
|
|
|
@2e815e5
|
2014-02-28T23:14:11Z |
wilmer |
Merging a bunch of patches from Trac, collected by dx.
|
|
|
@cb90dc9
|
2014-02-28T10:10:02Z |
dx |
Makefile: use $(MAKE) for skype install (Ticket #1099)
Fixes freebsd …
|
|
|
@172aa37f
|
2014-02-28T00:53:43Z |
dx |
Word wrapping for group chat mesages (Ticket #1131)
|
|
|
@489847f
|
2014-02-28T00:18:58Z |
dx |
pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085)
|
|
|
@b42269a
|
2014-02-28T00:07:22Z |
dx |
init/bitlbee.socket: Listen on ipv6 too (Ticket #1008)
Note that this …
|
|
|
@ba3506e
|
2014-02-28T00:03:07Z |
dx |
Makefile: Use $INSTALL instead of the hardcoded command (Ticket #725)
|
|
|
@1bed2e1
|
2014-02-28T00:00:03Z |
dx |
Fix check_nick tests (Ticket #1102)
|
|
|
@6a0cb16
|
2014-02-27T23:53:33Z |
dx |
Fix for rejecting buddy requests on jabber (Ticket #887)
Patch from …
|
|
|
@cce1b63
|
2014-02-27T23:46:35Z |
dx |
Fix for null pointer in nick_gen (Ticket #1101)
|
|
|
@6ae1056
|
2014-02-13T22:41:02Z |
wilmer |
Merging two OTR-related bugfixes from pesco.
|
|
|
@820a2a7
|
2014-02-13T19:44:53Z |
pesco |
fix 'otr connect' command
|
|
|