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 (Collapse)Author
2008-05-20Enable assertions to catch errors early.Stephan Erb
2008-05-20Improve select_contact method.Stephan Erb
* use correct API in session.py * only filter when really needed
2008-05-19Again, not update_ui(), but update_otr()!js
2008-05-19Again, it's update_otr(), not update_ui()!js
2008-05-19update_ui() doesn't call update_otr(). We want update_otr() here.js
2008-05-19Coding style & make translatable.js
2008-05-19missed part of that last patchBrendan Taylor
2008-05-19should fix zeroconf-related tb on exitBrendan Taylor
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
tag to outgoing messages anymore. Messages are not even passed to libotr anymore then. * If we don't support OTR, strip OTR tags from the message before displaying it.
2008-05-19* Close our session when the remote end does.js
* Don't set encrypted = True if it was only a tagged plaintext msg.
2008-05-19Fix automatic start of OTR session.js
2008-05-19* If found, automatically use included gtk on win32.js
* Don't include docutils stuff in win32 builds.
2008-05-19pass session when dispatching MSGNOTSENTBrendan Taylor
2008-05-19fix clicking on notification-daemon sign-in notificationBrendan Taylor
2008-05-19Coding style.js
2008-05-19Lock icon didn't show authenticated correctly. Fixed.js
2008-05-19Link to the OTR wiki page in the features window.js
2008-05-18This shoudl fix tab completion in GC. For real now, I hope.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
or less a workaround. We never let libotr handle unencrypted messages now and handle notifying the user about the message not being encrypted ourself.
2008-05-18Correct some bugs with the name used to create a MUC from a 1-to-1 chat when ↵Julien Pivotto
the server can't send a unique key. See #2095.
2008-05-18don't create sessions for pubsub and xep-0070 messagesBrendan Taylor
2008-05-18Set type hint for notifications NOT using pynotify.js
2008-05-17Unfortunately, Gtk shows the accels with + instead of -, which would bejs
correct. Adjust tooltips to that.
2008-05-17make continued conversations unbrowsable. fix #3783Julien Pivotto
2008-05-17One-to-one chat to MUC: set a beter tab name than the jid of the room. See ↵Julien Pivotto
#2095.
2008-05-17Same for groupchat.js
2008-05-17Don't show events from buttons in advanced menu, only show them whenjs
triggered via the banner right-click menu.
2008-05-17fixed link-local messaging (broken by session-centric) and removed a ton of ↵Brendan Taylor
duplicated/unused code
2008-05-16Fix music_track_info for multiple accounts.js
2008-05-16Disable OTR until the libotr devs fix their very broken API.js
2008-05-16[Fabian Fingerle] updated german translationYann Leboulanger
2008-05-15* Remove old code to update status to current track.js
* Don't bind the track listener when not enabled anymore. * Remove the signal / add the signal when changed in preferences.
2008-05-15PEP creates less traffic now and MPRIS is now more tolerant.js
2008-05-15fix tb when closing chat control after e2e endedBrendan Taylor
2008-05-14Remove debug print.Stephan Erb
2008-05-14fix caps hash computaion according to XEP-0115. fixes #3925Yann Leboulanger
2008-05-14fixed dropped messages after initiating a tic-tac-toe game with a contact ↵Brendan Taylor
that doesn't support sessions
2008-05-14fixed opening chat with multiple resourcesBrendan Taylor
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 indentationYann Leboulanger
2008-05-14fix function call. fixes #3941Yann Leboulanger
2008-05-13fix coordinate convertion in tictactoeYann Leboulanger