summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Lengthen MUC presence query period to 120spresenceJonathon Jongsma1-1/+1
2009-10-20Treat contacts whose message is "Away" as if they had no messageJonathon Jongsma1-3/+10
2009-10-20Indentation fixupJonathon Jongsma1-1/+1
2009-10-20Use tp_asv_new() in update_contact_presence()Jonathon Jongsma1-9/+2
2009-10-20Attempt to work around the WHO vs WHOIS presence issueJonathon Jongsma1-16/+44
2009-10-20fix boneheaded string comparisonJonathon Jongsma1-1/+1
2009-10-20Remove FIXME about setting presence to OFFLINEJonathon Jongsma1-20/+24
2009-10-20Remove assert in idle_contact_manager_set_own_status()Jonathon Jongsma1-2/+2
2009-10-20Send the presence query with lowest priorityJonathon Jongsma3-13/+15
2009-10-20Remove unnecessary handle validity checkJonathon Jongsma1-7/+0
2009-10-20Add support for parsing RPL_AWAY, which provides status messageJonathon Jongsma2-11/+51
2009-10-02Periodically query presence for remote contactsJonathon Jongsma2-1/+79
2009-08-29Merge branch 'master' into presenceWill Thompson36-230/+918
2009-08-29Don't explicitly return void in void functions.elaine4-17/+28
2009-06-20Define _GNU_SOURCE not __USE_GNU to get strnlen(3).Will Thompson2-4/+3
2009-05-28bump to 0.1.4.1Will Thompson2-1/+4
2009-05-28version 0.1.4telepathy-idle-0.1.4Will Thompson2-2/+21
2009-05-28Merge branch 'sent-signal'Will Thompson5-13/+98
2009-05-28Merge commit 'jonner/username-param'Will Thompson3-1/+26
2009-05-28Merge branch 'quit-message'Will Thompson3-6/+6
2009-05-28Correct the error for unsupported message typesWill Thompson1-2/+2
2009-05-28Document what idle_text_encode_and_split doesWill Thompson1-1/+23
2009-05-27Don't include "PRIVMSG ..." in Sent signalsWill Thompson4-12/+36
2009-05-27Fix error prefix so that tests passWill Thompson1-1/+1
2009-05-27Make nickname validation a for loop.Will Thompson1-8/+2
2009-05-27Correct the description of accept-invalid-nicksWill Thompson1-3/+2
2009-05-27Don't spam DEBUG for each char in a nickWill Thompson1-1/+0
2009-03-27Bug #17354 - Emits Send immediately, even if the message is queuedJonathon Jongsma3-3/+42
2009-03-27Remove spurious 'register' flags from idle.managerWill Thompson1-2/+2
2009-03-27Remove obnoxious default Quit message.Will Thompson2-2/+1
2009-03-27Cope with Connection::quit-message being NULL.Will Thompson1-2/+3
2009-02-24Be strict for what nicks we allow, and liberal for what nicks we accept from ...Jonathon Jongsma10-16/+84
2009-02-20Bug 17430 Connections' object path etc. should contain uniquifying stringJonathon Jongsma1-1/+1
2009-02-19Don't allow user to set 'OFFLINE' status on selfJonathon Jongsma1-1/+1
2009-02-18Big test cleanupJonathon Jongsma6-68/+34
2009-02-18Add a CM param for 'username'Jonathon Jongsma3-1/+26
2009-02-18Generate ChangeLog for tarball releasesJonathon Jongsma2-0/+29
2009-02-18bump nano versionJonathon Jongsma1-1/+1
2009-02-18version 0.1.3telepathy-idle-0.1.3Jonathon Jongsma2-2/+29
2009-02-18Fix builddir!=srcdir issuesJonathon Jongsma3-3/+9
2009-02-17Update the text-encode-and-split test to the new internal APIJonathon Jongsma1-1/+1
2009-02-17Merge branch 'long-message-split'Jonathon Jongsma8-21/+151
2009-02-17Merge branch 'twisted-tests'Jonathon Jongsma8-68/+114
2009-02-17Merge branch 'invalid-nick'Jonathon Jongsma5-12/+94
2009-02-17Fix a test crash in connect/server-quit-ignore.pyJonathon Jongsma1-0/+4
2009-02-17Fix a small leak reported by valgrindJonathon Jongsma1-0/+1
2009-02-17Fix another infinite loop on connection failureJonathon Jongsma1-0/+1
2009-02-17messages/leading-space.py: simplify this test significantlyJonathon Jongsma2-33/+11
2009-02-17Rework join-muc-channel.py test to not depend on object pathJonathon Jongsma2-13/+23
2009-02-17message-order test: use loop to make this a bit cleanerJonathon Jongsma1-12/+8