Fix license comment format
every linter flags this as an error
This commit is contained in:
parent
60c9a0383a
commit
ebc0dd4536
|
@ -1,26 +1,22 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## src/adhoc_commands.py
|
# Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
# FIXME: think if we need caching command list. it may be wrong if there will
|
# FIXME: think if we need caching command list. it may be wrong if there will
|
||||||
# be entities that often change the list, it may be slow to fetch it every time
|
# be entities that often change the list, it may be slow to fetch it every time
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005 Travis Shirk <travis AT pobox.com>
|
||||||
## src/advanced.py
|
# Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2005 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Vincent Hanquez <tab AT snarc.org>
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
#
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from enum import IntEnum, unique
|
from enum import IntEnum, unique
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2017 Philipp Hörist <philipp AT hoerist.com>
|
# Copyright (C) 2017 Philipp Hörist <philipp AT hoerist.com>
|
||||||
#
|
#
|
||||||
# This file is part of Gajim.
|
# This file is part of Gajim.
|
||||||
|
|
|
@ -1,26 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
||||||
## src/atom_window.py
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/cell_renderer_image.py
|
# Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
|
#
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/chat_control.py
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/chat_control_base.py
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -1,22 +1,19 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2009 Stephan Erb <steve-e AT h3c.de>
|
||||||
## src/common/contacts.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2009 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
class Account(object):
|
class Account(object):
|
||||||
|
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## gajim/common/app.py
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2018 Philipp Hörist <philipp @ hoerist.com>
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp @ hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
## src/common/caps_cache.py
|
# Travis Shirk <travis AT pobox.com>
|
||||||
##
|
# Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008-2009 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008-2009 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Module containing all XEP-115 (Entity Capabilities) related classes
|
Module containing all XEP-115 (Entity Capabilities) related classes
|
||||||
|
|
|
@ -1,36 +1,31 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/config.py
|
# Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005 Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
# Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2005 Stéphan Kochen <stephan AT kochen.nl>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
|
@ -38,6 +33,7 @@ from enum import IntEnum, unique
|
||||||
|
|
||||||
import gajim
|
import gajim
|
||||||
|
|
||||||
|
|
||||||
@unique
|
@unique
|
||||||
class Option(IntEnum):
|
class Option(IntEnum):
|
||||||
TYPE = 0
|
TYPE = 0
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## src/common/configpaths.py
|
# Junglecow J <junglecow AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Junglecow J <junglecow AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,36 +1,32 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
## src/common/connection.py
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
# Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Stéphan Kochen <stephan AT kochen.nl>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
# Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import random
|
import random
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/common/connection_handlers.py
|
# Junglecow J <junglecow AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Junglecow J <junglecow AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import operator
|
import operator
|
||||||
from time import time as time_time
|
from time import time as time_time
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2010-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/connection_handlers_events.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2010-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
# pylint: disable=no-init
|
# pylint: disable=no-init
|
||||||
# pylint: disable=attribute-defined-outside-init
|
# pylint: disable=attribute-defined-outside-init
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/common/contacts.py
|
# Travis Shirk <travis AT pobox.com>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Tomasz Melcer <liori AT exroot.org>
|
||||||
## Jean-Marie Traissard <jim AT lapin.org>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from gajim.common import caps_cache
|
from gajim.common import caps_cache
|
||||||
|
|
|
@ -1,28 +1,24 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005 Andrew Sayman <lorien420 AT myrealbox.com>
|
||||||
## src/common/dbus_support.py
|
# Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005 Andrew Sayman <lorien420 AT myrealbox.com>
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,23 +1,19 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/dh.py
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This module defines a number of constants; specifically, large primes suitable
|
This module defines a number of constants; specifically, large primes suitable
|
||||||
|
|
|
@ -1,31 +1,28 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## src/common/events.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
class Event:
|
class Event:
|
||||||
"""
|
"""
|
||||||
Information concerning each event
|
Information concerning each event
|
||||||
|
|
|
@ -1,25 +1,22 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## src/common/exceptions.py
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2006 Jean-Marie Traissard <jim AT lapin.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
class PysqliteOperationalError(Exception):
|
class PysqliteOperationalError(Exception):
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Christoph Neuroth <delmonico AT gmx.net>
|
||||||
## src/common/fuzzyclock.py
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Christoph Neuroth <delmonico AT gmx.net>
|
# Copyright (C) 2009 Benjamin Richter <br AT waldteufel-online.net>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2009 Benjamin Richter <br AT waldteufel-online.net>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Python class to show a "fuzzy clock".
|
Python class to show a "fuzzy clock".
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Global Events Dispatcher module.
|
Global Events Dispatcher module.
|
||||||
|
|
|
@ -1,26 +1,23 @@
|
||||||
## src/common/gpg.py
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,33 +1,29 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/helpers.py
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
# James Newton <redshodan AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## James Newton <redshodan AT gmail.com>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,26 +1,22 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/i18n.py
|
# Copyright (C) 2004 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2009 Benjamin Richter <br AT waldteufel-online.net>
|
||||||
## Copyright (C) 2004 Vincent Hanquez <tab AT snarc.org>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
#
|
||||||
## Copyright (C) 2009 Benjamin Richter <br AT waldteufel-online.net>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import locale
|
import locale
|
||||||
import gettext
|
import gettext
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
# Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
"""
|
||||||
Handles the jingle signalling protocol
|
Handles the jingle signalling protocol
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handles Jingle contents (XEP 0166)
|
Handles Jingle contents (XEP 0166)
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding:utf-8 -*-
|
# This file is part of Gajim.
|
||||||
## This file is part of Gajim.
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handles Jingle File Transfer (XEP 0234)
|
Handles Jingle File Transfer (XEP 0234)
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import nbxmpp
|
import nbxmpp
|
||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handles Jingle RTP sessions (XEP 0167)
|
Handles Jingle RTP sessions (XEP 0167)
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handles Jingle sessions (XEP 0166)
|
Handles Jingle sessions (XEP 0166)
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Gajim Team
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# it under the terms of the GNU General Public License as published
|
||||||
## it under the terms of the GNU General Public License as published
|
# by the Free Software Foundation; version 3 only.
|
||||||
## by the Free Software Foundation; version 3 only.
|
#
|
||||||
##
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU General Public License for more details.
|
||||||
## GNU General Public License for more details.
|
#
|
||||||
##
|
# You should have received a copy of the GNU General Public License
|
||||||
## You should have received a copy of the GNU General Public License
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handles Jingle Transports (currently only ICE-UDP)
|
Handles Jingle Transports (currently only ICE-UDP)
|
||||||
|
|
|
@ -1,20 +1,16 @@
|
||||||
# -*- coding:utf-8 -*-
|
# This file is part of Gajim.
|
||||||
## src/common/jingle_xtls.py
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2009-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/common/location_listener.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2009-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,29 +1,25 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## gajim/common/logger.py
|
# Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
## Copyright (C) 2007 Tomasz Melcer <liori AT exroot.org>
|
#
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This module allows to access the on-disk database of logs
|
This module allows to access the on-disk database of logs
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2009 Bruno Tarquini <btarquini AT gmail.com>
|
||||||
## src/common/logging_helpers.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2009 Bruno Tarquini <btarquini AT gmail.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
##
|
# Copyright (C) 2009 Thibaut GIRKA <thib AT sitedethib.com>
|
||||||
## Copyright (C) 2009 Thibaut GIRKA <thib AT sitedethib.com>
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## by the Free Software Foundation; version 3 only.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
#
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## GNU General Public License for more details.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
##
|
# GNU General Public License for more details.
|
||||||
## You should have received a copy of the GNU General Public License
|
#
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import gi
|
import gi
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Network Events Controller.
|
Network Events Controller.
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
## gajim/common/optparser.py
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Tomasz Melcer <liori AT exroot.org>
|
||||||
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
## Tomasz Melcer <liori AT exroot.org>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,28 +1,24 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Gustavo J. A. M. Carneiro <gjcarneiro AT gmail.com>
|
||||||
## src/common/passwords.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Gustavo J. A. M. Carneiro <gjcarneiro AT gmail.com>
|
# Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (c) 2009 Thorsten Glaser <t.glaser AT tarent.de>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Copyright (C) 2008 Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (c) 2009 Thorsten Glaser <t.glaser AT tarent.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2007 Piotr Gaczkowski <doomhammerng AT gmail.com>
|
||||||
## src/common/pep.py
|
# Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Piotr Gaczkowski <doomhammerng AT gmail.com>
|
# Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Jonathan Schleifer <js-common.gajim AT webkeks.org>
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Jonathan Schleifer <js-common.gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger('gajim.c.pep')
|
log = logging.getLogger('gajim.c.pep')
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/common/connection_handlers.py
|
# Junglecow J <junglecow AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Junglecow J <junglecow AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006-2007 Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import base64
|
import base64
|
||||||
|
|
|
@ -1,24 +1,20 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/common/proxy65_manager.py
|
# Jean-Marie Traissard <jim AT lapin.org>
|
||||||
##
|
# Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
#
|
||||||
## Jean-Marie Traissard <jim AT lapin.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
|
|
|
@ -1,21 +1,18 @@
|
||||||
## common/resolver.py
|
# Copyright (C) 2006 Dimitur Kirov <dkirov@gmail.com>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov@gmail.com>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import functools
|
import functools
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Santiago Gala
|
||||||
## src/common/rst_xhtml_generator.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Santiago Gala
|
# Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
#
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from docutils import io
|
from docutils import io
|
||||||
|
|
|
@ -1,26 +1,22 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/common/socks5.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
## common/zeroconf/client_zeroconf.py
|
# Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
||||||
##
|
# 2006 Dimitur Kirov <dkirov@gmail.com>
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
#
|
||||||
## 2006 Dimitur Kirov <dkirov@gmail.com>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
import nbxmpp
|
import nbxmpp
|
||||||
from nbxmpp.idlequeue import IdleObject
|
from nbxmpp.idlequeue import IdleObject
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
##
|
# Contributors for this file:
|
||||||
## Copyright (C) 2006 Gajim Team
|
# - Yann Leboulanger <asterix@lagaule.org>
|
||||||
##
|
# - Nikos Kouremenos <nkour@jabber.org>
|
||||||
## Contributors for this file:
|
# - Dimitur Kirov <dkirov@gmail.com>
|
||||||
## - Yann Leboulanger <asterix@lagaule.org>
|
# - Travis Shirk <travis@pobox.com>
|
||||||
## - Nikos Kouremenos <nkour@jabber.org>
|
# - Stefan Bethge <stefan@lanpartei.de>
|
||||||
## - Dimitur Kirov <dkirov@gmail.com>
|
#
|
||||||
## - Travis Shirk <travis@pobox.com>
|
# This file is part of Gajim.
|
||||||
## - Stefan Bethge <stefan@lanpartei.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
|
@ -1,35 +1,31 @@
|
||||||
## common/zeroconf/connection_zeroconf.py
|
# Contributors for this file:
|
||||||
##
|
# - Yann Leboulanger <asterix@lagaule.org>
|
||||||
## Contributors for this file:
|
# - Nikos Kouremenos <nkour@jabber.org>
|
||||||
## - Yann Leboulanger <asterix@lagaule.org>
|
# - Dimitur Kirov <dkirov@gmail.com>
|
||||||
## - Nikos Kouremenos <nkour@jabber.org>
|
# - Travis Shirk <travis@pobox.com>
|
||||||
## - Dimitur Kirov <dkirov@gmail.com>
|
# - Stefan Bethge <stefan@lanpartei.de>
|
||||||
## - Travis Shirk <travis@pobox.com>
|
#
|
||||||
## - Stefan Bethge <stefan@lanpartei.de>
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix@lagaule.org>
|
||||||
##
|
# Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix@lagaule.org>
|
# Copyright (C) 2006 Nikos Kouremenos <nkour@jabber.org>
|
||||||
## Copyright (C) 2003-2004 Vincent Hanquez <tab@snarc.org>
|
# Dimitur Kirov <dkirov@gmail.com>
|
||||||
## Copyright (C) 2006 Nikos Kouremenos <nkour@jabber.org>
|
# Travis Shirk <travis@pobox.com>
|
||||||
## Dimitur Kirov <dkirov@gmail.com>
|
# Norman Rasmussen <norman@rasmussen.co.za>
|
||||||
## Travis Shirk <travis@pobox.com>
|
# Stefan Bethge <stefan@lanpartei.de>
|
||||||
## Norman Rasmussen <norman@rasmussen.co.za>
|
#
|
||||||
## Stefan Bethge <stefan@lanpartei.de>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import socket
|
import socket
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
## common/zeroconf/roster_zeroconf.py
|
# Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
from gajim.common.zeroconf.zeroconf import Constant, ConstantRI
|
from gajim.common.zeroconf.zeroconf import Constant, ConstantRI
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,18 @@
|
||||||
## common/zeroconf/zeroconf.py
|
# Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from enum import IntEnum, unique
|
from enum import IntEnum, unique
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,18 @@
|
||||||
## common/zeroconf/zeroconf.py
|
# Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan@lanpartei.de>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger('gajim.c.z.zeroconf_avahi')
|
log = logging.getLogger('gajim.c.z.zeroconf_avahi')
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
#
|
#
|
||||||
# This file is part of Gajim.
|
# This file is part of Gajim.
|
||||||
|
|
|
@ -1,35 +1,31 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
## src/config.py
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
|
||||||
## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
# Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Stéphan Kochen <stephan AT kochen.nl>
|
# Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005 Norman Rasmussen <norman AT rasmussen.co.za>
|
||||||
## src/conversation_textview.py
|
# Copyright (C) 2005-2006 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
##
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005 Norman Rasmussen <norman AT rasmussen.co.za>
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
|
@ -1,24 +1,20 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/dataforms_widget.py
|
# Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
||||||
##
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
''' This module contains widget that can display data form (XEP-0004).
|
''' This module contains widget that can display data form (XEP-0004).
|
||||||
Words single and multiple refers here to types of data forms:
|
Words single and multiple refers here to types of data forms:
|
||||||
|
|
|
@ -1,25 +1,23 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding:utf-8 -*-
|
|
||||||
## src/ipython_view.py
|
# Copyright (C) 2008-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2008-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
#
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
# Copyright (c) 2007, IBM Corporation
|
||||||
##
|
# All rights reserved.
|
||||||
## Copyright (c) 2007, IBM Corporation
|
|
||||||
## All rights reserved.
|
|
||||||
|
|
||||||
## Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
## Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# Copyright (C) 2017 Philipp Hörist <philipp AT hoerist.com>
|
# Copyright (C) 2017 Philipp Hörist <philipp AT hoerist.com>
|
||||||
#
|
#
|
||||||
# This file is part of Gajim.
|
# This file is part of Gajim.
|
||||||
|
|
|
@ -1,33 +1,29 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
## src/dialogs.py
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
# Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2003-2005 Vincent Hanquez <tab AT snarc.org>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2005-2008 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2005-2008 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2005-2006 Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## src/disco.py
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2005-2006 Stéphan Kochen <stephan AT kochen.nl>
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
#
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
# The appearance of the treeview, and parts of the dialog, are controlled by
|
# The appearance of the treeview, and parts of the dialog, are controlled by
|
||||||
# AgentBrowser (sub-)classes. Methods that probably should be overridden when
|
# AgentBrowser (sub-)classes. Methods that probably should be overridden when
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/filetransfers_window.py
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
#
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
#
|
#
|
||||||
# This file is part of Gajim.
|
# This file is part of Gajim.
|
||||||
|
|
|
@ -1,29 +1,26 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*-
|
|
||||||
## src/gajim-remote.py
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2006 Junglecow <junglecow AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
# gajim-remote help will show you the D-BUS API of Gajim
|
# gajim-remote help will show you the D-BUS API of Gajim
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/groupchat_control.py
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2007-2008 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007-2008 Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import locale
|
import locale
|
||||||
|
|
|
@ -1,23 +1,19 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/groups.py
|
# Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2006 Tomasz Melcer <liori AT exroot.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''Window to create new post for discussion groups service.'''
|
'''Window to create new post for discussion groups service.'''
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/gtkgui_helpers.py
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2007 Junglecow J <junglecow AT gmail.com>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
||||||
## Copyright (C) 2006-2007 Junglecow J <junglecow AT gmail.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007 James Newton <redshodan AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import xml.sax.saxutils
|
import xml.sax.saxutils
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
|
|
|
@ -1,39 +1,36 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/gajim.py
|
# Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Norman Rasmussen <norman AT rasmussen.co.za>
|
||||||
## Copyright (C) 2004-2005 Vincent Hanquez <tab AT snarc.org>
|
# Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## Copyright (C) 2005 Alex Podaras <bigpod AT gmail.com>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Norman Rasmussen <norman AT rasmussen.co.za>
|
# Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## Stéphan Kochen <stephan AT kochen.nl>
|
# Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
||||||
## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# James Newton <redshodan AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## James Newton <redshodan AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2009-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/gui_menu_builder.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2009-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import Gtk, Gio, GLib
|
from gi.repository import Gtk, Gio, GLib
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,33 +1,29 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/history_manager.py
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
||||||
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 Philipp Hörist <philipp AT hoerist.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
## NOTE: some method names may match those of logger.py but that's it
|
# NOTE: some method names may match those of logger.py but that's it
|
||||||
## someday (TM) should have common class
|
# someday (TM) should have common class
|
||||||
## that abstracts db connections and helpers on it
|
# that abstracts db connections and helpers on it
|
||||||
## the same can be said for history.py
|
# the same can be said for history.py
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,29 +1,25 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005 Gustavo J. A. M. Carneiro
|
||||||
## src/htmltextview.py
|
# Copyright (C) 2006 Santiago Gala
|
||||||
##
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005 Gustavo J. A. M. Carneiro
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Santiago Gala
|
# Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A Gtk.TextView-based renderer for XHTML-IM, as described in:
|
A Gtk.TextView-based renderer for XHTML-IM, as described in:
|
||||||
|
|
|
@ -1,21 +1,18 @@
|
||||||
## src/logind_listener.py
|
# Copyright (C) 2014 Kamil Paral <kamil.paral AT gmail.com>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2014 Kamil Paral <kamil.paral AT gmail.com>
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Watch for system suspend using systemd-logind.
|
Watch for system suspend using systemd-logind.
|
||||||
|
|
|
@ -1,30 +1,26 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## src/message_control.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gajim import gtkgui_helpers
|
from gajim import gtkgui_helpers
|
||||||
import uuid
|
import uuid
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/message_textview.py
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008-2009 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
#
|
||||||
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008-2009 Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,27 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/message_window.py
|
# Copyright (C) 2005-2008 Travis Shirk <travis AT pobox.com>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Geobert Quach <geobert AT gmail.com>
|
||||||
## Copyright (C) 2005-2008 Travis Shirk <travis AT pobox.com>
|
# Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Geobert Quach <geobert AT gmail.com>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Dimitur Kirov <dkirov AT gmail.com>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2006 Gustavo Carneiro <gjcarneiro AT gmail.com>
|
||||||
## gajim/music_track_listener.py
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Gustavo Carneiro <gjcarneiro AT gmail.com>
|
# Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Jean-Marie Traissard <jim AT lapin.org>
|
#
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2005 Sebastian Estienne
|
# Copyright (C) 2005 Sebastian Estienne
|
||||||
# Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
|
# Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
|
||||||
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Main file of plugins package.
|
Main file of plugins package.
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Base class for implementing plugin.
|
Base class for implementing plugin.
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
GUI classes related to plug-in management.
|
GUI classes related to plug-in management.
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Helper code related to plug-ins management system.
|
Helper code related to plug-ins management system.
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# This file is part of Gajim.
|
||||||
|
#
|
||||||
## This file is part of Gajim.
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# by the Free Software Foundation; version 3 only.
|
||||||
## it under the terms of the GNU General Public License as published
|
#
|
||||||
## by the Free Software Foundation; version 3 only.
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
##
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# GNU General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
#
|
||||||
## GNU General Public License for more details.
|
# You should have received a copy of the GNU General Public License
|
||||||
##
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Plug-in management related classes.
|
Plug-in management related classes.
|
||||||
|
|
|
@ -1,23 +1,19 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2010-2011 Denis Fomin <fominde AT gmail.com>
|
||||||
#
|
#
|
||||||
## src/plugins/plugin_installer/plugins_i18n.py
|
# This file is part of Gajim.
|
||||||
##
|
#
|
||||||
## Copyright (C) 2010-2011 Denis Fomin <fominde AT gmail.com>
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
##
|
# it under the terms of the GNU General Public License as published
|
||||||
## This file is part of Gajim.
|
# by the Free Software Foundation; version 3 only.
|
||||||
##
|
#
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## it under the terms of the GNU General Public License as published
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## by the Free Software Foundation; version 3 only.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
##
|
# GNU General Public License for more details.
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
#
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# You should have received a copy of the GNU General Public License
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
## GNU General Public License for more details.
|
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
import locale
|
import locale
|
||||||
import gettext
|
import gettext
|
||||||
from os import path as os_path
|
from os import path as os_path
|
||||||
|
|
|
@ -1,30 +1,26 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
|
||||||
## src/remote_control.py
|
# Dimitur Kirov <dkirov AT gmail.com>
|
||||||
##
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Andrew Sayman <lorien420 AT myrealbox.com>
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
#
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import base64
|
import base64
|
||||||
|
|
|
@ -1,36 +1,32 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/roster_window.py
|
# Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
##
|
# Stéphan Kochen <stephan AT kochen.nl>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
||||||
## Stéphan Kochen <stephan AT kochen.nl>
|
# Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Copyright (C) 2005-2007 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2006 Stefan Bethge <stefan AT lanpartei.de>
|
# James Newton <redshodan AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Tomasz Melcer <liori AT exroot.org>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## James Newton <redshodan AT gmail.com>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Tomasz Melcer <liori AT exroot.org>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2018 André Apitzsch <git AT apitzsch.eu>
|
||||||
## gajim/screensaver_listener.py
|
#
|
||||||
##
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2018 André Apitzsch <git AT apitzsch.eu>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,19 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
||||||
## src/search_window.py
|
# Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
##
|
#
|
||||||
## Copyright (C) 2007 Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2007-2014 Yann Leboulanger <asterix AT lagaule.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
|
|
|
@ -1,25 +1,21 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2008-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/session.py
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
##
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2008-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import string
|
import string
|
||||||
import random
|
import random
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## src/statusicon.py
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
##
|
# Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Copyright (C) 2006-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
#
|
||||||
## Julien Pivotto <roidelapluie AT gmail.com>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# -*- coding: utf-8 -*-
|
# Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
||||||
## src/tooltips.py
|
# Stéphan Kochen <stephan AT kochen.nl>
|
||||||
##
|
# Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005 Alex Mauer <hawke AT hawkesnest.net>
|
# Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Stéphan Kochen <stephan AT kochen.nl>
|
# Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2005-2007 Nikos Kouremenos <kourem AT gmail.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Copyright (C) 2005-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Copyright (C) 2006 Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2006-2007 Jean-Marie Traissard <jim AT lapin.org>
|
# Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007 Julien Pivotto <roidelapluie AT gmail.com>
|
#
|
||||||
## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de>
|
# This file is part of Gajim.
|
||||||
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -1,35 +1,29 @@
|
||||||
# -*- coding:utf-8 -*-
|
# Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
||||||
## src/vcard.py
|
# Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
|
||||||
##
|
# Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
||||||
## Copyright (C) 2003-2014 Yann Leboulanger <asterix AT lagaule.org>
|
# Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
||||||
## Copyright (C) 2005 Vincent Hanquez <tab AT snarc.org>
|
# Dimitur Kirov <dkirov AT gmail.com>
|
||||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com>
|
# Travis Shirk <travis AT pobox.com>
|
||||||
## Copyright (C) 2006 Junglecow J <junglecow AT gmail.com>
|
# Stefan Bethge <stefan AT lanpartei.de>
|
||||||
## Dimitur Kirov <dkirov AT gmail.com>
|
# Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
||||||
## Travis Shirk <travis AT pobox.com>
|
# Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
||||||
## Stefan Bethge <stefan AT lanpartei.de>
|
# Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
||||||
## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org>
|
# Jonathan Schleifer <js-gajim AT webkeks.org>
|
||||||
## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net>
|
# Stephan Erb <steve-e AT h3c.de>
|
||||||
## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com>
|
#
|
||||||
## Jonathan Schleifer <js-gajim AT webkeks.org>
|
# This file is part of Gajim.
|
||||||
## Stephan Erb <steve-e AT h3c.de>
|
#
|
||||||
##
|
# Gajim is free software; you can redistribute it and/or modify
|
||||||
## This file is part of Gajim.
|
# it under the terms of the GNU General Public License as published
|
||||||
##
|
# by the Free Software Foundation; version 3 only.
|
||||||
## Gajim is free software; you can redistribute it and/or modify
|
#
|
||||||
## it under the terms of the GNU General Public License as published
|
# Gajim is distributed in the hope that it will be useful,
|
||||||
## by the Free Software Foundation; version 3 only.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
##
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## Gajim is distributed in the hope that it will be useful,
|
# GNU General Public License for more details.
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
#
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# You should have received a copy of the GNU General Public License
|
||||||
## GNU General Public License for more details.
|
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU General Public License
|
|
||||||
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
##
|
|
||||||
|
|
||||||
# THIS FILE IS FOR **OTHERS'** PROFILE (when we VIEW their INFO)
|
|
||||||
|
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
|
|
Loading…
Reference in New Issue