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
2008-08-08warning dialogs when closing a chat window are non blockingYann Leboulanger
2008-07-30prevent sending invalid XML chars in chat / groupchat and status. Fixes #3296Yann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-07-26attach resource to sessions so that only the relevant sessions are terminated...Brendan Taylor
2008-07-19Support for displaying XEP-0184 receipts.js
2008-07-18fix disappearing crypto iconBrendan Taylor
2008-07-04fix GroupchatControl session-related TBBrendan Taylor
2008-06-27first pass at stripping out the one-tab-per-session codeBrendan Taylor
2008-06-10minor fixes for ctrl.set_sessionBrendan Taylor
2008-06-08Completely remove OTR.js
2008-06-03fix lazy session binding to reuse sessions and pick them up from pending eventsBrendan Taylor
2008-06-03don't assign a session to a control until it's neededBrendan Taylor
2008-05-24reuse chat controls after session terminationBrendan Taylor
2008-05-20moved OTR stuff from session.received to connection._messageCBBrendan Taylor
2008-05-20Always pass the special message '?OTR?' to libotr.js
2008-05-19Coding style & make translatable.js
2008-05-19* When we receive a plaintext, non-tagged message, don't append OTRjs
2008-05-13merged in session-centric branch, with fixes for OTR compatibilityBrendan Taylor
2008-05-12[Kjell Braden] Fix a crash with OTR.js
2008-05-11Reverted r9614 and r9615.js
2008-05-11merged in session_centric branchBrendan Taylor
2008-05-11Store otr_userstates at the right place and create it the right way.js
2008-05-09Added OTR support.js
2008-05-04pm bugfixBrendan Taylor
2008-02-06post-refactor traceback fixingBrendan Taylor
2008-02-05merged trunk into session_centric branchBrendan Taylor
2007-12-19Merge one_window branchTravis Shirk
2007-12-14grammar fixTravis Shirk
2007-12-08realtime notification of esession begin/endBrendan Taylor
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-09-11minor adjustments to how sessions are handled (partially fixes #3407)Brendan Taylor
2007-09-01Add my copyright :-)Stephan Erb
2007-08-26[Brendan Taylor] Gsoc 2007 work : end to end encryptions. Fixes #544Yann Leboulanger
2007-07-03fixed a tracebackBrendan Taylor
2007-06-29disable logs in encrypted sessions.Brendan Taylor
2007-06-26Compact View:Stephan Erb
2007-06-17[misc] repare sending composing chatstates using xep instead of xep.Julien Pivotto
2007-06-15improve minimize on close codeYann Leboulanger
2007-06-06reverted back to per-JID windows, pass around sessions instead of thread_idsBrendan Taylor
2007-06-06massive everything-breaking overhaul for per-session windowsBrendan Taylor
2007-05-31support for one 'chat' session per ContactBrendan Taylor
2007-02-08Deleting control.display_names, useless var nowJean-Marie Traissard
2007-01-10Memory usage : Don't store some vars in self when not necessaryJean-Marie Traissard
2006-12-30fix typoNikos Kouremenos
2006-12-06detect error while encrypting message, block sending it, and display error me...Yann Leboulanger
2006-11-20Some errors spoted by file source checkersJean-Marie Traissard
2006-11-04Fix notify_on_all_muc_messages I just broke, remove useless and unclear functionJean-Marie Traissard
2006-10-10allow shutdown func now get the method we used to close the tab. So that we c...Yann Leboulanger
2006-09-03events are now saved in an Event class. show in roster/systray options in Adv...Yann Leboulanger
2006-06-15use gettext.install. Fixes #497Yann Leboulanger