summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-04-01We need to tell configure which python binary to use.roy1-1/+2
2009-03-11Fix compile on DragonFly ('IPPROTO_TCP' undeclared).hasso2-1/+14
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-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:wiz5-0/+66
A full-featured IRC connection manager for Telepathy. XXX: I couldn't get this to work with empathy. Might need further fixes.