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-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-15fix encrypted/unencrypted notifications in PMBrendan Taylor
2008-07-07fix a couple of GC and PM TBsBrendan Taylor
2008-07-05fix arguments order in contacts.py, some coding standards. should fix #4081Yann Leboulanger
2008-07-04sesison-related TB fixesBrendan Taylor
2008-06-29fix esession togglingBrendan Taylor
2008-06-29make esession authentication warning less obtrusiveBrendan Taylor
2008-06-27first pass at stripping out the one-tab-per-session codeBrendan Taylor
2008-06-26Fix typo.Stephan Erb
2008-06-21moved session negotiation handling from gajim.py to session.pyBrendan Taylor
2008-06-20handle unknown message type as 'normal'. fixes #3977Yann Leboulanger
2008-06-12fix lack of notificationBrendan Taylor
2008-06-10detach sessions from controls when the highest priority contact changes.Brendan Taylor
2008-06-03fix argument order in new_chatYann Leboulanger
2008-06-03don't assign a session to a control until it's neededBrendan Taylor
2008-05-31fix a multiple tab regressionBrendan Taylor
2008-05-29gave sessionless window location its own methodBrendan Taylor
2008-05-26don't do first message notification if we can pick up a sessionless controlBrendan Taylor
2008-05-24reuse chat controls after session terminationBrendan Taylor
2008-05-20moved OTR stuff from session.received to connection._messageCBBrendan Taylor
2008-05-20Improve select_contact method.Stephan Erb
2008-05-19Again, it's update_otr(), not update_ui()!js
2008-05-19*sigh* I'm too confused today. This is nicer.js
2008-05-19Sorry, empty messages killed OTR. Fixed.js
2008-05-19Better check if msgtxt is not None.js
2008-05-19* When we receive a plaintext, non-tagged message, don't append OTRjs
2008-05-19* Close our session when the remote end does.js
2008-05-19Fix automatic start of OTR session.js
2008-05-18Coding style.js
2008-05-18Fixed a BT.js
2008-05-18Renable OTR. I found a way no messages will get lost, but it's morejs
2008-05-14fix an undefined variable when scrolling the rosterBrendan Taylor
2008-05-14fix multipopup when receiving several unthreaded messagesBrendan Taylor
2008-05-14moved session.remove_events. fixes #3942Brendan Taylor
2008-05-14fix traceback: get variable where it is. fixes #3943Yann Leboulanger
2008-05-14fix function call. fixes #3941Yann Leboulanger
2008-05-13merged in session-centric branch, with fixes for OTR compatibilityBrendan Taylor
2008-05-11Reverted r9614 and r9615.js
2008-05-11merged in session_centric branchBrendan Taylor
2008-05-04couple of quick bugfixesBrendan Taylor
2008-05-03reuse existing chat sessions and controlsBrendan Taylor
2008-05-03pm fixesBrendan Taylor
2008-05-02fixed groupchatBrendan Taylor
2008-04-30multiple chat session windows per contact. groupchat and pms broken.Brendan Taylor
2008-04-15check tic-tac-toe win conditions, slimmed down _messageCB some moreBrendan Taylor
2008-04-11functioning tic-tac-toe :DBrendan Taylor
2008-02-06post-refactor traceback fixingBrendan Taylor
2008-02-06move message handling into ChatControlSessionBrendan Taylor