summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-12text-channel: use the TpContact we've already prepared for received messagesohhaiJonny Lamb1-5/+30
2011-05-11Merge branch 'trivia'Nicolas Dufresne7-23/+12
2011-05-11Post release version bumpNicolas Dufresne1-1/+1
2011-05-11log-store-xml: fix -Wuninitialized warningsJonny Lamb1-4/+4
2011-05-11all: fix -Wunused-but-set-variable warningsJonny Lamb4-15/+2
2011-05-11Don't leak newly created GErrorNicolas Dufresne1-0/+2
2011-05-11Send newly created error instead of old oneNicolas Dufresne2-4/+4
2011-05-06version 0.2.9Nicolas Dufresne2-2/+26
2011-05-06The test file contains null bytes, not a dotNicolas Dufresne1-1/+1
2011-05-06Test that Pidgin store is robust to empty fileNicolas Dufresne3-0/+47
2011-05-05Make Pigding store robust to empty fileNicolas Dufresne1-6/+15
2011-05-05Test XML store get_events_for_date()Nicolas Dufresne4-1/+126
2011-05-05Port search_new() to multi file designNicolas Dufresne1-12/+18
2011-05-05Port _get_events_for_date() to multi file designNicolas Dufresne1-24/+57
2011-05-04Port _get_dates() to multi file designNicolas Dufresne1-40/+17
2011-05-04Extract filename regex creation for reuseNicolas Dufresne1-20/+36
2011-05-04Store call and text events in seperate filesNicolas Dufresne1-10/+26
2011-05-04Set file match pattern into macro for reuseNicolas Dufresne1-2/+8
2011-05-03Test reimplemented exists() methodNicolas Dufresne1-0/+58
2011-05-03Reimplement _exists for multi-file event storageNicolas Dufresne1-9/+82
2011-05-03Add new entity with call logNicolas Dufresne2-1/+6
2011-05-03Add debug trace supportNicolas Dufresne1-1/+15
2011-05-03Remove left ofter tempory tracesNicolas Dufresne1-2/+0
2011-05-03Cleanup includes fixing usage of " and <Nicolas Dufresne2-16/+16
2011-05-03Remove call from supported types if call is disabledNicolas Dufresne1-0/+5
2011-05-03Style fixNicolas Dufresne1-1/+1
2011-04-29Fix missing debug trace for first pending messageNicolas Dufresne1-0/+2
2011-04-29Fix SQL syntax error and pending message orderNicolas Dufresne1-1/+1
2011-04-15Downgraded autotools requirement to 2.65Jamie Lennox1-1/+1
2011-04-14Fix client file to effectively observe Call.DRAFT channelsMateu Batle1-2/+2
2011-04-13Leak a single GTimeZoneEmilio Pozuelo Monfort1-1/+7
2011-04-01Fix spelling Wheter -> WhetherNicolas Dufresne3-3/+3
2011-03-31version 0.2.8Nicolas Dufresne2-2/+17
2011-03-31Fix wrong shared object versionNicolas Dufresne1-2/+2
2011-03-30Post release version bumpNicolas Dufresne1-1/+1
2011-03-30version 0.2.7Nicolas Dufresne2-4/+24
2011-03-30Fix infinit loop in pending message cache logicNicolas Dufresne1-1/+1
2011-03-25Cast to gint64 before setting "duration" propertyNicolas Dufresne1-4/+4
2011-03-25Fix typo when adding .client files to EXTRA_DISTNicolas Dufresne1-1/+1
2011-03-25Remove twisted from configuration summaryNicolas Dufresne1-1/+0
2011-03-25Fixed test commentNicolas Dufresne1-1/+2
2011-03-25XML Store: use GQueue not list_append for performanceNicolas Dufresne1-4/+4
2011-03-25TextChannel: sort missed pending by timestampNicolas Dufresne1-2/+24
2011-03-25TextChannel: use g_list_prepend for performanceNicolas Dufresne1-6/+6
2011-03-25SQlite store: Use g_list_prepend for performanceNicolas Dufresne1-2/+2
2011-03-25Avatar token can no longer be NULLNicolas Dufresne1-6/+4
2011-03-25Removed broken editor instructionNicolas Dufresne44-44/+0
2011-03-25TplTextChannel: Remove broken comment, user_data not usedNicolas Dufresne1-1/+0
2011-03-25TplEntity: Replace unkown with unknownNicolas Dufresne1-1/+1
2011-03-25Make Call support conditional to --enable-callNicolas Dufresne9-25/+80