Commit graph

6 commits

Author SHA1 Message Date
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)