gajim, but with plural-affirmative aliases to the /me command
Go to file
Markus Böhme 21d15dec29 Use the same named tuple for related methods for conversation loading
Both methods get_conversation_for_date and search_log in the logger
module are related to the loading of conversations and both return a
list of messages from the log. Therefore, it makes sense that both of
them have the same return type.

Remove the named tuple type specific to search_log and convert the
method to return tuples of type Message instead. As a side effect of
this change, search_log now also returns values from the additional_data
column in the log database.
2017-03-30 22:19:40 +02:00
data Move CSS Code into gajim.css 2017-03-04 09:53:14 +01:00
debian prepare 0.16.5 release 2015-12-28 13:45:43 +01:00
doc fix epydoc.conf 2009-10-28 08:57:53 +01:00
icons gtk-spell-check icon is not available under windows 2015-02-28 22:22:14 +01:00
m4 get git version when running configure 2016-12-30 00:54:33 +01:00
plugins Update Makefile.am 2017-03-27 09:53:16 +02:00
po update po files 2017-01-14 14:02:54 +00:00
scripts add script to build plugins translations 2011-09-03 22:56:37 +02:00
src Use the same named tuple for related methods for conversation loading 2017-03-30 22:19:40 +02:00
test start running tests 2016-10-10 15:22:51 +02:00
.gitignore Update .gitignore 2016-12-29 13:56:50 +01:00
AUTHORS Fix Author list 2016-12-14 13:40:44 +01:00
COPYING
ChangeLog default branch is 0.16.10 2016-10-11 23:15:15 +02:00
INSTALL
Makefile.am Use python executable located by configure when running tests. 2017-01-23 15:36:38 +01:00
NEWS
README Update and rename README files 2016-12-29 13:56:05 +01:00
README.md Update README.md for 0.16.7 release 2017-02-01 13:48:13 +01:00
THANKS prepare 0.16.5 release 2015-12-28 13:45:43 +01:00
THANKS.artists [Dmitry Korzhevin] new tango emoticon set. Fixes #5421 2009-11-20 13:49:56 +01:00
appveyor.yml Add NSIS Script for portable windows installer 2017-01-08 20:40:54 +01:00
autogen.sh get git version when running configure 2016-12-30 00:54:33 +01:00
build.bat Update files for appveyor Windows build 2016-12-08 21:52:35 +01:00
configure.ac Fix python2-ism in configure.ac. 2017-01-01 21:41:10 +00:00
dependencys.ps1 Update appveyor build files 2016-12-28 18:06:39 +01:00
gajim-portable.nsi Fix encoding in windows installer 2017-01-10 21:18:55 +01:00
gajim.nsi Fix encoding in windows installer 2017-01-10 21:18:55 +01:00
launch.bat ability to compite the installer for gtk3 version 2016-07-07 22:41:35 +02:00
launch.sh launch.sh calls py3 2013-01-20 23:04:26 +01:00
pylintrc pylint: Tweak the configuration file a bit. 2017-02-07 21:00:43 +00:00
requirements.txt Add certifi to windows dependencys 2017-02-27 23:14:37 +01:00
setup_win32.py Add certifi to windows dependencys 2017-02-27 23:14:37 +01:00

README.md

Welcome to the Gajim project Wiki

The goal of Gajim is to provide a full featured and easy to use Jabber/XMPP client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. If you find bugs or have ideas how Gajim can be better, please send tickets here.