- Feb 13, 2013
-
-
Yann Leboulanger authored
-
- Jun 13, 2011
-
-
Yann Leboulanger authored
-
- Jun 09, 2010
-
-
Alexander Cherniuk authored
-
- Apr 24, 2010
-
-
Yann Leboulanger authored
-
- Apr 23, 2010
-
-
Alexander Cherniuk authored
-
- Apr 07, 2010
-
-
Éric Araujo authored
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix some whitespace, and fix some other madness manually.
-
- Feb 16, 2010
-
-
Yann Leboulanger authored
-
- Feb 10, 2010
-
-
Éric Araujo authored
-
Éric Araujo authored
also use 2to3 -f ws_comma to fix some whitespace
-
- Feb 08, 2010
-
-
Éric Araujo authored
holy diff batman!
-
- Nov 26, 2009
-
-
Alexander Cherniuk authored
-
- Nov 25, 2009
-
-
Yann Leboulanger authored
-
- Nov 18, 2009
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Nov 12, 2009
-
-
steve-e authored
Approach: Keep filling the receive buffer until we have found enough data to extract the first HTTP header and body
-
- Nov 06, 2009
-
-
Yann Leboulanger authored
-
- Nov 12, 2009
-
-
Yann Leboulanger authored
-
- Nov 05, 2009
-
-
Yann Leboulanger authored
-
- Nov 04, 2009
-
-
steve-e authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Jul 17, 2009
-
-
Yann Leboulanger authored
-
- Jul 13, 2009
-
-
Yann Leboulanger authored
-
- Jun 15, 2009
-
-
Jonathan Schleifer authored
-
- May 01, 2009
-
-
Yann Leboulanger authored
Add a second timeout to differenciate keepalive and ping alive packets. We now wait 55s before sending a keepalive (whitespace packet) and 2 minutes before sendind a xmpp ping (and then we wait for 1min the answer before reconnecting) Fixes #4643
-
- 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
-