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
2017-07-02Rename src directoryAndré Apitzsch
2016-11-05Fix NameError in DataForms with a media type.Emmanuel Gil Peyrot
2016-09-26Convert basestring to strlovetox
2014-01-02Copyright 2013>2014Denis Fomin
2013-04-05update my copyrightYann Leboulanger
2013-01-02remove call to unicode()Yann Leboulanger
2013-01-01python uses unicode internallyYann Leboulanger
2012-12-10Gajim now uses python-nbxmpp library instead of embedding it.Yann Leboulanger
2012-08-24finish renaming type properties to type_. Fixes #7222Yann Leboulanger
2012-08-22coding standardsYann Leboulanger
2012-01-12upgrade copyrightYann Leboulanger
2011-03-05don't remove false values from sent dataforms. Fixes #6765, see #6113Yann Leboulanger
2010-08-16[Zash] fix var nameYann Leboulanger
2010-08-12another missimg returnYann Leboulanger
2010-08-12add missing returnYann Leboulanger
2010-08-11check that user made a selection in a list-* field if it's required. Fixes #5829Yann Leboulanger
2010-08-10always send at least an emtpy <value> for every required fields when we send ...Yann Leboulanger
2010-08-10check jid-single and jid-multi fields when filling ad-hoc commands. Fixes #5829Yann Leboulanger
2010-06-30Minor fixes for CAPTCHAAlexander Cherniuk
2010-06-28iability to show captcha when joining a groupchat with captcha. (TODO: downlo...Yann Leboulanger
2010-04-08More whitespace mini fixes.Éric Araujo
2010-03-11update my copyright to 2010Yann Leboulanger
2010-02-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2009-11-26A big portion of doc-string refactoringAlexander Cherniuk
2009-06-15Remove spaces at EOL.Jonathan Schleifer
2009-03-11[brubru] fallback to field 's identifier (var) when there is no Human-readabl...Yann Leboulanger
2009-01-28fixed fields in dataforms don't have multiple <value/> elements. see #3200Yann Leboulanger
2009-01-28coding standardsYann Leboulanger
2008-12-04[thorstenp] remove whitespace at eolYann Leboulanger
2008-11-08show value in dataforms if there is no labelYann Leboulanger
2008-10-11[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)Yann Leboulanger
2008-08-15See #4200.Julien Pivotto
2008-08-15 * Big headers reviewJulien Pivotto
2008-08-14don't remove label in dataforms if there is no. Fixes #4202Yann Leboulanger
2008-07-30don't remove field in the loop that iter on them.Yann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-07-29implement a get_purged() function in dataforms to send minimalist dataforms w...Yann Leboulanger
2007-08-19default value in boolean fields is False if none is provided.Yann Leboulanger
2007-06-27Comments here and thereTomasz Melcer
2007-06-10[misc] init Node in MultipleDataForm only once. Fixes #3228Stephan Erb
2007-06-09Dataforms: fix a fixTomasz Melcer
2007-06-09Dataforms: DataRecord(extend=None) != DataRecord()Tomasz Melcer
2007-06-02Dataforms: 'fixed' fields can have multiple lines of text spanning overTomasz Melcer
2007-04-19add multiple data form support (XEP-0004)Yann Leboulanger
2007-02-15fix instructions code in dataforms.pyYann Leboulanger
2007-01-06Commands: dataforms sent have type="submit"; commands' window show form titleTomasz Melcer
2006-11-20Another fix due to pyflakes.Tomasz Melcer
2006-11-20Small fixes thanks to `pyflakes`.Tomasz Melcer
2006-11-20Use iterators, better for memory usage.Tomasz Melcer
2006-11-19Name clash in dataforms.Tomasz Melcer