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
2014-10-17Close branch bosh_support, which got merged to trunk in changeset 10190:b923f...bosh_supportEmmanuel Gil Peyrot
2008-09-01- renamed src/common/nslookup.py to resolver.pytomk
2008-08-18fixed zeroconf to work with refactored dispatchertomk
2008-08-18improved disconnect handling, added comments, fixed minor bugstomk
2008-08-15- improved SSL connections with BOSH - SSL over HTTP proxy is possible now,tomk
2008-08-09fixed handling of SSL errorstomk
2008-08-06- TLS classes refactored - NonBlockingTLS is now plugged to NonBlockingTCP andtomk
2008-07-28basic proxy authentication for BOSH connections implementedtomk
2008-07-27- implemented BOSH key sequencing, acknowledgementstomk
2008-07-18persistent HTTP connections in BOSH roughly implemented, added hack for openf...tomk
2008-07-14added hack for Openfire that doesn\'t add xmlns to child iqs of sent body sta...tomk
2008-07-14BOSHClient transformed to NonBlockingBOSH transport - it's easier to maintain...tomk
2008-07-08new BOSHDispatcher (in dispatcher_nb), improved BOSHClient class, minor chang...tomk
2008-07-03fix connection for ipv6Yann Leboulanger
2008-07-03moved bosh code from client_nb.py to bosh.py, replaced debug logging with deb...tomk
2008-07-01moved TLS and SSL classes from transports_nb to new tls_nb module, fixed HTTP...tomk
2008-06-30- Refactored non-blocking transport and client classes - getaddrinfo is calledtomk
2008-06-19added stub for new transports module plus basic test for it, testing code reo...tomk
2008-06-13added test script for NonBlockingClient (test/test_client_nb.py)tomk
2008-06-09initial cleanup of xmpppy perfomed, see #3260tomk
2008-05-31added prototype of BOSHClient class and script for usage example, removed imp...tomk
2008-05-31Use correct modelfilter API to expand to selected contacts.Stephan Erb
2008-05-31make some strings translatableYann Leboulanger
2008-05-31set publish_tune False by defaultYann Leboulanger
2008-05-31fix on_vadjustment TBBrendan Taylor
2008-05-31fix a multiple tab regressionBrendan Taylor
2008-05-31fix unit test to be runnable from anywhereBrendan Taylor
2008-05-31A few expand/collapse related changes.Stephan Erb
2008-05-31show current mood / activity in the dialog for changing them. Fixes #3952Yann Leboulanger
2008-05-31make pep work, move config options per account, make publish_tune configurabl...Yann Leboulanger
2008-05-31Fix eventhandling for non chat message events.Stephan Erb
2008-05-31Remove debug print.Stephan Erb
2008-05-31Fix drag and drop within the same group.Stephan Erb
2008-05-31Do not recalibrate metacontacts if there is only one brother (the big brother).Stephan Erb
2008-05-30Don't remove contacts from roster when they have pending events.Stephan Erb
2008-05-30auto_join_bookmarks only join non-opened groupchats. Opened one are already a...Yann Leboulanger
2008-05-30check active tab with control variable, not jid. fixes #3876Yann Leboulanger
2008-05-29[Kjell Braden] Fix OTR SMP.js
2008-05-29some basic session unit tests and support filesBrendan Taylor
2008-05-29gave sessionless window location its own methodBrendan Taylor
2008-05-28Reduced too big indentation inside first try-catch (was 2 tabs, now it's 1 tab).Mateusz BiliƄski
2008-05-27fix tooltip about logging encrypting messages. (it is now shorter, better und...Nikos Kouremenos
2008-05-27Fix account parameter for gajim-remote handle_uri with a groupchat. Fixes #3344.Jean-Marie Traissard
2008-05-27[Kjell Braden] Fix HTML on OTR.js
2008-05-27remove pep options from pref window, store them per account, store caps_hash ...Yann Leboulanger
2008-05-27don't send termination unless we've sent a messageBrendan Taylor
2008-05-26don't do first message notification if we can pick up a sessionless controlBrendan Taylor
2008-05-26try not to send session termination messages to non-XEP-0201 clientsBrendan Taylor
2008-05-24reuse chat controls after session terminationBrendan Taylor
2008-05-24not every OTR message needs a sessionBrendan Taylor