Commit graph

1755 commits

Author SHA1 Message Date
Dimitur Kirov
9c60d30351 send_messages uses NonBlocking P2PConnection 2006-09-19 19:56:04 +00:00
Dimitur Kirov
81b46bb37f fix sending stream headers order 2006-09-19 18:18:03 +00:00
Dimitur Kirov
1f836cae67 debug xml data 2006-09-19 17:58:29 +00:00
Dimitur Kirov
884e66e5d7 some bugs fixed 2006-09-19 17:10:28 +00:00
Dimitur Kirov
da309569e3 add possibility to overide StremInit by _owner 2006-09-19 15:14:53 +00:00
Dimitur Kirov
d21c07d8d7 add sender capabilities 2006-09-19 15:10:06 +00:00
Dimitur Kirov
8b8af31aae typo 2006-09-19 15:09:37 +00:00
Dimitur Kirov
1463ca8289 merge from zeroconf branch
(fixed bug: xml error when we get CDATA after
 initial stream header)
2006-09-19 12:50:33 +00:00
Dimitur Kirov
e9a855007b better xmmpppy plugin integration.
fixed xml error with iChats
2006-09-19 12:46:09 +00:00
Dimitur Kirov
44e2bd0247 fix TB opn application exit 2006-09-19 08:58:14 +00:00
Yann Leboulanger
af68b178a1 add progressbar in vcard window and hide it when we get vcard and os info. For #1840 2006-09-19 08:17:36 +00:00
Dimitur Kirov
cc5719c89d stop listener when we go offline 2006-09-18 08:39:04 +00:00
Dimitur Kirov
1a325833c3 add listening server for incomming messages 2006-09-17 22:57:41 +00:00
Stefan Bethge
7707c5e824 enable/disable zeroconf on the fly 2006-09-17 22:19:10 +00:00
Stefan Bethge
5d1410d17a better handling of multiple gajim instances on one machine 2006-09-17 20:54:32 +00:00
Dimitur Kirov
25b5b85aaa fix parse error 2006-09-17 16:18:15 +00:00
Stefan Bethge
41c552ad42 removed zerocony.py:check_jid and calls to it 2006-09-17 16:01:12 +00:00
Stefan Bethge
5116cb0205 add checkbutton to preferences window to toggle zeroconf 2006-09-17 15:49:47 +00:00
Dimitur Kirov
fd7eead5dd add property bare_name in zeroconf.contacts[..]
property list. Using it, instead of bad-client
2006-09-17 15:07:35 +00:00
Dimitur Kirov
99265c0430 add fake store_metacontacts method 2006-09-17 14:45:58 +00:00
Jean-Marie Traissard
2897130af8 Descrition for ACE option skip_taskbar 2006-09-15 23:39:00 +00:00
Yann Leboulanger
1a2bea6637 [sgala] fix wrong tag name. See #316 2006-09-15 16:08:36 +00:00
Dimitur Kirov
470e668ea2 This remove unused keyword
--line, and those below, will be ignored--

M    socks5.py
M    connection_handlers.py
2006-09-15 11:57:03 +00:00
Tomasz Melcer
f91d9192e5 Initial support for multiple-records dataforms - displaying data. 2006-09-15 08:38:01 +00:00
Stefan Bethge
6a21dfb6b8 fix some post-merge problems, prevent key error 2006-09-15 03:30:52 +00:00
Stefan Bethge
a039917951 filter own service again, users should not see themselves in the roster 2006-09-14 23:41:18 +00:00
Yann Leboulanger
3541253596 [sgala] add some xmpp functions for xhtml-im support. see #316 2006-09-14 19:44:13 +00:00
Dimitur Kirov
d83dde79ab prevent TB for invalid keyword in send_message
add SystemBus initialisation in try:
to catch cases when system bus is not present
2006-09-14 17:16:01 +00:00
Stefan Bethge
2b3120244f merged trunk r6780
removed i18n imports from zeroconf/connection files
2006-09-14 16:48:03 +00:00
Yann Leboulanger
15b44f5eec detect and print old gc messages as restored messages. Fixes #2253 2006-09-14 13:31:14 +00:00
Yann Leboulanger
e18e1079a9 send correct error message when we decline a FT, and print error message when we get it. Fixes #2330 2006-09-14 12:19:40 +00:00
Dimitur Kirov
5764374e5d set proxy as invalid if hostname cannot be
resolved
2006-09-14 08:40:09 +00:00
Stefan Bethge
61dab0d59a client code uses common.xmpp.Message to build xml 2006-09-13 18:49:34 +00:00
Tomasz Melcer
9b29c4c8b8 Merging changes from trunk (6561:6774) 2006-09-13 16:47:58 +00:00
Tomasz Melcer
5824d3b873 Dataforms widget moved to another file, some ui tweaks. 2006-09-13 16:07:51 +00:00
Yann Leboulanger
97420e6a7a prevent TB when / in gc nicknames 2006-09-13 07:46:35 +00:00
Nikos Kouremenos
ab9b5a3210 fix strings 2006-09-12 11:53:28 +00:00
Nikos Kouremenos
0da3cc6820 fix strings 2006-09-12 11:49:45 +00:00
Yann Leboulanger
7759dd9289 save speller_language per room. Fixes #2387 2006-09-12 07:30:19 +00:00
Yann Leboulanger
be90361641 we now save speller_language per contact. For #2387 2006-09-12 07:18:43 +00:00
Yann Leboulanger
746a0bf98e show connection lost error in popups instead of error dialogs. Fixes #2138 2006-09-10 10:22:16 +00:00
Yann Leboulanger
152093e42e [bronger] translate correclt strings during runtime. Fixes #2394 2006-09-08 22:27:04 +00:00
Yann Leboulanger
a678c35b3f vcard window now uses label instead of entry
new profile_window to edit our vcard. For #2381
2006-09-08 17:35:28 +00:00
Nikos Kouremenos
56f248c287 Make default status messages feature release-ready 2006-09-08 12:48:46 +00:00
Yann Leboulanger
411aaa1f7b typo 2006-09-07 21:16:50 +00:00
Yann Leboulanger
2352ddfd02 use updated JEP172 2006-09-07 21:11:50 +00:00
Yann Leboulanger
dfead3a31c disco our transports when we connect if we ca't determine the type (not in db). Fixes #2273 2006-09-07 20:39:09 +00:00
Yann Leboulanger
b1d32661fc fix logic for showing notification window 2006-09-06 20:15:06 +00:00
Nikos Kouremenos
bd01e5719b INTRODUCING ensure_utf8_string, use it to fix BLOCKER bug for Gajim/Windows (#2392) 2006-09-06 13:28:38 +00:00
Nikos Kouremenos
9bd4442784 since we demand python 2.4 remove 2.3 legacy support code 2006-09-06 13:15:32 +00:00