Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Dec 14, 2017
  3. Dec 13, 2017
  4. Dec 11, 2017
  5. Dec 10, 2017
    • Philipp Hörist's avatar
      Fix var reference · f8ddefb6
      Philipp Hörist authored
      f8ddefb6
    • Philipp Hörist's avatar
      Dont use callbacks when sending messages · 7815ce19
      Philipp Hörist authored
      Using a callback to display a sent message inside the ChatControl means
      that all messages we send have to be issued from the GUI layer
      (send_message()) if we want them to display in the ChatControl.
      
      This replaces the callback and catches the stanza-message-outgoing event
      after it was processed by the core.
      
      This is easier to read/understand than dealing with callbacks and lets
      the core issue messages without having to care if a ChatControl is open or not
      7815ce19
  6. Dec 09, 2017
  7. Dec 08, 2017
  8. Dec 06, 2017
  9. Dec 05, 2017
  10. Dec 04, 2017
  11. Dec 03, 2017
Loading