aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Collapse)AuthorAgeLines
* [merge] WilmerJelmer Vernooij2006-03-01-374/+58
|\
| * Merge WilmerJelmer Vernooij2006-02-12-3/+6
| |\
| | * When closing down MSN (sb) connections with unsent messages, the warningWilmer van der Gaast2006-01-30-3/+6
| | | | | | | | | | | | | | | message now mentions the people those messages were meant for.
| * | Merge from WilmerJelmer Vernooij2006-01-24-987/+267
| |\|
| | * Removed a bogus printf from the OSCAR code, grrrr.Wilmer van der Gaast2006-01-23-2/+0
| | |
| | * Removed some very unpleasant check from the OSCAR code. (CausedWilmer van der Gaast2006-01-19-1/+8
| | | | | | | | | | | | | | | testing.bitlbee.org to get ... quite busy.)
| | * Fixed read() error handling in Jabber module.Wilmer van der Gaast2006-01-19-1/+2
| | |
| | * Fixed Yahoo! invisible status. (Thanks to a patch someone posted on ↵Wilmer van der Gaast2006-01-14-7/+10
| | | | | | | | | | | | FreshMeat some time ago.)
| | * Got rid of yahoo_list, since GLib has this all already. Couldn't test too ↵Wilmer van der Gaast2006-01-13-284/+22
| | | | | | | | | | | | well if this breaks anything, but it shouldn't.
| * | Fix two typosJelmer Vernooij2005-12-18-76/+10
| | |
* | | Merge WilmerJelmer Vernooij2006-01-10-945/+926
|\ \ \ | | |/ | |/|
| * | Cleaned up some warnings in MSN module that appeared because of the const ↵Wilmer van der Gaast2006-01-04-9/+14
| | | | | | | | | | | | change.
| * | MSN consts!Wilmer van der Gaast2006-01-04-12/+12
| | |
| * | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵Wilmer van der Gaast2006-01-04-1/+2
| | | | | | | | | | | | ::ffff:style addresses.)
| * | Converted all tables in yahoo_fn into static consts so BitlBee instances can ↵Wilmer van der Gaast2006-01-03-190/+190
| | | | | | | | | | | | share them.
| * | Removed useless UTF8-related functions (iconv works a lot better).Wilmer van der Gaast2005-12-31-58/+2
| | |
| * | Moved util.c to root, moved some things to there from bitlbee.cWilmer van der Gaast2005-12-27-414/+1
| | |
| * | IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets.Wilmer van der Gaast2005-12-27-2/+2
| | | | | | | | | | | | | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.".
| * | Jabber module now requests the buddy list before setting an away state, thisWilmer van der Gaast2005-12-20-6/+2
| |/ | | | | | | | | | | was at least one cause of not seeing someone online. I'm afraid there are more (there's at least one more I know about), as mentioned in #15.
| * Stuff from Jelmer.Wilmer van der Gaast2005-12-18-2/+2
| |\
| * | When trying to talk to MSN people who are offline, the switchboard gets ↵Wilmer van der Gaast2005-12-18-5/+31
| | | | | | | | | | | | | | | | | | | | | reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes.
| * | Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵Wilmer van der Gaast2005-12-18-2/+2
| | | | | | | | | | | | actually work).
| * | Non-blocking I/O for OpenSSL, plus some extra (important) cleanup code for ↵Wilmer van der Gaast2005-12-18-7/+79
| | | | | | | | | | | | GnuTLS.
| * | Moved HTTP-stuff (right now only for passport) into a separate module. ThisWilmer van der Gaast2005-12-17-226/+576
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all works 100% asynchronous and non-blocking, so almost all I/O in BitlBee should be completely non-blocking now! Right now support for other modules than GnuTLS is probably broken, I'll fix it later.
| | * | Passport authentication works now.Wilmer van der Gaast2005-12-17-210/+112
| | | |
| | * | Fixed parameter ordering.Wilmer van der Gaast2005-12-17-2/+2
| | | |
| | * | Small memory leak fixed.Wilmer van der Gaast2005-12-17-0/+1
| | | |
| | * | Successfully tested http_client, added support for redirections.Wilmer van der Gaast2005-12-17-21/+157
| | |\ \ | | |/ / | |/| |
| * | | Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense)Wilmer van der Gaast2005-12-17-16/+16
| | | |
| | * | http_client libWilmer van der Gaast2005-12-17-8/+319
| | |\ \ | | |/ / | |/| |
| | * | Camel case, yuck!Wilmer van der Gaast2005-12-17-9/+9
| |/ /
* | | Initial work on a SSPI SSL backendJelmer Vernooij2005-12-18-0/+210
| | |
* | | Merge integrationJelmer Vernooij2005-12-17-31/+84
|\ \ \ | | |/ | |/|
| * | Add variable for plugindir rather then always using the defineJelmer Vernooij2005-12-17-2/+2
| |/
| * Non-blocking SSL handshakes for GnuTLS. The rest might come later, but isWilmer van der Gaast2005-12-16-29/+82
| | | | | | | | | | slightly less important.
* | Merge WilmerJelmer Vernooij2005-12-15-116/+315
|\|
| * Merged Jelmer's pluginable tree (mainly useful for the Win32 port).Wilmer van der Gaast2005-12-15-97/+116
| |\
| | * Merge my pluginable branchJelmer Vernooij2005-12-14-97/+116
| | |\
| | | * Merge from WilmerJelmer Vernooij2005-12-04-30/+24
| | | |\
| | | * | Remove references to file transfersJelmer Vernooij2005-11-29-30/+0
| | | | |
| | | * | Disable plugin support by default, support compilation with non-C99 compilers.Jelmer Vernooij2005-11-29-26/+36
| |_|/ / |/| | |
| * | | Moved variable declarations to the right place to make older compilers happy.Wilmer van der Gaast2005-12-15-10/+9
| |/ /
| * | Improved typing notification support. (from f0rked)Wilmer van der Gaast2005-12-14-11/+37
| |\ \
| | * | Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-11/+37
| | | |
| * | | AIM groupchat support, thanks to Hanji (Nelson Elhage)!Wilmer van der Gaast2005-12-13-37/+213
| |\ \ \
| | * | | Merging the Hanji groupchat patchNelson Elhage2005-12-04-37/+213
| | | |/ | | |/|
| * / | Add some constJelmer Vernooij2005-12-06-17/+7
| |/ /
| * / Oops... :-(1.0Wilmer van der Gaast2005-12-04-1/+1
| |/
| * do_error_dialog shouldn't do NULL dereferences anymore, and TYPING ↵Wilmer van der Gaast2005-12-04-2/+9
| | | | | | | | notifications are always direct PRIVMSGs.
| * Oops...Wilmer van der Gaast2005-12-03-1/+1
| | | | | | | | | | | | | | | | | | A very small typo caused very weird problems in the line splitting code.