Commit Graph

10 Commits

Author SHA1 Message Date
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
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Nikos Kouremenos 49f1cd3bcf calling the module SRE is deprecated [in py25] in favor of RE. so use RE 2006-11-18 23:21:59 +00:00
Nikos Kouremenos 62951fb718 coding standards; convert a TODO to more like testing stuff 2006-03-30 16:10:50 +00:00
Dimitur Kirov e0d8b0c3dc unnecessary purge of variables 2006-02-07 08:46:00 +00:00
Dimitur Kirov 85ba371288 if host is invalid to not start 2006-02-07 08:34:20 +00:00
Dimitur Kirov 8df5e7efce two small errors on win 2006-02-05 15:31:31 +00:00
Dimitur Kirov 2525fef3a8 added comments, reverted to popen and print
some error messages about invalid arguments
2006-02-04 00:13:12 +00:00
Dimitur Kirov b4b810f465 don't close stdin in Popen on win32, because it
causes a TB when gajim is started from
noninterractive shels like idle (fixes #1506)
2006-02-03 22:52:47 +00:00
Dimitur Kirov f62db4acfe Switched to non-blocking connections.
Removed threads and mutexes in connection.py
and gajim.py.
Add resolver through nslookup command, removed
dnspython and pydns (for now).
2006-02-03 12:17:34 +00:00