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 |
|
Travis Shirk
|
6ca2d76cba
|
Fixed a traceback. Not sure how correct the contact=contact[0] is, but it handles the multiple return types from get_contact_from_full_jid
|
2007-06-29 21:19:47 +00:00 |
|
Yann Leboulanger
|
fd03586f2c
|
use helper function. fixes #3263
|
2007-06-29 16:25:05 +00:00 |
|
Tomasz Melcer
|
4c1fdb1fd8
|
xmpppy doesn't raise exceptions!
|
2007-06-28 08:14:25 +00:00 |
|
Tomasz Melcer
|
976cd12eef
|
contacts.py: get_contact_from_full_jid not to raise exceptions on bare jids
|
2007-06-27 23:26:07 +00:00 |
|
Tomasz Melcer
|
6995730808
|
Caps: removed debug module import
|
2007-06-27 22:57:01 +00:00 |
|
Tomasz Melcer
|
744d445c55
|
Caps: querying caps disco node (no checking result yet)
|
2007-06-27 22:32:35 +00:00 |
|
Yann Leboulanger
|
967d050db2
|
call beep command instead of print '\a' <- doesn't work. fixes #909
|
2007-06-27 10:20:24 +00:00 |
|
Tomasz Melcer
|
7a399e980b
|
Comments here and there
|
2007-06-27 00:51:38 +00:00 |
|
Tomasz Melcer
|
86798a56f0
|
Caps: Cache object
|
2007-06-27 00:51:12 +00:00 |
|
Yann Leboulanger
|
161cdf1e49
|
svn version is 0.11.1.1, not 0.12
|
2007-06-26 11:37:01 +00:00 |
|
Stephan Erb
|
7be506e3f5
|
Compact View:
* Move checkbox to preferences. Fixes #2662
* Merge option for muc and chat
|
2007-06-25 23:51:44 +00:00 |
|
Yann Leboulanger
|
ebb5c511f3
|
fix TB when we close pubsub window before we get the answer from the server. see #3103
|
2007-06-25 16:36:57 +00:00 |
|
Yann Leboulanger
|
2c4f2896af
|
don't stop Gajim when dbus is stopped. Fixes #3032
|
2007-06-25 16:23:21 +00:00 |
|
Yann Leboulanger
|
abcb48d1e0
|
improve pubsub support. fixes #3103
|
2007-06-24 22:33:00 +00:00 |
|
Yann Leboulanger
|
fc153017ec
|
ask password to user when we try to connect to a password protected room. fixes #2890
|
2007-06-24 21:19:41 +00:00 |
|
Yann Leboulanger
|
12bb72059f
|
ability to forward unread messages through adhoc commands. fixes #1910
|
2007-06-23 19:44:09 +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
|
b6eb2f94c9
|
minimize menuitem -> minimize on close checkbutton. see #3034
|
2007-06-14 17:44:24 +00:00 |
|
Stephan Erb
|
e22007f1d1
|
Fix tb when closing muc with unread messages
|
2007-06-14 16:06:59 +00:00 |
|
Stephan Erb
|
5f82f1a413
|
Fix autocomplation for jids where username is set as nickname. Fixes #2608.
|
2007-06-13 21:29:03 +00:00 |
|
Yann Leboulanger
|
d2914f642b
|
add minimize button to manage_bookmarks window. see #3034
|
2007-06-13 20:24:04 +00:00 |
|
Stephan Erb
|
867199a89f
|
[misc] init Node in MultipleDataForm only once. Fixes #3228
|
2007-06-10 09:52:20 +00:00 |
|
Tomasz Melcer
|
93f963a1f0
|
Dataforms: fix a fix
|
2007-06-09 13:52:06 +00:00 |
|
Yann Leboulanger
|
7ef57b505d
|
discover our server at startup even if we don't use filetransfert proxies. fixes #3224
|
2007-06-09 12:26:30 +00:00 |
|
Tomasz Melcer
|
964c3752cb
|
Dataforms: DataRecord(extend=None) != DataRecord()
|
2007-06-09 12:21:35 +00:00 |
|
Yann Leboulanger
|
9f3fe8490b
|
[Santiago Gala] IPv6 filetransfert. see #1969
|
2007-06-09 07:07:05 +00:00 |
|
Stephan Erb
|
1dd0c97838
|
Fix Account Creat Wizzard, let it not use a removed function.
|
2007-06-08 20:28:47 +00:00 |
|
Tomasz Melcer
|
401a9b4c02
|
Some comments added.
|
2007-06-07 22:49:47 +00:00 |
|
Yann Leboulanger
|
044feb0e1f
|
Do not use xmpppy DataForm class
|
2007-06-06 21:40:56 +00:00 |
|
Yann Leboulanger
|
3ba415dfea
|
prevent a TB when a jid is in mem but not in DB (is has been removed while gajim was running) fixes #3073
|
2007-06-05 13:13:20 +00:00 |
|
Yann Leboulanger
|
5bca758fa6
|
[elghinn] Use common.xmpp.NS_PRIVATE instead of 'jabber:iq:private' in connection.py
|
2007-06-03 17:54:19 +00:00 |
|
Yann Leboulanger
|
f4c3786dc6
|
fix wrong char
|
2007-06-03 15:12:57 +00:00 |
|
Yann Leboulanger
|
ecd995fda3
|
[omega] Don't check the fingerprint of the SSL certificats with a fixed list, but use OpenSSL to check if the certificat is valid.
|
2007-06-03 14:15:50 +00:00 |
|
Yann Leboulanger
|
5d1a78f176
|
[elghinn] xmpppy typo
|
2007-06-03 14:07:54 +00:00 |
|
Yann Leboulanger
|
fbd89e8d90
|
[elghinn] add common.xmpp.NS_PING in disco#info
|
2007-06-03 14:06:25 +00:00 |
|
Yann Leboulanger
|
1600ebf73b
|
[elghinn] fix disco#items without node
|
2007-06-03 14:04:36 +00:00 |
|
Yann Leboulanger
|
3d4c7bf547
|
[elghinn] fix entity time support (xep 90 and 202)
|
2007-06-03 14:00:09 +00:00 |
|
Yann Leboulanger
|
52c6c6cbb7
|
[roidelapluie] better groupchat support in roster and systray. Better nick support
|
2007-06-03 13:40:14 +00:00 |
|
Tomasz Melcer
|
7cbddfa4d5
|
Dataforms: 'fixed' fields can have multiple lines of text spanning over
several <value/> elements.
|
2007-06-01 20:14:06 +00:00 |
|
Yann Leboulanger
|
c2825a83f7
|
prevent a traceback. fixes #3202
|
2007-06-01 19:49:21 +00:00 |
|
Yann Leboulanger
|
0e3c634ff2
|
new account registration wizard that follow XEP 77 better. fixes #2700 too (advanced options available while creation an account)
|
2007-05-31 21:49:49 +00:00 |
|
Yann Leboulanger
|
96e6b34cd7
|
[sgala and I] better support of sizes in XHTML, simplify rst generator
|
2007-05-29 20:22:41 +00:00 |
|
Yann Leboulanger
|
a45a14546a
|
handle correctly vcards in groupchats : ask them to real jid if we know it, but considere it arrive from fake jid. Fixes #3172, #3173
|
2007-05-20 15:41:20 +00:00 |
|
Julien Pivotto
|
93358d1b09
|
(Fix #2416) Close change status windows after 15 seconds of inactivity
|
2007-05-19 17:52:20 +00:00 |
|
Julien Pivotto
|
30ac161ee9
|
Fix a small bug with events and groupchats
|
2007-05-17 19:54:46 +00:00 |
|
Julien Pivotto
|
993d72a8c1
|
Fix a bug with receiving Private Messages when roster is minimized, print the number of unread pm in roster, and change icon when a pm is received.
|
2007-05-17 12:55:44 +00:00 |
|
Yann Leboulanger
|
eca640f2f7
|
don't ask vcard twice to the user when we enter a groupchat (one to fake jid and one to real jid)
|
2007-05-13 08:11:32 +00:00 |
|
Yann Leboulanger
|
d01c4983ad
|
fix traceback with zeroconf
|
2007-05-13 07:10:12 +00:00 |
|
Yann Leboulanger
|
1674110503
|
show transport nickname if there is one and user hasn't set a nickname. fixes #3094
|
2007-05-12 20:30:26 +00:00 |
|