- Apr 07, 2009
-
-
Yann Leboulanger authored
-
- Apr 06, 2009
-
-
Yann Leboulanger authored
-
- Feb 13, 2009
-
-
Yann Leboulanger authored
-
- Jan 11, 2009
-
-
steve-e authored
-
- Jan 10, 2009
-
-
steve-e authored
-
- Jan 09, 2009
-
-
steve-e authored
Introduce a get_instance factory method for all plugins and other xmpp related classes. This will help us to decouple plugs in order to make them testable.
-
- Jan 08, 2009
-
-
steve-e authored
-
- Jan 03, 2009
-
-
steve-e authored
-
- Dec 31, 2008
-
-
steve-e authored
Proposed Fix. Make sure we read all data from our SSL socket wrappers and don't just rely on gobject.io_add_watch, select or poll. This isn't really a clean solution, but the less intrusives fix that I can think of. Fixes #2634.
-
- Dec 28, 2008
-
-
steve-e authored
-
- Dec 27, 2008
-
-
steve-e authored
-
- Dec 24, 2008
-
-
-
steve-e authored
-
- Dec 03, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 02, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Nov 28, 2008
-
-
Yann Leboulanger authored
-
- Oct 22, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Oct 21, 2008
-
-
Yann Leboulanger authored
-
- Oct 20, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Oct 11, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Oct 07, 2008
-
-
Yann Leboulanger authored
-
- Aug 17, 2008
-
-
tomk authored
-
- Aug 14, 2008
-
-
tomk authored
Gajim will do HTTP CONNECT on proxy to reach the BOSH Conn manager and try to estabilish TLS (same as what firefox do when approaching HTTPS server via proxy) - moved proxy-connecting code to xmpp/proxy_connectors.py - debugged SOCKS5 proxy code - tested with Tigase server
-
- Aug 09, 2008
-
-
tomk authored
-
- Aug 05, 2008
-
-
tomk authored
derived (was plugged to NonBlockingClient which made it unusable for BOSH) - Fixed HTTP CONNECT proxy socket - Implemented workaround for the bug with insecure-connection warning dialog (unfortunately, this is not over - I just forbid the transport to send BOSH empty bodies until auth module is plugged, which is wrong and will break if user will wait more than "inactivity" (usualy thirty) seconds before clicking the dialog. This workaround works with ejb and opf, and also breaks connection with both of them if delay is too long. - Implemented basic TLS over BOSH. It works only with OPF and poorly.
-
- Jul 30, 2008
-
-
Yann Leboulanger authored
-
- Jul 29, 2008
-
-
js authored
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
-
- Jul 28, 2008
-
-
tomk authored
-
- Jul 26, 2008
-
-
tomk authored
- improved HTTP persistent connections - added alarm-unregister method to idlequeue - extended proxy managing dialog for BOSH proxy
-
- Jul 18, 2008
-
-
tomk authored
persistent HTTP connections in BOSH roughly implemented, added hack for openfire incapability of after-SASL-stream-restart-response in BOSH, changed doubles quotes to single
-
- Jul 13, 2008
-
-
tomk authored
BOSHClient transformed to NonBlockingBOSH transport - it's easier to maintain more connections from below, implemented handling of non-persistent HTTP connections - it runs with ejabberd, improved NonBlockingTransport interface, minor changes in BOSHDispatcher
-
- Jul 07, 2008
-
-
tomk authored
new BOSHDispatcher (in dispatcher_nb), improved BOSHClient class, minor changes in other xmpp modules
-