summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-16Fix build on SunOS.hans1-1/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24chat/telepathy-idle: Fix indirect linking error on DragonFly onlymarino1-1/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-05update to 0.1.8drochner1-2/+2
changes: -Implements SASL channel -bugfixes
2011-02-24update to 0.1.7drochner1-2/+2
changes: misc fixes and improvements
2010-08-09update to 0.1.6drochner1-3/+4
changes: -Implement IDLE_LOGFILE to divert output to a file -Implement Debug interface pkgsrc change: add some support to run selftest
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-27Depend on py-expat for all supported python versions, now thatwiz1-6/+4
python25 and python26 have been fixed to behave like python24.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-12-02Update to 0.1.5:wiz1-2/+2
telepathy-idle 0.1.5 (2009-09-14) ================================= Enhancements: * Use automake 1.11's silent build option. Use --enable-silent-rules to enable it. (wjt) * Implement Destroyable for IM channels. (wjt) * Implement o.fd.Tp.Connection.Interface.Requests. (jonner & wjt) * Allow parting MUCs with RemoveMembers. (wjt) Fixes: * fd.o #22291: Define _GNU_SOURCE not __USE_GNU to get strnlen(3), which was causing a build failure on openSUSE, which has a glibc from the future. (Vincent Untz) * fd.o #22958: Don't explicitly return void in void functions as Sun's C compiler doesn't support this. (Elaine Xiong)
2009-09-09Remove references to python-2.3.wiz1-2/+2
2009-08-16Update to 0.1.4:wiz1-2/+3
telepathy-idle 0.1.4 (2009-05-28) ================================= The "Caberdrone" release. Enhancements: * Added a connection parameter for "username" (fd.o #16499). * Removed the default quit message advertising Idle (fd.o #20916). Fixes: * Parses nicknames in incoming messages more liberally, to allow nicknames like "-bip" which are illegal but appear in the wild. * Uniquify connections' object paths to permit two connections to the same server with the same username (fd.o #17430).
2009-04-01We need to tell configure which python binary to use.roy1-1/+2
2009-02-23Update to 0.1.3, convert to user-destdir.wiz1-3/+4
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-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2009-02-07More py-expat dependencies for Python 2.3 and 2.4.joerg1-1/+6
2008-11-14Initial import of telepathy-idle-0.1.2:wiz1-0/+27
A full-featured IRC connection manager for Telepathy. XXX: I couldn't get this to work with empathy. Might need further fixes.