Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 25, 2018
  3. Feb 22, 2018
  4. Feb 21, 2018
  5. Feb 20, 2018
  6. Feb 19, 2018
  7. Feb 18, 2018
  8. Feb 17, 2018
  9. Feb 16, 2018
  10. 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
  11. Feb 13, 2018
  12. Feb 12, 2018
    • Philipp Hörist's avatar
      Simplfy writing to config file · 877b754e
      Philipp Hörist authored
      - use `with` statement and open() instead of os.open()
      - execute run() on dialog, otherwise sys.exit() is called immediatly
      877b754e
    • Philipp Hörist's avatar
      Dont use getTimestamp() · fb4b2624
      Philipp Hörist authored
      getTimestamp() generates always a timestring with a resolution of seconds and
      this means time gets always rounded down.
      Because we use a resolution of .00000 precision for outgoing messages this
      can lead to wrongly sorted messages.
      fb4b2624
Loading