summaryrefslogtreecommitdiff
path: root/src/idle-handles.c
Commit message (Expand)AuthorAgeFilesLines
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-161-2/+1
* Include config.h in each source fileSimon McVittie2013-04-241-0/+1
* Various dull C89-complianceSimon McVittie2012-05-101-4/+10
* Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie2012-05-081-2/+2
* Use idle_muc_channel_is_typecharDebarshi Ray2011-05-111-1/+2
* Add Protocol objectsSimon McVittie2010-11-181-1/+5
* Fix a buffer overrun in channel name validation.Will Thompson2010-04-061-1/+1
* Fix two valgrind-reported leaksJonathon Jongsma2009-10-071-6/+2
* Make nickname validation a for loop.Will Thompson2009-05-271-8/+2
* Don't spam DEBUG for each char in a nickWill Thompson2009-05-271-1/+0
* Be strict for what nicks we allow, and liberal for what nicks we accept from ...Jonathon Jongsma2009-02-241-13/+39
* Merge branch 'invalid-nick'Jonathon Jongsma2009-02-171-11/+12
|\
| * Validate nicks per the IRC RFCJonathon Jongsma2009-01-301-9/+10
| * Expose the nick validation function and use it in the CMJonathon Jongsma2009-01-301-2/+2
* | Fix Bug #19766: private messages no longer delivered to group chatJonathon Jongsma2009-02-131-6/+0
|/
* Correct the order of "const static" to "static const"Will Thompson2008-08-291-1/+1
* Clean up includesOlli Salli2008-01-151-5/+3
* Unify coding style, chapter Six: Binary operators and their operands should h...Olli Salli2007-12-271-2/+2
* Unify coding style, lesson 4: blank lines after each case body in switch stat...Olli Salli2007-12-271-0/+2
* Remove tabs from places other than beginning of linesOlli Salli2007-12-271-1/+1
* Remove trailing whitespaceOlli Salli2007-12-271-2/+2
* Assume IRC channels with no prefix mean channels with prefix #Olli Salli2007-05-101-2/+12
* Restyle idle-handles.[ch]Olli Salli2007-04-261-99/+47
* Fix the license header copyright statements in all .c filesOlli Salli2007-04-101-2/+2
* Use TpBaseConnection in IdleConnection (with no MUC factory, we temporarily l...Olli Salli2007-04-101-60/+0
* Remove the TOTAL CRACKALL implementation of PresenceOlli Salli2007-04-051-29/+0
* Add actual parsing to IdleParser, it now seems to parse stuff correctlyOlli Salli2007-03-311-6/+8
* Only set original ID qdata if the id was validOlli Salli2007-03-291-3/+5
* Only set error in the normalization callbacks if error was providedOlli Salli2007-03-291-2/+4
* Port to new handle repo APIOlli Salli2007-03-281-44/+55
* Don't set idle_contact_presence_free for null ContactPresences - may prevent ...Olli Salli2007-03-221-1/+1
* Migrate to the handle repos and sets in telepathy-glibOlli Salli2007-02-041-371/+54
* Migrate from G(IntSet,Heap) to the versions in telepathy-glibOlli Salli2007-01-311-10/+9
* Initial import (migration from SF.net SVN)Olli Salli2007-01-291-0/+589