| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This results in shorter code and is available on Windows as well.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Hi,
when the skype plugin fails to connect to skyped,
it crashes. Not crashing is nicer, because that
results in an neat error message that connecting
to the server failed (and subsequent retries).
The attached patch fixes this crash.
|
| | |/ / / |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
can be useful for openssl-1.0 users where i don't know what cmdline to
suggest atm
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
see that as long as it works
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
this is a hack, looks like openssl-1.0 generates something which is not
compatible with python-gnutls, let's reuse what we have for now
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
that's always true as such macro did not exist before
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
From: Arthaey Angosii <arthaey@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
so hopefully we can stay compatible with it for a long time
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
also a bit of cleanup. you can still build for 1.2.5 using
'-DBITLBEE_VER(a,b,c)'='(((a) << 16) + ((b) << 8) + (c))'
if you really want, though.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Requested-by: ilf <ilf@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
the only problem that can happen this case is that we can talk to
ourselves, but that's not a big problem.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
now that we have a config option allowing to do so, make use of it, it's
more reliable
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit a65ec8c459813c84ed9ca57872b0df9add83a049.
17:35 < macmaN> vmiklos: im getting all my groupchat messages as private querys now
17:35 < macmaN> the other direction works
18:48 < macmaN> vmiklos: i've verified it, i went back before that commit and group chats work again
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Heya,
Just to make sure people don't get screwed by BitlBee 1.2.5, here's a
diff to make stuff work smoothly.
I think without this patch they'll see crashes, sorry about that. :-(
Running the plugin on my desktop now. I'd test it but I have absolutely
no friends on Skype apparently. But the debugging console looks like
setting away states works:
/away busy
2010-03-17 14:43:55: >> SET USERSTATUS DND
2010-03-17 14:43:55: << USERSTATUS DND
2010-03-17 14:43:56: << USER lintux ONLINESTATUS DND
2010-03-17 14:43:56: << USERSTATUS DND
/away something
2010-03-17 14:43:59: >> SET USERSTATUS AWAY
2010-03-17 14:43:59: << USERSTATUS AWAY
2010-03-17 14:44:00: << USER lintux ONLINESTATUS AWAY
2010-03-17 14:44:00: << USERSTATUS AWAY
/away
2010-03-17 14:44:01: >> SET USERSTATUS ONLINE
2010-03-17 14:44:01: << USERSTATUS ONLINE
2010-03-17 14:44:04: << USER lintux ONLINESTATUS ONLINE
2010-03-17 14:44:04: << USERSTATUS ONLINE
|
| | | | | |
|
| | | | | |
|
| | | | | |
|