Yann Leboulanger
73f18abfc5
latest version is 0.13.10.1. see [775b0b18efb1]
2009-12-30 13:09:55 +01:00
Yann Leboulanger
d41d4b2460
fix typo in variable name
2009-12-30 11:27:54 +01:00
Yann Leboulanger
47920cf074
add some debuging info when saving avatar fails
2009-12-30 11:04:26 +01:00
Yann Leboulanger
406e142b25
prevent bug when merging metacontacts
2009-12-29 16:02:50 +01:00
Yrogirg
f9dbe1b4d6
Ability to copy LaTeX expressions. Fixes #5451
2009-12-29 00:01:55 +01:00
Yann Leboulanger
1f69b98cac
re-enable LATEX usage.
2009-12-29 00:01:10 +01:00
Yann Leboulanger
dd35f9b58a
don't allow to disable a connecting account. Fixes #5522
2009-12-28 23:36:15 +01:00
Yann Leboulanger
1de511c0fd
fix indentation typo
2009-12-28 23:23:04 +01:00
mariolenz
05a86e8357
harmonize indentation. Fixes #5518
2009-12-28 23:04:23 +01:00
Yann Leboulanger
e6b4382aaf
apply config to minimized controls too. Fixes #5515
2009-12-28 22:41:05 +01:00
Stephan Erb
1188713660
Remove some crap which should have never been commited.
2009-12-28 21:52:45 +01:00
Stephan Erb
85a35a21ac
Correctly fake NullClientCaps: Assume we support everything instead of the blacklisted features.
2009-12-28 21:29:51 +01:00
Stephan Erb
da0749b5d9
Make NullClientCaps a singleto so that we don't create a new object for each contact.
2009-12-28 20:58:34 +01:00
Stephan Erb
65ba840cbd
Slightly faster version of get_contact_iter and get_role_iter.
2009-12-28 20:14:15 +01:00
Stephan Erb
a8e3dc771e
Extract a few methods to make some code a tiny bit easier to understand and read.
2009-12-28 16:32:58 +01:00
Stephan Erb
b0b555c630
Add missing Vim config line to gui_interface.py
2009-12-28 13:27:05 +01:00
Stephan Erb
5cb3c74da9
Only perform the longish check for latex support if the user has enabled latex in ACE.
2009-12-27 17:50:06 +01:00
Stephan Erb
cc9390c063
Remove unused import.
2009-12-27 17:40:10 +01:00
Stephan Erb
d00a5f737c
Create index on the logs table on time instead of on kind.
...
That way we can search through all logs in constant time instead of having to perform a full table scan.
2009-12-27 16:50:43 +01:00
Stephan Erb
54ad65c744
Show warning if calculated and received caps hash are different.
2009-12-27 16:23:31 +01:00
Alexander Cherniuk
306519f6e9
Added /status, /away, /online commands. Fixed command error reporting
2009-12-22 21:31:11 +02:00
Stephan Erb
11c83109f4
Remove some unneeded bits in the xmpp ping code. Add additional logging.
2009-12-20 23:16:58 +01:00
Thibaut GIRKA
dea4cdc073
Import xmpp in jingle_content, so that JingleContent.__content can work. fixes #5524
2009-12-20 13:37:56 +01:00
Thibaut GIRKA
d5e3c6a935
Remove duplicated code...
2009-12-19 22:24:15 +01:00
Thibaut GIRKA
a4c122e74a
Handle jingle-incoming events in roster too
2009-12-19 22:17:56 +01:00
Alexander Cherniuk
d7cefc1e43
Removed trailing space
2009-12-19 13:49:10 +02:00
Yann Leboulanger
4b9e7f19a5
add missing import to common/protocol/bytestream.py. Fixes #5520
2009-12-19 10:26:03 +01:00
Yann Leboulanger
8d8db58003
ignore invalid SRV reply from libasyncns. Fixes #5507
2009-12-18 17:27:09 +01:00
Yann Leboulanger
5ec5886c57
prevent having twice the same group for a contact. Fixes #5504
2009-12-15 19:04:35 +01:00
Yann Leboulanger
b82ea5feff
restore xmpp ping callback that was removed in [bc039f78321d] Fixes #5510
2009-12-14 23:39:46 +01:00
Yann Leboulanger
15408e8e86
remove some useless tab at the end of lines
2009-12-14 21:05:14 +01:00
Yann Leboulanger
2eb8391e81
[guillaume] add user-agent when downloading a remote image. Fixes #5513
2009-12-14 18:09:25 +01:00
Yann Leboulanger
4b07509d5e
[Dave Cridland] try to encode username, realm and password in iso-8859-1 when doing DIGEST-MD5 before computing the hash. Fixes #5512
2009-12-14 17:47:14 +01:00
Yann Leboulanger
9072ff18c1
[Dave Cridland] implement EXTERNAL auth method. See #5512
2009-12-14 17:39:32 +01:00
Yann Leboulanger
ecf964677d
hide() roster instead of iconify() it when clicking on systray. Fixes #5505
2009-12-14 17:18:38 +01:00
Nico Gulden
72ac23bbed
Update of german translation for default branch
...
msgfmt -c de.po complains about two errors though. They result from the fuzzy
clock. The complained arguments refer to the next hour and are resolved by
Gajim.
2009-12-14 00:00:59 +01:00
Stephan Erb
1f954582fb
[Florob] Fix logic error resulting in a None type exception.
2009-12-13 22:55:57 +01:00
Stephan Erb
a48087aae7
Don't traceback when receiving entity capabilties. Fixes #5492
...
This is a workaround until the whole update_contact method is gone. It should not be needed.
2009-12-13 00:55:04 +01:00
Stephan Erb
df7e278ed1
Merge
2009-12-11 01:13:45 +01:00
Stephan Erb
27c101eb55
Add protocol folder to Makefile.
2009-12-11 01:11:39 +01:00
Stephan Erb
b7aa05a684
Merge local changes (not again...)
2009-12-11 01:01:17 +01:00
Stephan Erb
9eb35dcf18
Split send_socks5_info monster method into smaller methods. (Extract Method Refactoring)
...
(I don't think what we have here is good, but it is atleast readable)
2009-12-11 01:00:29 +01:00
Stephan Erb
24f44d8bdd
Remove zeroconf dummy methods.
2009-12-10 23:54:51 +01:00
Stephan Erb
9bfb5753c2
Move three methods from filetransfer_window to protocol/bytestream.
...
One of the methods was duplicated. Additionally, apply a very few coding standards.
2009-12-10 23:53:39 +01:00
Stephan Erb
24e2047fe3
Remove obvious code duplication.
2009-12-10 23:22:51 +01:00
Stephan Erb
bb50871bce
Remove logging of callback method calls. Such cross-cutting concerns are better directly implemented in the xmpp dispatcher.
2009-12-10 23:01:48 +01:00
Stephan Erb
f846d51f07
Follow the most basic coding standards.
2009-12-10 22:09:37 +01:00
Thibaut GIRKA
b82f829b10
Import socket in jingle_rtp, fixes typo in 'stun_server', connect changed signal of stun_server_entry Fixes #5502
2009-12-10 22:02:03 +01:00
Stephan Erb
d48202d221
Move ConnectionBytestream to common/protocols.
2009-12-10 21:52:32 +01:00
Stephan Erb
f52532f6f0
Merge local changes.
2009-12-10 20:08:09 +01:00