summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2009-04-01We need to tell configure which python binary to use.roy6-6/+16
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz3-30/+3
infrastructure supports this properly (thanks joerg!).
2009-03-22Updated chat/ejabberd to 2.0.4martti7-50/+73
This version is a maintenance release containing 20 bugfixes and improvements. http://secunia.com/advisories/34340/
2009-03-22Update chat/weechat to 0.2.6.1tonio2-6/+6
This version fixes a major bug: crash with some special chars in IRC messages.
2009-03-22Leave over maintainership to pkgsrc-usersmanu1-2/+2
2009-03-21Change to my @NetBSD.org addressadrianp1-2/+2
2009-03-21Remove MAINTAINER at their request.darcy1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg17-221/+102
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18to pkgsrc-usersjmcneill1-2/+2
2009-03-18Bump PKGREVISION for PLIST fix.wiz1-1/+3
2009-03-18+@dirrm share/pixmaps/pidgin/emotes/small. This has been missing forsnj1-1/+2
3 months and nobody has complained. PKGREVISION not bumped on grounds of "no reasonable person would want to upgrade."
2009-03-14Make it build on DragonFly.hasso2-6/+7
2009-03-12Update libpurple, piding, pidgin-sametime, pidgin-silc, finch tomlelstv5-26/+15
version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-11Fix build with slightly older (builtin) openssl versions.hasso2-7/+10
2009-03-11Make it build on DragonFly.hasso2-1/+14
2009-03-11Fix compile on DragonFly ('IPPROTO_TCP' undeclared).hasso2-1/+14
2009-03-11Fix compile on platforms without libresolv. It should still work fine onhasso2-1/+16
platforms with libresolv (tested with Linux).
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz2-4/+4
2009-03-07Bump PKGREVISION to 2.seb1-3/+3
Pkgsrc changes: - Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
2009-03-05Update msn-pecan to 0.0.18.jmcneill2-6/+6
== Release 0.0.18 == 2009-02-16 Thiago Silva <defcola@gmail.com> * po: Update Portuguese (Brazil) translation. 2009-02-15 Felipe Contreras <felipe.contreras@gmail.com> * win32: Show proper "README". * session: Workaround to set http_method early on. * session: Properly normalize the username. * Bump version to 0.0.18. * Build fixes for win32. * Update translations catalog. * po: Update Spanish translation. * po: General update. * Enable MSN plus sounds by default. 2009-02-15 Lu\xc3\xads Neto <luisneto3@clix.pt> * po: Update Portuguese translation. 2009-02-15 Devid Antonio Filoni <devidfil@gmail.com> * po: Update Italian translation. 2009-02-15 Elias Julkunen <elias.julkunen@gmail.com> * po: Update Finnish translation. 2009-02-08 Devid Antonio Filoni <devidfil@gmail.com> * Fix typo in Makefile. 2009-02-05 Eion Robb <eion@robbmob.com> * Add win32 dll version. 2009-02-05 Felipe Contreras <felipe.contreras@gmail.com> * Build libsiren by default. * Use proper libdir (might be lib64). * Plug some memleaks and cleanups on voiceclips. 2008-12-13 Felipe Contreras <felipe.contreras@gmail.com> * session: Massive cleanups. * session: Cleanups. * sync: Cleanup. * Remove logging step. 2009-02-05 Devid Antonio Filoni <devidfil@gmail.com> * Add support for receiving Plus! sounds. Patch for this by Thiago Silva and me. * Add an option to hide Messenger Plus! Live tags from buddies nicknames and personal messages. * Choice to don't use PSM (and to use a normal personal message) during build. 2009-01-21 Elliott Sales de Andrade <qulogic@pidgin.im> * Report a debug warning if a SLP MSG is not processed because it has un known flags. 2009-01-21 Thomas Gibson-Robinson <thomas.gibsonrobinson@gmail.com> * Fix user displays for WLM 2009. 2009-01-17 Devid Antonio Filoni <devidfil@gmail.com> * Fix a crash receiving voice clips and make voice clips messages 2009-01-17 Felipe Contreras <felipe.contreras@gmail.com> * Cleanup libsiren Makefile stuff. * libsiren cleanups. * Reorganize libsiren. * Make libsiren optional. 2009-01-03 Devid Antonio Filoni <devidfil@gmail.com> * Add support for receiving voice clips. Thanks to Chris Stafford and Yo uness Alaoui for this. * Update adium/Makefile.am. * Use pecan_info instead of purple_debug_*. 2009-01-12 Felipe Contreras <felipe.contreras@gmail.com> * Fix personal status message option. 2009-01-12 Thiago Silva <defcola@gmail.com> * Use P4-context. 2009-01-08 Devid Antonio Filoni <devidfil@gmail.com> * Fix a bug that sets the mobile status to non-mobile buddies. * Enable friendly name storage and fix it. 2009-01-08 Thiago Silva <defcola@gmail.com> * Update pt_BR translation. 2008-12-30 Felipe Contreras <felipe.contreras@gmail.com> * Fix previous commit. 2008-12-05 Devid Antonio Filoni <devidfil@gmail.com> * Cleanups. * Update readme. * Show msn-pecan instead of msn in debug window. 2008-12-29 Devid Antonio Filoni <devidfil@gmail.com> * Update to 'Use personal status messages'.
2009-03-02DESTDIR support. Fix PLIST handling to work when make install is calledjoerg1-14/+22
without make build first.
2009-02-23Update to 0.7.21, convert to user-destdir.wiz2-7/+9
telepathy-gabble 0.7.21 (2009-02-19) ==================================== The "what?! why do I have flowers outside of my window?" release. Dependencies: * telepathy-glib 0.7.23 is now required Enhancements: * Implement new tube API for muc stream tubes * Implement new tube API for 1-1 and muc D-Bus tubes * Implement the Messages interface for Text channels. Changes: * In multi-user chats, the point at which Sent is emitted has changed. Previously, Sent was emitted when the message was echoed back to you by the server; now, it is emitted (as is Messages.MessageSent) when you send the message. When the message is echoed, a delivery report is emitted with Messages.MessageReceived, and Received is emitted with an empty body and the Non_Text_Content flag set. Clients that don't understand the Messages interface should just immediately ack the ID in that signal. If clients want to preserve the total ordering of MUC messages, they now need to care about the Messages interface and watch out for the delivery report. Fixes: * Various tubes related leaks * fd.o#20003: fix a crash starting Jingle calls on some 64-bit platforms * fd.o#20133: fix various bugs where idle callbacks outlived their user-data. * Don't start sending video when the other side adds a video stream. telepathy-gabble 0.7.20 (2009-01-02) ==================================== The "crêpes du belge" release. Enhancements: * Implement the draft version of Location from telepathy-spec 0.17.19 * Announce generic tube capabilities when contacts support tubes Fixes: * Don't get confused if MUC services auto-rename us (as much as is possible) * Don't get confused if we have to change our own nick in order to join a MUC * Set the correct actor when Jingle sessions are terminated * Don't omit offline, unknown and error from Statuses and GetStatuses() (regression in 0.7.19) * Close and ChannelClosed signals are now fired when a tube is closed (new API) telepathy-gabble 0.7.19 (2009-01-29) ==================================== The "redecorated" release. Fixes: * Don't crash when closing a muc channel containing an closed D-Bus tube. * Don't resurrect removed streams if the call responder includes them in session-accept * Don't crash in calls if using glib with debugging enabled (fd.o #19327). * Don't crash when removing contact from known list (fd.o #19524). * Fix D-Bus muc tubes (dev.sugarlabs.org #60). * Fix refcount leak in jingle code (fd.o #19385). * Don't crash if "offline" presence status is requested. * Raise the appropriate error from RequestHandles for telepathy-spec 0.17.18 compliance (fd.o #19611).
2009-02-23Update to 0.1.3, convert to user-destdir.wiz4-14/+17
telepathy-idle 0.1.3 (2009-02-17) ================================= Dependencies: * telepathy-glib 0.7.15 Enhancements: * Added automated test infrastructure Fixes: * Fixed a bunch of memory leaks reported by valgrind * handle buggy servers that don't quit properly * Fix parsing error that resulting in not receiving any messages that started with a leading space (Bug #17390) * Handle user renames in room channels properly * Validate nicknames properly when attempting to create a new connection * Fix bug where data was lost due to improper splitting of long messages (Bug #17392) * Don't split utf-8 codepoints in half when splitting long messages (Bug #13532) * Fix bug where a user named 'foo' that was a member of a channel of the same name ('#foo') would have private messages delivered to both the private chat and the group chat (Bug #19766) * Fix some infinite loop failures when connections fail * Fixed various warnings
2009-02-23Update to 0.7.26, convert to user-destdir.wiz3-9/+11
telepathy-glib 0.7.26 (2009-02-16) ================================== The "Leffe Radieuse" release. Enhancements: * Add tp_connection_manager_call_when_ready() * When constructing TpConnectionManager, if the .manager file is missing or can't be read, always try to activate the connection manager (in practice, this is what's wanted) * fd.o #18291: when listing connection managers, wait for them to all be ready * fd.o #18056: add method-based accessors for TpConnectionManager members * fd.o #17519: track the Connection's SelfHandle property in TpConnection * Add tp_dbus_daemon_dup(), convenient API to share a starter-bus connection * Generate GTypes for arrays of mappings, and improve use of the type-generation functions * Add tp_intset_new_containing(), a convenient factory for sets with exactly one member Deprecations: * Deprecate tp_get_bus_proxy() Fixes: * Reduce our reliance on making a DBusGProxy for the dbus-daemon (working towards avoiding overly-broad NameOwnerChanged matches) * fd.o #18832 (partially addressed): document that tp_get_bus() can call exit() and why, and discourage it in processes that aren't totally reliant on D-Bus * fd.o #18207: reliably emit TpConnectionManager::got-info signal (although tp_connection_manager_call_when_ready() should be used instead) * Fix some assertion failures in TpConnectionManager when .manager files contain surprising types * Parse all currently supported types in .manager files Miscellaneous: * Add regression test coverage for TpConnectionManager telepathy-glib 0.7.25 (2009-01-30) ================================== The "Paradise Lost" release. Fixes: * fd.o #17588: don't break ABI if errors are re-ordered in a future spec version * fd.o #19688: don't assert when getting contacts by ID if none of the identifiers supplied are valid * TpPresenceMixin: don't allow setting statuses that are flagged as not settable on the user themselves * TpPresenceMixin: never allow statuses of type OFFLINE, UNKNOWN or ERROR to be set on the user themselves, and warn if the connection manager got this wrong * Fix a memory leak in tp_presence_mixin_get_statuses() (sorry Jonathon, your patch got lost during the release process...) telepathy-glib 0.7.24 (2009-01-28) ================================== The "Divide By Cucumber Error" release. API changes: * When a TpConnection is invalidated due to disconnection, the error will now be chosen from the TP_ERRORS domain in most cases. Previously, the TP_ERROR_DISCONNECTED domain was used. This change is necessary to support the extensible error reporting introduced in spec 0.17.19. Enhancements: * Update to telepathy-spec 0.17.19 - Many new errors in the TP_ERRORS domain - Connection.ConnectionError signal for extensible error reporting * Add a client binding for the extensible error reporting provided by the ConnectionError signal * Use a simple Python implementation of XInclude, rather than xsltproc, for easier Windows porting Fixes: * Add File Transfer to the documentation telepathy-glib 0.7.23 (2009-01-20) ================================== The "new in version 0.7.1, and allegedly also in 0.7.21" release. Enhancements: * Updated to spec version 0.17.18 - Added the File Transfer channel type - Added TpRichPresenceAccessControlType and TP_STRUCT_TYPE_RICH_PRESENCE_ACCESS_CONTROL - RequestHandles raises NotImplemented for bad handle types or InvalidHandle for bad identifiers (fd.o #19609) - MediaStreamHandler has a CodecsUpdated method - Methods automatically generated by telepathy-glib now have names for all "out" arguments, which should make the documentation easier to use * Use tp:name-for-bindings to construct the C name for D-Bus methods etc., which will result in better C function naming for future D-Bus interfaces like DBusTube Fixes: * Remove symbols from 0.7.21.abi that were already in 0.7.1.abi (GNU ld seems to respond by giving them the older version, so no harm was done to the ABI, but it broke the Debian packages) * Make make-version-script.py fail if that ever happens again * Annotate things added in 0.7.21 with the correct "Since:" indicator * Correct the documentation for tp_list_connection_names()
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-2/+2
2009-02-18Re-generate patch which wasn't accepted by GNU patch.tron2-9/+8
2009-02-18update to ircII 20081115. this fixes the missing translation tables,mrg1-1/+35
adds chanusers()/onchannel() support for ICB and increases the default lastlog to 440.
2009-02-18update to ircII 20081115. this fixes the missing translation tables,mrg3-19/+9
adds chanusers()/onchannel() support for ICB and increases the default lastlog to 440.
2009-02-16Add user-destdir support.snj3-10/+14
2009-02-16DESTDIR support.joerg1-1/+5
2009-02-15Convert to user-destdir.wiz3-4/+26
2009-02-14On to what's actually in 1.2RC1:adrianp3-8/+10
This is primarily a fix-based release from 1.2b4. * Minor memory leak * Expire XLines when accessed, not just when matched, to prevent a large buildup of stale XLines * Allow +l 0 (for use with things like +PlL #newchan) * Fix poll socket engine to work correctly * Fix undefined memory read on /stats : * kqueue fixes * Don't allow bad censor configurations to result in an infinite loop * STARTTLS fixes * Change numeric for +L to be easier to parse (and more standardised: freenode and others use this) * Fix autoconnects triggering at the wrong time * Numerous docs typos and updates * Small security hole where /oper allowed /oper login <hash> to oper up * Allow binding to all IPv4 IPs easily on an IPv6 compile * Disallow silly messageflood parameters * And more!
2009-02-09Don't create /var/spool/... at install time, the scripts will take carejoerg3-11/+18
of it. Mark as user-destdir after that.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg7-8/+14
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg3-6/+6
2009-02-09Remove chat/aap and devel/aap, the last Python 2.1 only packages.joerg5-99/+1
2009-02-09Needs intltool.joerg2-4/+4
2009-02-07More py-expat dependencies for Python 2.3 and 2.4.joerg2-2/+12
2009-02-04Needs intltool, add it to tools.wiz1-2/+2
2009-02-03Updated chat/ejabberd to 2.0.3martti6-108/+80
* Do not ask certificate for client (c2s) * Check digest-uri in SASL digest authentication * Use send timeout to avoid locking on gen_tcp:send * Fix ejabberd reconnection to database * HTTP-Bind: handle wrong order of packets * MUC: Improved traffic regulation management * PubSub: Several bugfixes and improvements for best coverage of XEP-0060 v1.12 * Shared Roster Groups: push immediately membership changes * Rotate also sasl.log on "reopen-log" command
2009-01-19Add the all-important /brick command.sketch3-9/+9
2009-01-18Update to 0.7.22:wiz3-7/+9
telepathy-glib 0.7.22 (2009-01-13) ================================== The "TP_STRUCT_TYPE_BROWN_PAPER_BAG" release. Fixes: * Accept message=NULL in tp_group_mixin_change_members, as documented and true in the past, rather than crashing. telepathy-glib 0.7.21 (2009-01-12) ================================== The "TP_HASH_TYPE_PINT_HOBGOBLIN_MOUTH_MAP" release. Enhancements: * Updated to spec version 0.17.17 - Added TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP and TP_HASH_TYPE_MESSAGE_PART_CONTENT_MAP * (Finally) merged TpMessageMixin, which can be used in place of TpTextMixin to implement the Messages interface on Text channels. * The examples have been made more exemplary, using TpChannelManager in place of TpChannelFactoryIface, implementing Destroyable and respawning 1-1 text channels which are closed with pending messages. * Added a TP_COMPILER_WARNINGS macro to simplify choosing compiler warnings in configure.ac, and forked a version of AS_COMPILER_FLAG that supports C++ so that TP_COMPILER_WARNINGS can be used for C++ projects (such as telepathy-qt4). Other projects using telepathy-glib's warnings might want to copy m4/tp-compiler-*.m4 and use TP_COMPILER_WARNINGS. * Added support to TpGroupMixin for emitting the MembersChangedDetailed signal (fd.o #19050 and #19052), and to TpChannel for listening to it when possible (fd.o #19051). * Added tp_channel_get_identifier * Added support for parsing the dbus-property CM parameter flag (introduced in spec 0.17.16) from .manager files (fd.o #19053). Fixes: * Various Win32 portability fixes (from Sunil Mohan Adapa on fd.o #19461). * fd.o #19101: tp_connection_get_contacts_by_id() crashes
2009-01-17Fix build.wiz3-1/+27
Addresses PR 40399 by Derouiche.
2009-01-16+ pidgin-libnotifyjmcneill1-1/+2
2009-01-16Import pidgin-libnotify version 0.14.jmcneill4-0/+50
This plugin adds a libnotify interface to pidgin, enabling popups much like guifications. It has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only. Don't forget to enable the plugin in Tools->Plugins.
2009-01-13Update to 0.7.18:wiz3-8/+9
telepathy-gabble 0.7.18 (2009-01-06) ==================================== The "The Orchestral Tubular Socks" Enhancements: * Implement SOCKS5 bytestreams (XEP-0065) in stream tubes. * Implement a stream initiation fallback mechanism allowing to use IBB if we can't connect to peer using SOCKS5. Fixes: * Don't crash on setting presence if there are open MUC Tubes. * Stream tube channel advertises the immutable channel properties, including those not on the Channel interface. telepathy-gabble 0.7.17 (2008-12-14) ==================================== The "I accidentally an entire call *and* MUC" release. Dependencies: * dbus 1.1.0 (D-Bus Tubes are no longer conditionally compiled) * dbus-glib 0.78 (fixes support for complex types in hashtables) Enhancements: * Add support for the new draft ContactCapabilities spec to communicate tube capabilities. Fixes: * Incoming Jingle calls are no longer automatically accepted when the call is connected and the local codecs are ready. * Incoming MUC invites are no longer automatically accepted when changing your presence. * fd.o #18918: Send codec parameters according to XEP-0167. * Various Jingle tweaks. telepathy-gabble 0.7.16 (2008-12-02) ==================================== The "what could possibly go wrong" release. This release contains the reworked Jingle engine with support for latest Jingle draft (XEP-0166 v0.32), and Google's Jingle variants as used in their desktop client and recently launched Googlemail client. This release has no known regressions, but as we have done extensive changes to the Jingle engine, you might want to restrict this release to experimental distributions like Debian experimental and Fedora rawhide for now. Enhancements: * fd.o #15908: refactor Jingle state machine * fd.o #15907: Update real-Jingle implementation to XEP-0166 v0.25 * fd.o #13159: support current Google Talk protocol * Misc Tubes-related enhancements and fixes Fixes: * fd.o #18404: fix race condition in tests/twisted/roster/ensure.py * Fixes for double freeing in dispose in channel managers
2009-01-13Update to 0.7.20:wiz2-6/+6
telepathy-glib 0.7.20 (2008-12-14) ================================== The "xfs_freeze stole the night" release. Enhancements: * Updated to spec version 0.17.16 - Generate code for the Messages interface, which is now undrafted. Fixes: * fd.o #18845: don't throw a critical error from TpConnection if the corresponding CM falls off the bus. * fd.o #18926: avoid using a non-top-level GLib header telepathy-glib 0.7.19 (2008-12-01) ================================== The "fast path" release. Enhancements: * TpContact now has a fast path using the Contacts interface to reduce D-Bus round-trips, if supported * tp_connection_get_contact_attributes integrates the Contacts interface with TpConnection's handle reference tracking at a lower level * TpChannel now tracks its immutable properties (as provided by Requests.NewChannels, Requests.CreateChannel and Requests.EnsureChannel), can be constructed from a dictionary of immutable properties (tp_channel_new_from_properties), and has a fast path using GetAll to reduce round trips (if supported); when constructed from a dictionary of immutable properties, non-Group channels should become 'ready' in a single round-trip * Only use the Properties mixin in there are properties defined Fixes: * fd.o #15092: mixins in a superclass should now work correctly in subclasses * fd.o #18151: tp_base_connection_dispose asserts if there are two connections to the same account
2009-01-13Add buildlink3.mk file.wiz1-0/+27
2009-01-12+ msn-pecanjmcneill1-1/+2
2009-01-12Import msn-pecan version 0.0.17.jmcneill4-0/+38
msn-pecan is a fork of the MSN plug-in from Pidgin. Compared to Pidgin's official MSN plug-in: * Faster log-in * Fewer connection issues * Fewer crashes * Experimental direct connection support (fast file transfers) * Server-side storage for display names (private alias) * Support for handwritten messages (read-only) Other features: * Support for personal status messages * Support for offline messaging (read-only) * Send custom emoticons (Pidgin >= 2.5)