Skip to content
Snippets Groups Projects
  1. Sep 19, 2017
  2. Aug 18, 2017
  3. Sep 02, 2016
  4. Sep 02, 2011
  5. Sep 18, 2010
  6. Apr 07, 2010
  7. Jun 15, 2009
  8. Aug 18, 2008
    • Mateusz Biliński's avatar
      Three core (raw) events (iq, message, presence) go also through Network Events... · c0a26be6
      Mateusz Biliński authored
      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).
      c0a26be6
  9. Aug 16, 2008
  10. Aug 11, 2008
Loading