aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* add missing config.h includesGuillaume Desmottes2013-09-172-0/+4
|
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* extensions: fix parallel buildGuillaume Desmottes2013-01-021-1/+3
| | | | | | | Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132
* Make parallel builds workDebarshi Ray2012-12-011-1/+11
| | | | | | | | | | | | | | There is no need to execute glib-ginterface-gen.py twice because it generates both the .c and .h files in one shot. Therefore, merely having one of them (say the .c) depend on the other (say the .h) is enough. Moreover, running it twice breaks parallel builds because one glib-ginterface-gen.py process steps on the other. Based on a suggestion from Ryan Lortie. Fixes: https://bugzilla.gnome.org/688132
* glib-signals-marshal-gen.py is not needed any moreEMPATHY_3_5_92Guillaume Desmottes2012-09-173-16/+0
|
* sync tools/* with tp-glib masterGuillaume Desmottes2012-09-171-2/+1
| | | | Fix extensions/Makefile.am to build with the new tools.
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* Stop generating Certificate APIGuillaume Desmottes2012-05-103-307/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318
* Stop generating Debug APIGuillaume Desmottes2012-05-103-167/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674182
* add Chat_Manager.xml to EXTRA_DISTEMPATHY_3_1_2Guillaume Desmottes2011-06-101-0/+1
|
* chat-manager: pass user action time of DBus to show the closed tabJonny Lamb2011-05-181-0/+5
| | | | | | This was making undo closing tabs in the background, aww. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* extensions: add ChatManager extensionJonny Lamb2011-05-162-0/+32
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* stop generating API for ContactBlockingGuillaume Desmottes2011-03-223-174/+0
|
* Add draft Conn.I.ContactBlocking (danni's version) to extensionsDanielle Madeley2011-03-113-0/+174
|
* Add Chan.I.CredentialsStorage to extensionsDanielle Madeley2011-03-033-0/+61
|
* Update the Logger dbus API for the new versionEmilio Pozuelo Monfort2011-02-251-67/+47
|
* Fix distcheckEMPATHY_2_91_6_1Emilio Pozuelo Monfort2011-02-011-0/+3
|
* Update tools from telepathy-glibEmilio Pozuelo Monfort2011-02-011-7/+5
|
* Added Connection.Interface.Renaming to /extensionsChandni Verma2011-01-133-0/+100
|
* Stop generating Conference APIGuillaume Desmottes2010-09-293-637/+0
|
* Update Chan.T.ServerTLSConnection and TLSCertificate to spec 0.19.13Simon McVittie2010-09-142-10/+18
|
* Merge remote branch 'cosimoc/tls-multireject' into conferenceSimon McVittie2010-09-141-92/+85
|\
| * Update to new tp-spec draftCosimo Cecchi2010-09-131-92/+85
| |
* | Update the Conference spec to the version from spec 0.19.13 (no code changes)Simon McVittie2010-09-141-5/+5
| |
* | Update Channel.I.Conference to draft 2 (no code changes)Simon McVittie2010-09-141-150/+385
|/
* Add new files to extensions/Makefile.amCosimo Cecchi2010-08-191-0/+2
|
* Update spec snapshotCosimo Cecchi2010-08-132-161/+173
|
* Update to the merged spec.Cosimo Cecchi2010-08-132-43/+159
|
* Add tp-spec extensions for TLS auth.Cosimo Cecchi2010-08-133-0/+247
|
* Simplify checking of the depsGuillaume Desmottes2010-07-071-1/+1
| | | | | The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately.
* Sync Unix_Timestamp64 definition with the specGuillaume Desmottes2010-03-151-3/+3
| | | | It now has the 'x' type.
* Rebase the favourites support upon the telepathy-logger instead of a ↵Travis Reitter2010-03-154-2/+186
| | | | specially-named favourites group.
* all.xml: remove unused and redundant external-typeGuillaume Desmottes2010-01-191-26/+0
| | | | They are either not used anymore or already defined in generic-types.xml
* remove Channel_Handler.xml; we don't use it since a whileGuillaume Desmottes2010-01-193-64/+0
|
* remove Tube_Handler.xmlGuillaume Desmottes2010-01-193-59/+0
|
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-16/+14
| | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* add Channel_Interface_Conference.xml to EXTRA_DISTEMPATHY_2_29_5Guillaume Desmottes2010-01-121-1/+2
|
* Include Channel.Interface.Conference draft from tp-specDanielle Madeley2009-12-212-0/+401
|
* remove Location from extensionsGuillaume Desmottes2009-08-173-332/+0
|
* sync Debug interface with undrafted version in spec (#585844)Guillaume Desmottes2009-08-171-3/+2
|
* Merge branch 'debug'Jonny Lamb2009-06-053-1/+169
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Updated Debug spec.Jonny Lamb2009-06-031-43/+97
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Add Debug interface.Jonny Lamb2009-04-243-1/+115
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | stop to generate tube new API extensionsGuillaume Desmottes2009-05-285-580/+1
| |
* | Rename OfferStreamTube and AcceptStreamTube to Offer and AcceptArnaud Maillet2009-05-221-18/+74
| |
* | Get the telepathy bits generatedPierre-Luc Beaudoin2009-05-084-0/+344
| |
* | Add shave support to build process.Jonny Lamb2009-04-241-12/+14
|/ | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-0/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Removed Channel_Type_File_Transfer.xml from extensions.Jonny Lamb2009-02-213-515/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2521
* Upgrade to latest tube draftGuillaume Desmottes2009-02-173-84/+93
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2485
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-033-62/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380
* Add extension for new-style DBus tubesSjoerd Simons2009-01-104-0/+193
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2197
* Remove tube ID parameter, it's not used in the new tubes specSjoerd Simons2009-01-101-5/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2154
* Add new StreamTube specSjoerd Simons2009-01-106-1/+433
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2150
* Fix distcheck of extensions/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1937
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-221-19/+8
| | | | svn path=/trunk/; revision=1883
* sync with latest FT spec DRAFTXavier Claessens2008-11-221-11/+7
| | | | svn path=/trunk/; revision=1871
* extensions/Makefile.am: fix allow-undefined-interfaces paramXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1870
* extensions/Makefile.am: pass allow-undefined-interfaces param to doc ↵Xavier Claessens2008-11-221-0/+1
| | | | | | generator so it doesn't complain about missing external ref svn path=/trunk/; revision=1869
* Fix spec format to make it work with updated toolsXavier Claessens2008-11-223-3/+21
| | | | svn path=/trunk/; revision=1868
* Channel_Type_File_Transfer.xml: sync with latest draftXavier Claessens2008-11-221-4/+4
| | | | svn path=/trunk/; revision=1850
* Channel_Type_File_Transfer.xml: sync with latest draftXavier Claessens2008-11-221-50/+87
| | | | svn path=/trunk/; revision=1848
* add Unix_Timestamp64 to all.xmlXavier Claessens2008-11-221-0/+2
| | | | svn path=/trunk/; revision=1842
* upgrade to new FT draftXavier Claessens2008-11-222-96/+160
| | | | svn path=/trunk/; revision=1841
* Updated extensions external-types to include types from tubes.Jonny Lamb2008-11-221-0/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1779
* Updated Channel.Type.File spec. (Jonny Lamb)Jonny Lamb2008-11-221-128/+146
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1778
* Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb)Jonny Lamb2008-11-223-1/+401
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1731
* Add new tube handling interfaceXavier Claessens2008-04-203-1/+65
| | | | svn path=/trunk/; revision=971
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-204-36/+1
| | | | svn path=/trunk/; revision=967
* Add Chandler and Filter interfacesXavier Claessens2008-04-114-1/+36
| | | | svn path=/trunk/; revision=918
* Update extensions dir based on the example in tp-glibXavier Claessens2008-04-114-19/+39
| | | | svn path=/trunk/; revision=917
* Fix build of extensions: s/>>/>/ for signals rule.Xavier Claessens2008-03-111-1/+1
| | | | svn path=/trunk/; revision=740
* Fix typo in var name and don't link empathy-call-chandler on ↵Xavier Claessens2008-02-261-1/+1
| | | | | | libemp-extensions.la anymore. svn path=/trunk/; revision=666
* It's now safe to call emp_cli_init multiple times. Move that call to ↵Xavier Claessens2008-02-261-3/+9
| | | | | | empathy_tp_call_class_init. svn path=/trunk/; revision=665
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-269-0/+307
Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. svn path=/trunk/; revision=663