Skip to content
Snippets Groups Projects
  1. Feb 28, 2018
  2. Feb 26, 2018
    • Philipp Hörist's avatar
      Add get_contact_strict() · a4bfd2fc
      Philipp Hörist authored
      This adds a method that returns only a contact if there is an exact match,
      instead of a contact where only the barejid matches.
      
      We need this when we update the Caps of a contact.
      a4bfd2fc
    • Philipp Hörist's avatar
      Use MessageSentEvent to print to ChatControl · c6e39309
      Philipp Hörist authored
      Its later than StanzaMessageOutgoingEvent, this allows encryption
      Plugins to not return the encrypted payload immediatly.
      For example encrypting may take some time because a password is needed
      or the load has to be encrypted in another Thread.
      c6e39309
  3. Feb 25, 2018
  4. Feb 22, 2018
  5. Feb 21, 2018
  6. Feb 20, 2018
  7. Feb 19, 2018
  8. Feb 18, 2018
  9. Feb 17, 2018
  10. Feb 16, 2018
  11. Feb 14, 2018
    • Philipp Hörist's avatar
      Parse uri with message action correctly · a4f08b3b
      Philipp Hörist authored
      Fixes #8894
      a4f08b3b
    • Philipp Hörist's avatar
      Dont show avatars as Window icon · a2caafa7
      Philipp Hörist authored
      Avatars are now Surfaces, Gtk.Window has no method yet to add Surfaces
      as icons.
      
      Transforming them back to pixbufs is not viable because pixbufs cant hold
      the scale information, and we have no way to set it.
      
      This was only used with single chat windows, which is a mode that came
      out of style and is probably not used often anymore.
      
      Fixes #8895
      a2caafa7
  12. Feb 13, 2018
  13. Feb 12, 2018
Loading