aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Collapse)AuthorAgeLines
...
* | | | | Fix two typosJelmer Vernooij2005-12-18-76/+10
|/ / / /
* | | | Stuff from Jelmer.Wilmer van der Gaast2005-12-18-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Add variable for plugindir rather then always using the defineJelmer Vernooij2005-12-17-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
|/ / /
* | / Non-blocking SSL handshakes for GnuTLS. The rest might come later, but isWilmer van der Gaast2005-12-16-29/+82
| |/ |/| | | | | | | slightly less important.
* | 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
| | | |/ | | |/|
| | * | Merge from WilmerJelmer Vernooij2005-11-28-2417/+117
| | |\ \
| | * \ \ Merge WilmerJelmer Vernooij2005-11-19-41/+156
| | |\ \ \
| | * \ \ \ Merge from JelmerJelmer Vernooij2005-11-15-92/+17
| | |\ \ \ \
| | * \ \ \ \ Merge changes from WilmerJelmer Vernooij2005-11-15-60/+7
| | |\ \ \ \ \
| | * | | | | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-117/+147
| | | | | | | |
* | | | | | | | 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.
* | | | | | Modified CHANGES, and extended the allowed port range a bit.Wilmer van der Gaast2005-12-02-2/+4
| | | | | |
* | | | | | The Jabber module now only accepts a limited range of ports (5222 and 5223),Wilmer van der Gaast2005-12-02-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so it can't be abused as a portscanner. Thanks to Peter van Dijk (Habbie) for the report.
* | | | | | jabber.c:542: warning: `gjc' might be used uninitialized in this functionWilmer van der Gaast2005-12-01-3/+3
| | | | | |
* | | | | | Renamed no_one_calls in proxy.c to something that makes more sense to me.Wilmer van der Gaast2005-11-30-2/+2
| | | | | |
* | | | | | Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H isWilmer van der Gaast2005-11-30-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined, they started to cause problems.
* | | | | | This should fix a crash bug in Jabber module (NULL pointer dereference on ↵Wilmer van der Gaast2005-11-29-5/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | broken Jabber/SSL connections).
* | | | | Messages specific to a connection only mention the handle now if necessary ↵Wilmer van der Gaast2005-11-26-2/+14
| | | | | | | | | | | | | | | | | | | | (i.e. if there is more than one connection to that IM-network). Should close #26.
* | | | | Lowered the line splitting limit a bit (and made it a bit prettier by trying ↵Wilmer van der Gaast2005-11-26-10/+13
| | | | | | | | | | | | | | | | | | | | to split on spaces, if possible). Should close #29.
* | | | | Little code cleanup in Jabber module, added support for Jabber headline ↵Wilmer van der Gaast2005-11-23-95/+47
| | | | | | | | | | | | | | | | | | | | messages.
* | | | | Incoming typing notices are now sent as a CTCP. Better consistency.Wilmer van der Gaast2005-11-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Don't forget to upgrade your typing notice script.
* | | | | Remove OFT and rendez-vous support (not used anyway and implemented Jelmer Vernooij2005-11-20-2309/+42
| |_|_|/ |/| | | | | | | | | | | | | | | in a way too complicated way)
* | | | Oops, even BitlBee didn't know yet that channel names can start with &. Now ↵Wilmer van der Gaast2005-11-19-1/+1
| | | | | | | | | | | | | | | | it should.
* | | | Applied AIM typing notification patch from Hanji.Wilmer van der Gaast2005-11-19-1/+118
| | | |
* | | | HTML stripping is optional again (but still safer than before 0.93), but now ↵Wilmer van der Gaast2005-11-18-16/+15
| | | | | | | | | | | | | | | | enabled by default.
* | | | Hmmm, why are these 0-byte files still there?Wilmer van der Gaast2005-11-16-0/+0
| | | |
* | | | Got rid of raw ^B's in source,Wilmer van der Gaast2005-11-16-23/+23
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch.