summaryrefslogtreecommitdiff
path: root/src/idle-text.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-24Include config.h in each source fileSimon McVittie1-0/+1
2012-05-10Various dull C89-complianceSimon McVittie1-2/+4
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie1-2/+2
2011-05-10Pass the message type to tp_cm_message_new_textSjoerd Simons1-2/+1
2011-03-17Use tp_cm_message_new_text()Guillaume Desmottes1-10/+2
2011-03-02message-received is int64 not uint64Danielle Madeley1-1/+1
2010-09-16factor out idle_text_receivedGuillaume Desmottes1-0/+26
2010-09-16rename labelGuillaume Desmottes1-3/+3
2010-09-16use tp_str_empty()Guillaume Desmottes1-1/+1
2010-09-16no need to check if content_type is NULL, tp_strdiff does it for usGuillaume Desmottes1-1/+1
2010-08-17Implement Messages interface (fdo #29378)Guillaume Desmottes1-19/+51
2009-10-07Fix two valgrind-reported leaksJonathon Jongsma1-0/+1
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 Thompson1-8/+21
2009-03-27Bug #17354 - Emits Send immediately, even if the message is queuedJonathon Jongsma1-3/+3
2009-02-13Split long messages properly (Bug #17392)Jonathon Jongsma1-3/+4
2009-02-13Don't split a utf-8 codepoint in half when splitting long messageJonathon Jongsma1-17/+16
2008-09-25fix compile on 64bit archFlorian Steinel1-1/+1
2008-09-01Rewrite idle_text_encode_and_split to be more obviously correct.Will Thompson1-42/+51
2008-08-29Extract splitting of long/multiline messages to a functionWill Thompson1-20/+41
2008-08-29Fix another signedness warning.Will Thompson1-1/+3
2008-08-29Don't use an invalid enum value as a failure flagWill Thompson1-3/+4
2008-01-16Still more coding style unifications, now there should be quite a few less fu...Olli Salli1-1/+1
2008-01-15Clean up includesOlli Salli1-3/+2
2008-01-12Coding style, part: Public functions of classes shouldn't have an underscore ...Olli Salli1-1/+1
2007-12-27Unify coding style, chapter Six: Binary operators and their operands should h...Olli Salli1-8/+8
2007-12-27Unify coding style, book II: Thou shalt indent by tabs, and only tabsOlli Salli1-1/+1
2007-12-27Remove tabs from places other than beginning of linesOlli Salli1-1/+1
2007-12-27Remove trailing whitespaceOlli Salli1-2/+2
2007-12-27Unify coding style part 1 (mostly bracing style)Olli Salli1-23/+9
2007-05-01Use the blingbling killer in idle_text_decodeOlli Salli1-3/+10
2007-04-24Rename text.[ch] to idle-text.[ch] (how incredibly clever to do it in this br...Olli Salli1-0/+128