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-01fix some translated stringsYann Leboulanger
2008-08-01don't translate empty string. fixes #4170Yann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-05-27Fix account parameter for gajim-remote handle_uri with a groupchat. Fixes #3344.Jean-Marie Traissard
2008-04-14added ipython for SVN users only.Yann Leboulanger
2008-02-06Prevent traceback when gajim-remote is used while gajim is not running. Add a...Yann Leboulanger
2007-11-14[James Newton] osx port for Gajim. a GREAT thanks!!!Yann Leboulanger
2007-10-22My name has changedYann Leboulanger
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-07-18Add send_groupchat_message to gajim-remote. Fix #2447.Julien Pivotto
2007-01-11always give the same number of arguments to dbus methods, use signatures. fix...Yann Leboulanger
2007-01-02[Jeff Bailes] improved english stringsYann Leboulanger
2007-01-02[Yavor Doganov] some typoe in strings and commentsYann Leboulanger
2007-01-02[misc] handle uri like room_jid?join. see #2133Yann Leboulanger
2006-12-21- PyOpenSSL branch merged to trunkjunglecow
2006-11-22Update gajim-remote new command name, delete unused local varJean-Marie Traissard
2006-11-22typo in gajim-remote.py, command is send_chat_message. fixes #2692Yann Leboulanger
2006-11-13Removing all calls to sys.exc_clear(). This is only necessary in very rare ci...junglecow
2006-10-20some events are not readable. thus unread event does not make sense. Pending ...Nikos Kouremenos
2006-10-20Better descriptionJean-Marie Traissard
2006-10-10print error message instead of raising a TB when Dbus is not present and we t...Yann Leboulanger
2006-09-28put my email (and jid), not one of my JIDsNikos Kouremenos
2006-09-28do not use shell wrapper for gajim-remoteNikos Kouremenos
2006-09-25kill more version checking for dbusNikos Kouremenos
2006-09-10fix even more the stringNikos Kouremenos
2006-09-10fix stringsNikos Kouremenos
2006-09-09[roidelapluie] gajim-remove send_xml. Fixes #2081Yann Leboulanger
2006-08-03blank line is really blank (no \t)Yann Leboulanger
2006-06-16[maciekp] Send single message with gajim-remote, fixes #2026.Jean-Marie Traissard
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-06-09add translator commentDimitur Kirov
2006-05-20new arguments for gajim-remote add_contactDimitur Kirov
2006-05-10added command start_chat (Geobert QUACH patch)Dimitur Kirov
2006-04-01Since gajim-remote is a user script and the output of which is often parsed I...Travis Shirk
2006-03-24pychecker on our files. everyone please have a look so we do not do the same ...Nikos Kouremenos
2006-03-13always decode input strings to unicodeDimitur Kirov
2006-02-27encode, only when result is unicodeDimitur Kirov
2006-02-27a typoDimitur Kirov
2006-02-27print all of the results in PREFERRED_ENCODINGDimitur Kirov
2006-02-20[dimorph] get_unread_msgs_number function in gajim-remoteYann Leboulanger
2006-02-18gajim-remote suport for dbus 33 ~ 50Dimitur Kirov
2006-02-18refacter gajim-remote code, don't use unreprDimitur Kirov
2006-02-14getpreferredencoding instead of utf-8Dimitur Kirov
2006-02-12added command account_infoDimitur Kirov
2006-02-12fix some unicode errors in unrepr, show helpDimitur Kirov
2006-02-12fix typo of isinstance. fixes #1552Nikos Kouremenos
2006-02-09isinstance is faster than type and on key bindings that call gajim-remote som...Nikos Kouremenos
2006-02-09use locale.getpreferredencoding() and go to sleepNikos Kouremenos
2006-02-09force printing utf8 [afterall it is what i18n will return] else we were tb on...Nikos Kouremenos
2006-02-09redirect to sderr with printNikos Kouremenos