aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
Commit message (Expand)AuthorAgeLines
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-3/+3
* 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
* jabber_buddy_* stuff *is* a complete memory management hell already. :-(Wilmer van der Gaast2011-12-26-0/+2
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-9/+9
* Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere,Wilmer van der Gaast2011-12-24-7/+9
* Merging mainline.Wilmer van der Gaast2011-12-24-8/+33
|\
| * Removing unfinished debugging stuff accidentally committed inWilmer van der Gaast2011-12-24-36/+1
| * Merging SSL certificate verification for GnuTLS, with help from AopicieR.Wilmer van der Gaast2011-12-23-7/+32
| |\
| | * Just check if verification code != 0 instead of checking for one specificWilmer van der Gaast2011-12-19-1/+1
| | * Add verify argument to ssl_connect() so HTTPS-based stuff is also secure.Wilmer van der Gaast2011-12-19-1/+1
| | * Move conversion of status codes to status messages into SSL libs.Wilmer van der Gaast2011-12-19-34/+9
| | * Initial merge of tls_verify patch from AopicieR.Wilmer van der Gaast2011-12-19-4/+54
| * | Use initgroups() as well when dropping privileges. Closes bug #852.Wilmer van der Gaast2011-12-22-1/+36
| |/
* | Make it easier to add OAuth-authenticated accounts without having to typeWilmer van der Gaast2011-12-21-4/+4
* | Fix parsing of acc->pass. Use oauth_params_ functions instead of stringWilmer van der Gaast2011-12-21-17/+12
* | Detect JID changes at login time and warn the user about them.Wilmer van der Gaast2011-12-20-12/+48
* | When updating the XMPP password field with OAuth data, try harder to preserveWilmer van der Gaast2011-12-19-13/+11
* | Give a list of SASL mechanisms supported by a server when reporting we don'tWilmer van der Gaast2011-12-19-1/+17
* | Restructured and updated code a little bit to support new-style (much betterWilmer van der Gaast2011-12-18-32/+39
* | More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-17/+69
* | Mainline merge.Wilmer van der Gaast2011-12-17-5/+9
|\|
| * Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-2/+5
| * Killed careless use of strcpy(). Luckily these are only a risk on publicWilmer van der Gaast2011-10-30-3/+4
* | Error handling fixes.Wilmer van der Gaast2011-08-04-1/+3
* | Don't timeout Jabber connections on OAuth initialization.Wilmer van der Gaast2011-07-31-0/+3
* | OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+24
* | Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+51
* | Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-9/+151
* | Kill obsolete Jabber server string (SSL, port#s, etc) parsing.Wilmer van der Gaast2011-07-25-55/+0
* | Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-3/+16
|/
* Fix memory corruption on Jabber disconnect with xmlconsole andWilmer van der Gaast2011-02-24-1/+1
* Hide password information during SASL auth in xmlconsole.Wilmer van der Gaast2010-12-16-1/+8
* Add CTCP HELP code. Also cleaning up some noop handlers in the TwitterWilmer van der Gaast2010-12-07-2/+2
* Add support for XEP 202 (replacement for jabber:iq:time).Wilmer van der Gaast2010-12-06-3/+31
* First bits of CTCP support to contacts. (Try /CTCP VERSION on a JabberWilmer van der Gaast2010-12-06-0/+82
* Restore support for joining password-protected Jabber rooms. Now using aWilmer van der Gaast2010-11-20-2/+16
* Change 704 introduced one tiny bug where a Jabber resource doesn't getWilmer van der Gaast2010-10-23-1/+2
* Another memory leak fix.Wilmer van der Gaast2010-10-21-1/+2
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-9/+9
|\
| * Fixing handling of (Jabber) chatroom topic changes done by the user.Wilmer van der Gaast2010-09-05-9/+9
* | Merge mainline stuff.Wilmer van der Gaast2010-08-31-8/+30
|\|
| * Suppress subjects in Jabber conversations after showing them once.Wilmer van der Gaast2010-08-31-1/+14
| * Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-0/+3
| * Fix two compiler warnings.Wilmer van der Gaast2010-08-22-1/+1
| * Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-7/+9
| * Fixed a misuse of xt_find_node() that could get into an infinite loop.Wilmer van der Gaast2010-08-22-0/+4
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+1
|\ \
| * \ merge with upstraem bitlbee 1.2.8Sven Moritz Hallberg2010-07-11-4/+36
| |\ \
| * \ \ merge in bitlbee headSven Moritz Hallberg2010-06-04-1/+0
| |\ \ \