aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Merging ssl_disconnect() fix from meh/vmiklos.Wilmer van der Gaast2012-04-12-1/+6
|\
| * skype: use ssl_disconnect instead of closesocketMiklos Vajna2012-04-12-1/+6
|/
* Work-around for what turned out to be a GnuTLS bug (#938). From 3.0.13Wilmer van der Gaast2012-04-10-0/+15
* Update .bzrignore.Wilmer van der Gaast2012-03-26-0/+3
* Update outdated help text for the handle_unknown setting.Wilmer van der Gaast2012-03-25-8/+3
* Allow identify -noload/-force without typing a password. (/OPER)Wilmer van der Gaast2012-03-19-2/+19
* Merging report-spam patch for Twitter from Flexo. #923Wilmer van der Gaast2012-03-12-0/+38
* Bug #929: Indeed SET_NULL_OK was missing.Wilmer van der Gaast2012-03-10-1/+6
* Fix bug that broke MSN-XMPP with confusing error messages.Wilmer van der Gaast2012-03-10-2/+3
* Use -MMD instead of -MD for dependency calculation. This should drop mostWilmer van der Gaast2012-03-09-1/+1
* Changing ping behaviour. Pinging seems to be misbehaving for some peopleWilmer van der Gaast2012-02-26-10/+10
* Make the error message on invalid Jabber room names (this is a FAQ by now)Wilmer van der Gaast2012-02-23-1/+4
* Merging systemd fix.Wilmer van der Gaast2012-02-22-2/+2
|\
| * Fix systemd service filesMiklos Vajna2012-02-22-2/+2
* | Require at least GLib 2.14 now. It was released in Aug 2007 so that meansWilmer van der Gaast2012-02-19-1/+1
|/
* 3.0.5-1.3.0.5-1Wilmer van der Gaast2012-02-18-2/+5
* 3.0.5. This is stable on testing for a while already, and 3.0.4 is getting3.0.5Wilmer van der Gaast2012-02-18-3/+3
* Fixing NULL pointer dereference in irc_channel_free(). This seems to happenWilmer van der Gaast2012-02-17-1/+5
* Drop dead support for MSN offline messages (that SOAP server isn't even inWilmer van der Gaast2012-02-11-178/+3
* convert_purple fix: Don't barf on protocols without passwords. Bug #877.Wilmer van der Gaast2012-02-11-3/+6
* Add missing newslines to debugging output. Bug #896.Wilmer van der Gaast2012-02-11-2/+2
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-52/+52
* Stop talking about "the control channel" since there isn't necessarily justWilmer van der Gaast2012-02-11-15/+9
* Changelog update for 3.0.5. No clue yet when to release it, but we'reWilmer van der Gaast2012-02-11-0/+43
* Applied patch from #895, making show_old_mentions an integer setting insteadWilmer van der Gaast2012-02-10-5/+18
* Support for "nameless" chatrooms on Jabber.Wilmer van der Gaast2012-02-10-0/+55
* Probing for Google Talk servers, based on iq-discovery responses. I'll needWilmer van der Gaast2012-02-10-1/+47
* Added sha1_random_uuid function, which I will use later to generate randomWilmer van der Gaast2012-02-10-0/+32
* Take t.co URL lengthe^Wshortening into account when counting message lengthWilmer van der Gaast2012-02-08-1/+50
* Documentation for strip_newlines setting.Wilmer van der Gaast2012-01-30-0/+10
* Try to show the user_split info for a protocol in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+10
* Merging strip_newlines Twitter setting.Wilmer van der Gaast2012-01-30-0/+5
|\
| * add 'strip_newlines' setting to TwitterDaniel Albers2012-01-13-0/+5
* | Report mysterious unsupported libpurple options in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+2
* | Merging (what is hopefully) a fix for #901.Wilmer van der Gaast2012-01-30-5/+35
|\ \ | |/ |/|
| * skype: properly display multiple about linesMiklos Vajna2012-01-28-5/+20
| * skype: don't crash in skype_parse_user() if the user has multiple about linesMiklos Vajna2012-01-28-0/+15
|/
* Don't handle HTTP 401 responses from Twitter API differently anymore afterWilmer van der Gaast2012-01-10-8/+0
* Return, don't try to flush the timeline on a broken connection. This likelyWilmer van der Gaast2012-01-10-2/+2
* Fixing one compiler warning that shouldn't indicate any real problem (onlyWilmer van der Gaast2012-01-04-1/+1
* A few more SSL fixes merged from AopicieR. This also fixes OpenSSL compileWilmer van der Gaast2012-01-03-10/+5
* Move the check for "set auto_connect" to a more sensible location. #878.Wilmer van der Gaast2011-12-29-3/+3
* Keep only one xcred object globally instead of one per connection. WithWilmer van der Gaast2011-12-29-16/+20
* When changing nicks and the change is case-only (or no change *at all*),Wilmer van der Gaast2011-12-29-2/+6
* jabber_buddy_* stuff *is* a complete memory management hell already. :-(Wilmer van der Gaast2011-12-26-0/+2
* Fixing memory leak in Twitter module.Wilmer van der Gaast2011-12-26-8/+7
* Merging oauth-xmpp branch, which adds support for OAuth2 authenticationWilmer van der Gaast2011-12-26-239/+774
|\
| * A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-12/+13
| * An empty password is still a password, don't refuse accounts for that.Wilmer van der Gaast2011-12-24-2/+2
| * Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere,Wilmer van der Gaast2011-12-24-7/+9