Commit graph

26 commits

Author SHA1 Message Date
Yann Leboulanger
a5f50372c8 fix using change status dialog 2015-01-02 21:53:59 +01:00
Yann Leboulanger
7d4277dfe4 fix Host resolver. Fixes #7729, #7750 2014-04-22 13:11:00 +02:00
Yann Leboulanger
5f1c570744 use host to resolve DNS if it's available. 2014-04-09 17:04:03 +02:00
Yann Leboulanger
fd0ff877a3 GObject.* -> GLib.* 2013-07-28 20:50:30 +02:00
Yann Leboulanger
2c21353a8b remove has_key()
fix base64 calls (requires and returns bytes, not str)
2013-01-02 17:53:42 +01:00
Yann Leboulanger
e71188a6fa print -> print() 2013-01-01 19:36:56 +01:00
Yann Leboulanger
8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger
77775cf0af Gajim now uses python-nbxmpp library instead of embedding it. 2012-12-09 21:37:51 +01:00
Yann Leboulanger
96dd70050b Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me 2012-08-23 13:10:30 +02:00
Yann Leboulanger
f832900d2b coding standards 2012-08-22 12:55:57 +02:00
Yann Leboulanger
449f137dd7 correctly handle see-other-host (earlier in the connection process). Fixes #7179 2012-06-19 19:19:24 +02:00
Yann Leboulanger
538fec1571 fixes for windows build 2010-10-26 17:28:08 +02:00
Yann Leboulanger
435b6832cf use RosterReceivedEvent object to handle load_roster_from_db. 2010-10-19 18:14:30 +02:00
Éric Araujo
357d7db07d fixed some whitespace thanks to 2to3 -f ws_comma 2010-02-10 19:24:11 +01:00
Éric Araujo
fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger
c642556377 increase SRV answer timeout. Fixes #5466 2010-02-03 23:20:11 +01:00
Yann Leboulanger
cbbfe98d32 add some debug info when resolving hostnames. see #5466 2010-01-12 15:29:40 +01:00
Yann Leboulanger
8d8db58003 ignore invalid SRV reply from libasyncns. Fixes #5507 2009-12-18 17:27:09 +01:00
Alexander Cherniuk
6bf2246de5 A big portion of doc-string refactoring 2009-11-26 13:58:12 +02:00
Yann Leboulanger
c8cc5be366 don't print libasyncns warning on stdout. Fixes #5407 2009-11-05 19:14:19 +01:00
Jonathan Schleifer
086d031374 Remove spaces at EOL. 2009-06-15 21:00:14 +02:00
Yann Leboulanger
dc7d34e471 fix previous commit: missing import and typo 2009-01-14 17:27:53 +00:00
Yann Leboulanger
6b2a816143 reapply patch for nslookup 9.6 that was remove with bosh merge. Fixes #4677 2009-01-14 17:24:07 +00:00
Stephan Erb
541167aa3e Move IdleCommand from resolver.py to idlequeue.py 2009-01-11 17:54:41 +00:00
Stephan Erb
c373f044db Append vim config to resolver.py 2008-12-27 12:28:39 +00:00
tomk
a7c36048b9 - renamed src/common/nslookup.py to resolver.py
- refactored resolver code and added asynchronous resolver based on patch by Damien Thebault[1]
  * Uses libasyncns-python[2]. If it's not available, old nslookup resolver is used)
  * works for SRV requests only at the moment

[1] https://www.lagaule.org/pipermail/gajim-devel/2008-July/000460.html
[2] https://code.launchpad.net/libasyncns-python
2008-08-31 23:40:06 +00:00
Renamed from src/common/nslookup.py (Browse further)