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
path: root/src
AgeCommit message (Expand)Author
2011-06-14whitespaces aren't added to the SM queueJefry Lagrange
2011-06-12only resume when disconnected not on purposeJefry Lagrange
2011-06-11resuming before bindingJefry Lagrange
2011-06-08keeps old status after disconnectionJefry Lagrange
2011-06-08connects when server can't resume streamJefry Lagrange
2011-06-07fixed small bug in dispatcherJefry Lagrange
2011-06-07stream resumption (needs testing)Jefry Lagrange
2011-06-01mergingJefry Lagrange
2011-06-01minor changesJefry Lagrange
2011-06-01Checks for stanzas handled by serverJefry Lagrange
2011-05-31coding standardsYann Leboulanger
2011-05-31Smacks class added, responds to ack requestsJefry Lagrange
2011-05-26Created Acks builder classJefry Lagrange
2011-05-22[Darlan] Fix typoYann Leboulanger
2011-05-21add new attribut to MessageOutgoingEvent to allow logging configurationDenis Fomin
2011-05-21send message to the correct jidYann Leboulanger
2011-05-19prevent having more than one password required dialog per room. Fixes #6790Yann Leboulanger
2011-05-19fix traceback when closing a chat window.Yann Leboulanger
2011-05-18handle outgoing messages with events. Fixes #6743Yann Leboulanger
2011-05-17htmltextview. jump to newline if inline element started. Fixes #6880Denis Fomin
2011-05-12correctly set message as read when we print them in chat controlYann Leboulanger
2011-05-11fig gpg encoding error. Fixes #6807Yann Leboulanger
2011-05-11correctly handle roster puches with subscription=remove. Fixes #6829Yann Leboulanger
2011-05-11don't fail when we pass gtk / gnome session args to Gajim. Fixes #6748Yann Leboulanger
2011-05-09ability to request room logs without time / number of stanza limit. Fixes #6877Yann Leboulanger
2011-05-07let's be compatible with XEP-0184 v1.0.Yann Leboulanger
2011-05-05improve bosh connection to ejabberd 3.0Yann Leboulanger
2011-05-05fix arguments in pm events.Yann Leboulanger
2011-05-04fix minimized groupchat disappearing in roster. Fixes #6826Yann Leboulanger
2011-05-04lighter importYann Leboulanger
2011-05-04remove a useless import in common/gajim.pyYann Leboulanger
2011-05-04handle IMPORT_RES when verifying a GPG key. Fixes #6875Yann Leboulanger
2011-05-02new way to handle incominf messages, new notification event.Yann Leboulanger
2011-05-01Fix the function that checks if we should log message. Fixes #6873Yann Leboulanger
2011-04-27allow WM to use several sizes of gajim icon so that it's nicer. Fixes #6839Yann Leboulanger
2011-04-26[misc] ability to request voice in moderated rooms. Fixes #2266Yann Leboulanger
2011-04-26[adminX] don't send wrong mode value when sending bytestreams. Fixes #6868Yann Leboulanger
2011-04-21add advanced option to allow not saving roster position. Fixes #5712Yann Leboulanger
2011-04-21don't allow to join a groupchat if we have a contact with the same JID. Fixes...Yann Leboulanger
2011-04-21don't send the converted to one line message, just save it converted.Yann Leboulanger
2011-04-20allow multiline invitation messagesDenis Fomin
2011-04-19use webbrowser module to open uri instead of using popen. Fixes #5751Yann Leboulanger
2011-04-19ability to see certificate on ssl error dialog. Fixes #3998Yann Leboulanger
2011-04-19ability to see certificate information when fingerprint changes. see #3998Yann Leboulanger
2011-04-18rename roster_filter_ to rfilter_. and special thanks to otradox for his patc...Julien Pivotto
2011-04-18rename search_ to roster_filter_Julien Pivotto
2011-04-18avoid multiple calls to self.xml.get_objectJulien Pivotto
2011-04-18enable clearing search with the iconJulien Pivotto
2011-04-18add icon to roster filterJulien Pivotto
2011-04-18Hide the roster_filter_entry betterJulien Pivotto