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
AgeCommit message (Expand)Author
2009-07-16detect and send all our local IPs from local DNS. Fixes #4249Yann Leboulanger
2009-07-16don't remove occupant from room roster when we try to change our nick to the ...Yann Leboulanger
2009-07-08handle jid errorsYann Leboulanger
2009-07-07parse_jid is in helpersYann Leboulanger
2009-07-07fix some bugs with non-normalized jidsYann Leboulanger
2009-07-07don't traceback when we receive pep info from mucYann Leboulanger
2009-06-29ignore <iq> without an ID. They are required by RFC. Fixes #5122Yann Leboulanger
2009-07-21fix typo that prevent file transfer proxy discovering at startup. Fixes #4424Yann Leboulanger
2009-06-11Fixed issue with not properly discovering PEP support.Mateusz BiliƄski
2009-05-21prevent traceback when receiving a disco info while we are disconnected. Fixe...Yann Leboulanger
2009-05-20prevent traceback when we receive a presence but we are no more connected. Fi...Yann Leboulanger
2009-05-01import bugfixes from trunk: [11238] [11244] [11249] [11250] [11251] [11254] [...Yann Leboulanger
2009-04-25import bugfixes from trunk: [11164] [11165] [11167] [11169] [11172] [11176] [...Yann Leboulanger
2009-03-10import buxfixes from trunk:Yann Leboulanger
2008-12-15merge [10842] freom trunk: a fix for autonegotiation after esessions were dis...Yann Leboulanger
2008-12-12ignore show that are not in RFC-3921. Fixes #4564Yann Leboulanger
2008-12-05merge some bugfixes from trunk: [10733] and [10742]Yann Leboulanger
2008-12-01merge bugfixes from trunk (r10670 r10672 r10674 r10676 r10679 r10680 r10685 r...Yann Leboulanger
2008-11-12revert [10593]. see #4449gajim-0.12-beta1Yann Leboulanger
2008-11-03handle mood in messages, send mood in message if pep is not supported on serv...Yann Leboulanger
2008-11-02don't count echo as a file transfer proxy. Fixes #4411Yann Leboulanger
2008-10-25partial fix for renegotiating pm e2e sessions after one partyBrendan Taylor
2008-10-22show a link to wiki to restore malformed database. see #4428Yann Leboulanger
2008-10-22inform user when databas is malformed. Fixes #4428Yann Leboulanger
2008-10-21revert thorstenp patches for now. They introduce bugs.Yann Leboulanger
2008-10-21[thorstenp] fix unused variablesYann Leboulanger
2008-10-20[thorstenp] remove useless ;Yann Leboulanger
2008-10-11[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)Yann Leboulanger
2008-10-11[thorstenp] use isinstance rather than type(x) == y. use sorted()Yann Leboulanger
2008-10-11[thorstenp] di not use emtpy except clausesYann Leboulanger
2008-10-11[thorstenp] use startswith and endswith instead of array indices on stringsYann 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-01really remove avatar from roster when a contact removes his avatar. Fixes #4060Yann Leboulanger
2008-09-30prevent traceback when removing an inexistant session. Fixes #1288Yann Leboulanger
2008-09-27reply to XEP-0184 receipt requests in pm too. see #4339Yann Leboulanger
2008-09-26handle XEP-0203 (Delayed Delivery) and use it when forwarding unread messages...Yann Leboulanger
2008-09-05Fix #4290js
2008-08-30check that connection is still active in all handlers. Fixes #4261, #4258Yann Leboulanger
2008-08-30fix GPG mysteriously turning on when you open a chat windowBrendan Taylor
2008-08-30move most of is_loggable out of the session object. fixes #4103Brendan Taylor
2008-08-29ask to change nickname for a groupchat only once. Fixes #4250Yann Leboulanger
2008-08-28handle correctly forwarded messages. fixes #4246Yann Leboulanger
2008-08-27fix FT proxy testing. We needed a receiver to connect to proxy to really test itYann Leboulanger
2008-08-27no need of GUI classes in connection_handlers.py, socks5.py and secrets.pyYann Leboulanger
2008-08-26prevent a traceback. Fixes #4236Yann Leboulanger
2008-08-15See #4200.Julien Pivotto
2008-08-15 * Big headers reviewJulien Pivotto
2008-08-11don't take into account keyid in error presence: it's our own signed messageYann Leboulanger