gajim, but with plural-affirmative aliases to the /me command
Go to file
Mateusz Biliński c0a26be684 Three core (raw) events (iq, message, presence) go also through Network Events Controller (layer between network library and Global Events Dispatcher, newly added) and from there they are dispatched through Global Events Dispatcher.
Ability to register new incoming network events (based on exisiting one) added. Modify-only network events are possible (eg. add some text each message, but don't create any new global event). Events creation can be chained.
Examples of new network events classes are in New Events Example plugin.
Events from src/gajim.py now all go through Global Events Dispatcher and only through it (easy to modify, in chain, data passed with them).
2008-08-18 16:35:14 +00:00
autopackage [Filippos Papadopoulos] updated autopackage files for 0.11.1 2007-05-31 15:14:39 +00:00
data Added GajimPluginConfigDialog class - dialog that plugins should use to present configuration to user. 2008-06-19 12:56:45 +00:00
debian fix GnuPGInterface.py removal in debian: remove also .pyc and .pyo 2008-03-23 11:06:51 +00:00
m4 removing unneeded m4 files. If intltool and 2006-10-12 08:22:39 +00:00
plugins Three core (raw) events (iq, message, presence) go also through Network Events Controller (layer between network library and Global Events Dispatcher, newly added) and from there they are dispatched through Global Events Dispatcher. 2008-08-18 16:35:14 +00:00
po [Fabian Fingerle] updated german translation 2008-05-16 08:16:53 +00:00
scripts [Fab] install gajim-remote only if dbus is present. see 2006-11-29 08:07:41 +00:00
src Three core (raw) events (iq, message, presence) go also through Network Events Controller (layer between network library and Global Events Dispatcher, newly added) and from there they are dispatched through Global Events Dispatcher. 2008-08-18 16:35:14 +00:00
test Added docstrings in reST format (also with todos). Commented out 'print' statements related to roster window. A few modifications to make code prettier (PyLint driven). 2008-06-02 23:15:08 +00:00
AUTHORS Added myself to AUTHORS. 2008-05-04 20:52:44 +00:00
COPYING next release will be GPL v3. fixes 2007-10-22 11:13:13 +00:00
ChangeLog Integrate note about bookmark's auto sorting in Changelog. Order change could be confusing 2008-04-06 13:35:44 +00:00
INSTALL merge from trunk 2006-10-04 00:10:49 +00:00
Makefile.am Add THANKS.artists to Makefile.am so it is included in packages. Asterix said it's here. 2008-04-20 21:44:10 +00:00
NEWS merge from trunk 2006-10-04 00:10:49 +00:00
README it is time README goes to xhtml markup [better layouts] 2006-10-05 23:47:50 +00:00
README.html use python-sexy if available to have clickable links in chat window banner. fixes 2007-10-09 17:48:22 +00:00
README.osx update gtk link in README.osx. fixes 2008-04-07 13:29:18 +00:00
THANKS Add Kjell Braden to THANKS. 2008-05-10 21:39:07 +00:00
THANKS.artists Use a file for artists credits instead of hardcoded. Added helper func to get credits files paths 2008-04-20 20:51:05 +00:00
TODO.osx Adjusted the menu code in an attempt to make it work better on leopard. Removed 2007-11-16 23:11:35 +00:00
TODO.pep [js & I] show pep info in account tooltip, fix a bug in create_contact() 2007-12-13 20:26:13 +00:00
autogen.sh Use glibtoolize if available, we need this on OS X with MacPorts. 2008-05-22 11:42:09 +00:00
config.h.in Store otr_userstates at the right place and create it the right way. 2008-05-10 21:29:47 +00:00
configure.ac new XEP-0115 implementation (version 1.5) 2008-04-20 22:58:47 +00:00
epydoc.conf Added docstrings in reST format (also with todos). Commented out 'print' statements related to roster window. A few modifications to make code prettier (PyLint driven). 2008-06-02 23:15:08 +00:00
gajim.iss import release diff from 0.11.4, svn version is now 0.11.4.0-svn 2007-12-06 20:38:41 +00:00
launch.bat cd .. in launch.bat 2006-01-11 22:20:12 +00:00
launch.sh Added first version of 'Plugins' window. It's accessible through 'Edit/Plugins' item in roster menu. It seems that you can successfully (de)activate plug-ins through GUI now. 2008-06-07 17:28:34 +00:00
setup_osx.py fix path in setup_osx.py file. fixes 2008-04-14 10:52:03 +00:00
setup_win32.py re-enable docutils inclusion in windows built. Used by RST generator 2008-05-20 11:33:11 +00:00

README

see README.html