aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| | * | | README: add linkVMiklos2007-08-19-0/+4
| | * | | README: addVMiklos2007-08-19-0/+15
| | * | | add offline users, tooVMiklos2007-08-19-9/+9
| | * | | download buddies from the serverVMiklos2007-08-19-76/+48
| | * | | basic read functionsVMiklos2007-08-19-6/+41
| | * | | initial commitVMiklos2007-08-19-0/+201
| | / /
| | | * Doc update, OAuth is available for more than just Twitter now.Wilmer van der Gaast2011-08-01-3/+3
| | | * Had to change the OAuth secret for GTalk.Wilmer van der Gaast2011-08-04-1/+1
| | | * Error handling fixes.Wilmer van der Gaast2011-08-04-4/+8
| | | * Don't timeout Jabber connections on OAuth initialization.Wilmer van der Gaast2011-07-31-0/+3
| | | * OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+27
| | | * Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+52
| | | * oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960Wilmer van der Gaast2011-07-31-8/+22
| | | * Export oauth_params_parse().Wilmer van der Gaast2011-07-31-1/+2
| | | * Having written the same stupid code (ASCII MD5 hashes) 205762 times, time toWilmer van der Gaast2011-07-31-0/+11
| | | * Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-43/+309
| | | * Kill obsolete Jabber server string (SSL, port#s, etc) parsing.Wilmer van der Gaast2011-07-25-55/+0
| | | * Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-4/+128
| |_|/ |/| |
* | | Fixed dumb file descriptor leak.Wilmer van der Gaast2011-07-12-0/+1
* | | Fixed use of g_iconv() in do_iconv(). This was done wrong for ages andWilmer van der Gaast2011-07-02-4/+4
| |/ |/|
* | Preparing Debian upload.Wilmer van der Gaast2011-06-14-0/+7
* | 3.0.3, hopefully ready. Time to roll the tarballs.3.0.3Wilmer van der Gaast2011-06-12-2/+18
* | Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings lookWilmer van der Gaast2011-06-12-2/+2
* | Aaaaaargh! Who thought it'd be a good idea to make 8-bit integers signed??Wilmer van der Gaast2011-06-12-1/+1
* | Oops. prefix shouldn't be just "ca" for identi.ca.Wilmer van der Gaast2011-06-11-1/+3
* | Change the default base_url to something that works. Change the default forWilmer van der Gaast2011-06-11-15/+28
* | Use /friends/ids and /users/lookup instead of /statuses/friends to get aWilmer van der Gaast2011-06-11-146/+145
* | Crash-bug (NULL-ptr deref) fix in channel part routine.Wilmer van der Gaast2011-06-11-1/+2
* | Re-indent Twitter code. It just lacks *any* kind of consistency. Flags used:Wilmer van der Gaast2011-06-11-591/+486
* | Dirty workaround: Don't download the contact list for now as TwitterWilmer van der Gaast2011-06-09-0/+1
* | Merge from pesco (bugfix for #751).Wilmer van der Gaast2011-05-12-1/+1
|\ \
| * \ mergebackSven Moritz Hallberg2011-05-01-0/+0
| |\ \ | |/ / |/| |
* | | Merging "otr reconnect", bug #740.Wilmer van der Gaast2011-05-01-1/+26
|\ \ \
| | * | honor LDFLAGS in otr.so make ruleSven Moritz Hallberg2011-05-01-1/+1
| |/ /
| * / add otr reconnect commandSven Moritz Hallberg2011-05-01-1/+26
|/ /
* | Improved channel cleanup. Should fix a crash bug when leaving temporaryWilmer van der Gaast2011-05-01-0/+3
* | Add -I to command line in xinetd/systemd example files instead of assumingWilmer van der Gaast2011-05-01-2/+2
* | Actually, let's also drop the -0.Wilmer van der Gaast2011-04-22-1/+1
* | Don't put an epoch in the Debian "spoofed" version number. Debian's nowWilmer van der Gaast2011-04-22-1/+1
* | Send Connection: close headers so webservers won't try keepalive connectionsWilmer van der Gaast2011-04-18-0/+2
* | Try to show better Twitter error messages. Sadly this doesn't always workWilmer van der Gaast2011-04-18-6/+7
* | show_ids documentation.Wilmer van der Gaast2011-04-18-0/+11
* | Fix GnuTLS >2.12 or so compatibility.Wilmer van der Gaast2011-04-18-0/+1
|/
* Check td->log everywhere before using it..Wilmer van der Gaast2011-03-31-2/+2
* Also use the short IDs for a new reply command. Couldn't think of a sane wayWilmer van der Gaast2011-03-29-4/+35
* Allow using the new 2-digit id's for retweets.Wilmer van der Gaast2011-03-29-1/+5
* For #721, add the numbers in front of tweets if show_ids is enabled. LeftWilmer van der Gaast2011-03-29-11/+78
* Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. ThisWilmer van der Gaast2011-03-27-1/+1
* Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem to workWilmer van der Gaast2011-03-27-4/+30
* Set the libpurple proxy server in a way that should work with olderWilmer van der Gaast2011-03-26-2/+1