Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Sometimes for whatever reasons MSN adds all contacts to both the allow- | Wilmer van der Gaast | 2010-11-20 | -0/+15 |
| | | | | | and the block list. Working around this. | |||
* | Fixed two doc/string typos. | Wilmer van der Gaast | 2010-11-19 | -2/+2 |
| | ||||
* | Un-deprecate login.icq.com, ICQ is back on its own server thanks to the | Wilmer van der Gaast | 2010-11-15 | -4/+8 |
| | | | | | | acquisition from a while ago. I was warned about two weeks ago that this was going to happen ... apparently sooner than expected. | |||
* | Fixed issue with logging in to unverified MSN accounts. | Wilmer van der Gaast | 2010-11-13 | -3/+19 |
| | ||||
* | Don't use the fd passing code in ipc.c on SunOS since it doesn't seem to be | Wilmer van der Gaast | 2010-11-12 | -0/+16 |
| | | | | | supported there. | |||
* | Merging a bunch of Debian packaging fixes from AnAnt, the package should be | Wilmer van der Gaast | 2010-11-12 | -29/+66 |
|\ | | | | | | | | | Lintian clean now (or at least *much* cleaner than before). Thanks! | |||
| * | * debian/*.config: use set -e in the body of maintainer scripts. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -5/+7 |
| | | ||||
| * | * debian/bitlbee-common.init: Also stop at runlevels 0 and 6. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+6 |
| | | ||||
| * | debian/bitlbee-common.init: Add Short-Description header. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+3 |
| | | ||||
| * | * debian/control: Bumped debhelper version to 6.0.7~ for dh_lintian | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+4 |
| | | ||||
| * | Escape hyphens in manpage | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -11/+11 |
| | | ||||
| * | Explicitly set source format to 1.0 | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+3 |
| | | ||||
| * | Fix typo: recieve -> receive | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+2 |
| | | ||||
| * | Added lintian overrides for bitlbee & bitlbee-libpurple | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+7 |
| | | ||||
| * | * debian/control: Moved dependency on adduser to bitlbee-common | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -6/+7 |
| | | | | | | | | | | * debian/copyright: Refer to /usr/share/common-licenses/GPL-2 | |||
| * | * debian/{*.postinst, *.postrm}: use set -e in the body of the | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+10 |
| | | | | | | | | | | script. | |||
| * | * debian/*.prerm: use set -e in the body of the script. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+9 |
| | | ||||
| * | Added ${misc:Depends} for bitlbee & bitlbee-libpurple | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+4 |
| | | ||||
| * | * debian/control: Bumped Standards-Version to 3.9.1 | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+11 |
| | | | | | | | | | | * Create changelog entry | |||
| * | Replace 'type' with 'which' to avoid bashism | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+2 |
| | | ||||
| * | Corrected short description of bitlbee-plugin-otr | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+1 |
|/ | ||||
* | Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems. | Wilmer van der Gaast | 2010-10-24 | -0/+3 |
| | ||||
* | Adding bitlbee-common dependency since Lintian doesn't understand indirect | Wilmer van der Gaast | 2010-10-24 | -2/+2 |
| | | | | | dependencies. | |||
* | Debian 3.0-1 packaging stuff. | Wilmer van der Gaast | 2010-10-23 | -2/+41 |
| | ||||
* | Fixed some still-leaky code in the MSN incoming status message handling. | Wilmer van der Gaast | 2010-10-23 | -5/+5 |
| | ||||
* | Change 704 introduced one tiny bug where a Jabber resource doesn't get | Wilmer van der Gaast | 2010-10-23 | -1/+2 |
| | | | | | | deleted properly when it logs out if it's the last one online for that user. Fixing that now. | |||
* | Oops. Just in time I noticed the whatsnew code doesn't kick in for pre-1.33.0 | Wilmer van der Gaast | 2010-10-22 | -2/+9 |
| | | | | | accounts. Fixed now. | |||
* | There. BitlBee 3.0, it was about time. :-) | Wilmer van der Gaast | 2010-10-22 | -5/+33 |
| | ||||
* | Removed problematic include from nogaim.h. (Bug #695) | Wilmer van der Gaast | 2010-10-21 | -2/+0 |
| | ||||
* | Fixed nick_format2 typo in help. (Bug #684) | Wilmer van der Gaast | 2010-10-21 | -1/+1 |
| | ||||
* | Fixed Ping Timeout on connection takeover (bug #692). | Wilmer van der Gaast | 2010-10-21 | -1/+5 |
| | ||||
* | Another memory leak fix. | Wilmer van der Gaast | 2010-10-21 | -1/+2 |
| | ||||
* | Use gcrypt for 3DES encryption (used for new MSN authentication) so we | Wilmer van der Gaast | 2010-10-16 | -10/+36 |
| | | | | | mostly don't need lib/des.c anymore. | |||
* | Stop calling nogaim_init() on every incoming connection (unless we're | Wilmer van der Gaast | 2010-10-16 | -0/+11 |
| | | | | | | using libpurple). This was leaking memory and indirectly caused the bug fixed by the previous revision. | |||
* | Don't initialize the twitter_connections list to NULL in twitter_init(). | Wilmer van der Gaast | 2010-10-15 | -4/+2 |
| | | | | | | This fixes a weird bug where Twitter updates often stop after a while when running in daemon mode with multiple users connected. | |||
* | Alas, commit 700 becomes a boring "Oops, --otr=0 still doesn't build without | Wilmer van der Gaast | 2010-10-10 | -1/+4 |
| | | | | | | | libotr installed". Also, it appears that this code needs libotr 3.2.0 or higher, but I'm not adding a build-dep since that'll cause troubles on the build bot, people can just build with BITLBEE_OTR=0. | |||
* | Merging OTR branch. It's more or less a plugin if you enable it, and | Wilmer van der Gaast | 2010-10-09 | -85/+2471 |
|\ | | | | | | | | | otherwise a no-op. DO NOT INSTALL THIS ON PUBLIC SERVERS. | |||
| * | Added Debian packaging for OTR plugin. It's built by default but this can | Wilmer van der Gaast | 2010-10-09 | -11/+26 |
| | | | | | | | | | | be disabled by setting BITLBEE_OTR to 0 (or 1 to compile it into the binary). | |||
| * | Merging smpq fix from pesco. | Wilmer van der Gaast | 2010-10-06 | -15/+29 |
| |\ | ||||
| | * | q&a-style smp only affects trust on the asking side | Sven Moritz Hallberg | 2010-10-04 | -15/+29 |
| | | | ||||
| * | | Make sure events_*.c are fully compatible to callers so plugins built for | Wilmer van der Gaast | 2010-10-02 | -8/+7 |
| | | | | | | | | | | | | | | | a different flavour will still work. | |||
| * | | At least for now, only enable OTR if the user specifically asks for it. | Wilmer van der Gaast | 2010-10-02 | -5/+8 |
| | | | | | | | | | | | | | | | | | | Distros can now ship a bitlbee-plugin-otr package (that should work with both bitlbee and bitlbee-libpurple). | |||
| * | | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -914/+3366 |
| |\ \ | | |/ | |/| | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | |||
| * | | Merging some more fixes (dealing with incoming smpq stuff). | Wilmer van der Gaast | 2010-10-01 | -16/+30 |
| |\ \ | ||||
| | * | | cosmetic: show smpq question in bold | Sven Moritz Hallberg | 2010-10-01 | -1/+1 |
| | | | | ||||
| | * | | libotr forgets to set trust when responding to smpq | Sven Moritz Hallberg | 2010-10-01 | -9/+15 |
| | | | | ||||
| | * | | explicitly handle cheating by smp opponent | Sven Moritz Hallberg | 2010-10-01 | -0/+8 |
| | | | | ||||
| | * | | give smp/smpq command handler a better name | Sven Moritz Hallberg | 2010-10-01 | -4/+4 |
| | | | | ||||
| | * | | clarify copyright | Sven Moritz Hallberg | 2010-10-01 | -2/+2 |
| |/ / | ||||
| * | | Fix use of g_convert(), thanks to an anonymous person who opened #676. | Wilmer van der Gaast | 2010-09-29 | -2/+2 |
| | | |