gajim-plural/plugins
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
..
banner_tweaks Improvements to GUI extension points handling - added method to remove these from PluginManager (memory optimization). 2008-08-03 13:29:11 +00:00
dbus_plugin Added Events Dump plugin, that prints out to console info about selected events when they occur. 2008-08-11 15:22:56 +00:00
events_dump 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
length_notifier Improvements to GUI extension points handling - added method to remove these from PluginManager (memory optimization). 2008-08-03 13:29:11 +00:00
new_events_example 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
roster_buttons Improvements to GUI extension points handling - added method to remove these from PluginManager (memory optimization). 2008-08-03 13:29:11 +00:00
snarl_notifications 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
acronyms_expander.py Improvements to GUI extension points handling - added method to remove these from PluginManager (memory optimization). 2008-08-03 13:29:11 +00:00