Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: 037e4391 by wurstsalat at 2024-08-10T15:58:11+02:00 refactor: Remove obsolete domain utilities See domain_to_ascii from nbxmpp - - - - - a722e553 by wurstsalat at 2024-08-10T16:23:34+02:00 refactor: Move status utilities from helpers to util.status - - - - - 1d91fd6d by wurstsalat at 2024-08-10T16:37:26+02:00 refactor: Move text utilities from helpers to util.text - - - - - 8684081a by wurstsalat at 2024-08-10T16:56:41+02:00 refactor: Move some decorators from helpers to util.decorators - - - - - f2585e9a by wurstsalat at 2024-08-10T17:54:12+02:00 refactor: Move URI utilities from helpers to util.uri - - - - - ab3e5381 by wurstsalat at 2024-08-10T17:58:23+02:00 refactor: Move URL_REGEX from helpers to regex - - - - - ad34128f by wurstsalat at 2024-08-10T18:17:34+02:00 refactor: Move user string functions from helpers to util.user_strings - - - - - 60ab24d7 by wurstsalat at 2024-08-10T18:36:12+02:00 refactor: Move MUC-related utilities from helpers to util.muc - - - - - a0f7571b by wurstsalat at 2024-08-10T18:47:45+02:00 refactor: Move client specific decorator - - - - - 60d8675f by wurstsalat at 2024-08-10T18:58:34+02:00 refactor: Move user string function from helpers to util.user_strings - - - - - 30 changed files: - gajim/common/application.py - gajim/common/cert_store.py - gajim/common/client.py - gajim/common/commands.py - gajim/common/dbus/remote_control.py - gajim/common/helpers.py - gajim/common/modules/bytestream.py - gajim/common/modules/contacts.py - gajim/common/modules/httpupload.py - gajim/common/modules/jingle.py - gajim/common/modules/muc.py - gajim/common/modules/omemo.py - gajim/common/modules/roster_item_exchange.py - gajim/common/modules/user_location.py - gajim/common/modules/user_tune.py - gajim/common/preview.py - gajim/common/proxy65_manager.py - gajim/common/regex.py - gajim/common/storage/archive/storage.py - gajim/common/styling.py - gajim/common/util/decorators.py - + gajim/common/util/jid.py - + gajim/common/util/muc.py - + gajim/common/util/status.py - gajim/common/util/text.py - + gajim/common/util/uri.py - + gajim/common/util/user_strings.py - gajim/gtk/about.py - gajim/gtk/account_side_bar.py - gajim/gtk/account_wizard.py The diff was not included because it is too large. View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/6780f9f5acb0586ae9309240dd8d8ad2b29fe2ca...60d8675f0d23edeff46215fb56ba36e5a84897fb -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/6780f9f5acb0586ae9309240dd8d8ad2b29fe2ca...60d8675f0d23edeff46215fb56ba36e5a84897fb You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- commits@gajim.org To unsubscribe send an email to commits-le...@gajim.org