Commit graph

213 commits

Author SHA1 Message Date
Stefan Bethge
68f5401213 set zeroconf hostname on every connection. fix: #3117 2007-07-27 16:00:29 +00:00
Travis Shirk
270c956db3 Handle malformed timestamps (which would cause an unhandled exception and hork the connection)
and XEP-82 (dashes in timestamps).
2007-06-29 21:21:08 +00:00
Julien Pivotto
c92145c3b9 [misc] repare sending composing chatstates using xep instead of xep.
Fix #3241.
2007-06-16 21:31:19 +00:00
Yann Leboulanger
3bb2eabadb add thread to zeroconf connections too 2007-05-30 16:57:37 +00:00
Yann Leboulanger
d01c4983ad fix traceback with zeroconf 2007-05-13 07:10:12 +00:00
Yann Leboulanger
3320bdc551 don't send SASL feature in zeroconf, we don't support it 2007-05-03 21:43:03 +00:00
Yann Leboulanger
1346ec39aa fix TB with zeroconf and blocked contacts. fixes #3141 2007-04-30 17:54:43 +00:00
Yann Leboulanger
7d5aab332a prevent TB with zeroconf and blocked contacts 2007-04-26 19:46:47 +00:00
Yann Leboulanger
5162f691fd try to fix zeroconf reconection. see #3076 2007-04-25 14:32:32 +00:00
Yann Leboulanger
e6fa47594b fix TB. fixes #3076 2007-04-25 14:20:57 +00:00
Yann Leboulanger
b7097fac7f send stream:features in zeroconf network, and send stanza only when other part reply to stream initialization. fixes #3057 2007-04-25 10:30:07 +00:00
Yann Leboulanger
e747cee265 fix reconnect feature with zeroconf. fixes #3068 and #3076 2007-04-25 10:25:22 +00:00
Yann Leboulanger
2dd261e97d fix the to attribute of stream initiation in zeroconf network. see #3057 2007-04-25 09:01:05 +00:00
Yann Leboulanger
55a4e6c977 fix send_custom_status function. see #342 2007-04-22 19:45:19 +00:00
Yann Leboulanger
b15b53b5e2 [danguy] correctly encrypt message in zeroconf network. fixes #3113 2007-04-22 10:32:26 +00:00
Yann Leboulanger
4b0871f753 fix TB with [8088] and zeroconf. fixes #3114 2007-04-21 11:58:55 +00:00
Yann Leboulanger
8661ed1c17 [misc] if status is not set in the TXT record in zeroconf, consider it as avail, see #3057 2007-04-19 17:54:04 +00:00
Yann Leboulanger
36d3c07676 [misc] add to and from attribut on the zeroconf stream opening. see #3057 2007-04-18 18:04:52 +00:00
Yann Leboulanger
8169960480 add pep_supported var to zeroconf too (always False there) 2007-03-30 19:14:07 +00:00
Yann Leboulanger
007d46364a zeroconf has no resource. Fake an empty one. fix a TB as Roster class access it. 2007-03-30 18:42:58 +00:00
Yann Leboulanger
3bf528d988 add now argument to send funtions in zeroconf connection. fixes #3045 2007-03-20 07:13:25 +00:00
Yann Leboulanger
8a0c47e4a0 [Michal Vaner] add ability to send several ip when we do file transfers, and send all local IPs. fixes #2953 2007-01-28 19:11:39 +00:00
junglecow
62350adb36 - PyOpenSSL branch merged to trunk
Welcome to the world of PyOpenSSL! Please install PyOpenSSL, thanks!

svn merge -r 7426:HEAD svn://svn.gajim.org/gajim/branches/pyopenssl
2006-12-20 21:52:40 +00:00
Nikos Kouremenos
6faf04a056 make sure we use dbus public api so we work for python dbus 0.80; see #2784 2006-12-17 11:43:34 +00:00
Stefan Bethge
cc09dae0fe call missing init for zeroconf vcard dummy 2006-11-29 22:57:37 +00:00
Stefan Bethge
1e6bbfe48f fix #2699 (readd vcard dummies) 2006-11-23 15:17:24 +00:00
Stefan Bethge
720b190db8 fix some small things. Thanks, pyflakes. Fix #2684 2006-11-20 21:02:15 +00:00
junglecow
4617618463 Removing all calls to sys.exc_clear(). This is only necessary in very rare circumstances, and if there is such a circumstance, it should be clearly documented in code. 2006-11-13 15:07:47 +00:00
Stefan Bethge
27849fc3d7 fix #2586, cleanup 2006-11-10 20:43:23 +00:00
Yann Leboulanger
c897263ed0 [dkirov] When .so modules are loaded from module path there is no need to do extra checks. 2006-11-08 13:23:38 +00:00
Stefan Bethge
7c433c7c85 display error messages only when there is an error (hopefully), see #2586 2006-11-07 23:25:24 +00:00
Stefan Bethge
745434fdab give error messages when local message could not be sent, see #2586 2006-11-06 21:30:39 +00:00
Stefan Bethge
2875fbda4b add fixme notice to workaround for #2585 2006-10-20 23:19:57 +00:00
Stefan Bethge
bc98a0756e fix tb when renaming offline local contacts (dkirov) 2006-10-18 21:15:54 +00:00
Stefan Bethge
8bfbb62aac complete [7275] - remove send file for offline users (dkirov) 2006-10-17 19:38:43 +00:00
Stefan Bethge
4aeb92e52f temporarily replace unicode txt data from local contacts with a dot until we get info from avahi 2006-10-17 19:18:25 +00:00
Stefan Bethge
e5806104ce patch from dkirov: fix problem with chat window jid != roster contact jid (local contacts) 2006-10-17 19:13:36 +00:00
Stefan Bethge
39688db977 patch from dkirov to fix TB with gaim presences 2006-10-16 19:43:02 +00:00
Dimitur Kirov
1fcea90561 enable utf-8 strings in txt records 2006-10-15 02:09:23 +00:00
Stefan Bethge
18ba4ec4e7 fix #2551 2006-10-14 05:33:08 +00:00
Stefan Bethge
a8c0bbe7c1 fix #2555 2006-10-12 03:22:57 +00:00
Stefan Bethge
41594ac4e8 fix #2545, pop up error message when publishing fails 2006-10-12 02:21:23 +00:00
Stefan Bethge
150073da23 fix problems when local account is deleted in config file 2006-10-12 00:58:01 +00:00
Dimitur Kirov
c24351d58f split error for unable to bind to port 2006-10-11 23:11:54 +00:00
Dimitur Kirov
b3ab116a38 patch from 2553 2006-10-11 21:26:58 +00:00
Stefan Bethge
6ea11dc7ad fix avatars not showing with zeroconf enabled 2006-10-10 00:59:31 +00:00
Stefan Bethge
f405de3fc1 fix update_details (wrong indent) 2006-10-09 17:48:32 +00:00
Stefan Bethge
5f9e24a776 fix TB on receiving message after merge from trunk 2006-10-09 14:27:20 +00:00
Dimitur Kirov
59b6ae468a merge from trunk
automake based instalation
2006-10-04 00:10:49 +00:00
Dimitur Kirov
163cfef3b8 disconnect when avahi-daemon stop responding
fix reference in connection_handlers
2006-10-02 22:41:48 +00:00