aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl_bogus.c
Commit message (Collapse)AuthorAgeLines
* Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-1/+1
| | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* Implement ssl_pending() in bogus ssl backend.Jelmer Vernooij2008-06-10-0/+5
|
* Fix ssl_bogus.Jelmer Vernooij2007-07-07-0/+5
|
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+57
protocols/, and adding RC4 code.