Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-09don't allow to enable GPG encryption if no GPG key is assigned.Yann Leboulanger
Better getInfoDialog when no key is assigned. Fixes #4330
2008-10-08latex simply works on windows. Fixes #4378Yann Leboulanger
2008-10-08[thorstenp] replace has_key by key in dict. Fixes #4392Yann Leboulanger
2008-10-07revert [10494]. see #4388Yann Leboulanger
2008-10-07start xmpp ping after we received the roster. Fixes #4388Yann Leboulanger
2008-10-07[misc] check existance of control before checking control type. fixes #4385Yann Leboulanger
2008-10-07prevent traceback in case a groupchat comes in roster. fixes #4362Yann Leboulanger
2008-10-06don't create None sub-option. Fixes #4379Yann Leboulanger
2008-10-05Fix #4375.js
2008-10-04auto-create per_option config when trying to write in a non-existing one. ↵Yann Leboulanger
Fixes #4370
2008-10-03Apply my suggested patch from #4368. Fixes #4368.js
2008-10-03fix var name. Fixes #4359Yann Leboulanger
2008-10-03show GPG info dialog when we click on the shield icon in chat window. Fixes ↵Yann Leboulanger
#4330
2008-10-02Better checking for which IdleQueue we use.js
It's a bad idea to check against NT everywhere. Someone might just change the creation of the IdleQueue, but forget to change the other two places. With this, it's safe to only change the creation.
2008-10-01workarround pygtk bug with stk.statusicon. See #4310Yann Leboulanger
2008-10-01prevent division by zero when computing filetransfer ETA. Fixes #4359Yann Leboulanger
2008-10-01really remove avatar from roster when a contact removes his avatar. Fixes #4060Yann Leboulanger
2008-09-30some coding standardsYann Leboulanger
2008-09-30get_gc_control is in MessageWindowMgr class. Fixes #4357Yann Leboulanger
2008-09-30prevent traceback when removing an inexistant session. Fixes #1288Yann Leboulanger
2008-09-30don't remove contact when there is pending events on another resource. Fixes ↵Yann Leboulanger
#4350
2008-09-29prevent sending invalid XML chars in pm and in muc. Fixes #4354Yann Leboulanger
2008-09-29fix indentation that caused streamable song from lastfm not displayedYann Leboulanger
2008-09-28only print esession details once when opening a chatBrendan Taylor
2008-09-27reply to XEP-0184 receipt requests in pm too. see #4339Yann Leboulanger
2008-09-27use dvipng instead of dvips + convert. Fixes #4351Yann Leboulanger
2008-09-27don't prevent removing contact iter in groupchat if there are pending event ↵Yann Leboulanger
with an opened chat window. Fixes #4340
2008-09-27[Jelmer Vernooij] Kerberos (GSSAPI) SASL authentication mechanism addedYann Leboulanger
2008-09-27[dwd] fix reconnection when we get wrong XML with undeclared namespaces. ↵Yann Leboulanger
Fixes #3083
2008-09-27show free for chat contacts before online contacts in roster when sorting by ↵Yann Leboulanger
status. Fixes #4301
2008-09-26fix listing and leaving groupchats from adhoc commands. Fixes #4344Yann Leboulanger
2008-09-26ability to sort by status in roster and in muc separatly. Fixes #3823Yann Leboulanger
2008-09-26fix command requesting XMLYann Leboulanger
2008-09-26handle XEP-0203 (Delayed Delivery) and use it when forwarding unread ↵Yann Leboulanger
messages via adhoc commands. Fixes #4347
2008-09-23sort group chats by status if option is checked. Fixes #3823Yann Leboulanger
2008-09-23disable proxy resolution. See #4299.Yann Leboulanger
2008-09-22allow all features if a contact has no resource until we fall back to disco ↵Yann Leboulanger
query. Fixes #4327
2008-09-22coding standardsYann Leboulanger
2008-09-22use spec version instead of program version to determine which spec to use ↵Yann Leboulanger
for notification-daemon. Fixes #4126
2008-09-17remove event for full jid and bar jid when we scroll conversation window. ↵Yann Leboulanger
Fixes #4243
2008-09-17coding standardsYann Leboulanger
2008-09-17don't remove contact instance when we remove last event if a chat is stil ↵Yann Leboulanger
opened, but when we close the window. Should fix #4272
2008-09-16prevent affiliatio spoofing by checking namespace. Fixes #4323Yann Leboulanger
2008-09-16prevent traceback when removing an account. Fixes #4322Yann Leboulanger
2008-09-15fix right click on multiple contacts from different accounts. Fixes #4312Yann Leboulanger
2008-09-15send new presence to correct account in account modification window. Fixes #4313Yann Leboulanger
2008-09-14test server name in discover services windows. Fixes #4314Yann Leboulanger
2008-09-12add verified/not verified title text to the body of the esession dialogBrendan Taylor
2008-09-10prevent traceback when creating account to an unknown host. Fixes #4309Yann Leboulanger
2008-09-09correct dialog and stanza when removing a not in roster contact. Fixes #4303Yann Leboulanger