Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Version 3.0.4, probably.3.0.4 | Wilmer van der Gaast | 2011-12-04 | -2/+17 |
| | ||||
* | Debug output tweaks: Try to send everything to stderr, and add ifdef to | Wilmer van der Gaast | 2011-12-04 | -16/+18 |
| | | | | | enable printing of all SSL traffic. | |||
* | Somewhat improve debug logging of HTTP/SOAP stuff. | Wilmer van der Gaast | 2011-12-02 | -4/+10 |
| | ||||
* | Merging typo fix for Skype config installation. | Wilmer van der Gaast | 2011-11-28 | -1/+1 |
|\ | ||||
| * | Fix Skype typo: the in-tree config has a .dist suffix | Miklos Vajna | 2011-11-24 | -1/+1 |
| | | ||||
* | | Merge from pesco. | Wilmer van der Gaast | 2011-11-28 | -32/+54 |
|\ \ | ||||
| * | | make sure we avoid file traversal in otr load/save functions (#853) | unknown | 2011-11-26 | -32/+54 |
| | | | ||||
* | | | MSN: No clue if the OUT command can specify other reasons, but if so, show | Wilmer van der Gaast | 2011-11-26 | -1/+2 |
|/ / | | | | | | | | | it to the user. | |||
* | | msn_soap_debug_print may get called with NULL pointers. Pay attention. | Wilmer van der Gaast | 2011-11-25 | -4/+8 |
| | | ||||
* | | Removing duplicate twitter=1 line. Bug #804. | Wilmer van der Gaast | 2011-11-25 | -1/+0 |
|/ | ||||
* | Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was | Wilmer van der Gaast | 2011-11-24 | -18/+18 |
| | | | | | | HTTP failures caused by (most likely) DNS resolution problems. Yes, ignoring return values is still bad, kids! | |||
* | Merge from vmiklos. | Wilmer van der Gaast | 2011-11-24 | -0/+10 |
|\ | ||||
| * | Add missing 'skype/skyped.conf.dist' | Miklos Vajna | 2011-11-23 | -0/+10 |
|/ | ||||
* | Document command shortening in another place. | Wilmer van der Gaast | 2011-11-14 | -0/+2 |
| | ||||
* | GnuTLS now also needs ssl_pending() implemented. Bug #860. | Wilmer van der Gaast | 2011-11-14 | -17/+28 |
| | ||||
* | Cleanup of http_client fix. Use g_strdup_printf and completely avoid strcat, | Wilmer van der Gaast | 2011-11-13 | -14/+21 |
| | | | | | truncate request if we switched from POST to GET. | |||
* | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-11-12 | -7/+10 |
| | | | | | | http_client module needs some refactoring though. Will do that later.. This should hopefully fix bug #850. | |||
* | Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850. | Wilmer van der Gaast | 2011-11-10 | -3/+3 |
| | ||||
* | Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAP | Wilmer van der Gaast | 2011-11-09 | -1/+1 |
| | | | | | | queries. No, this doesn't fix #850, I just found this bug while trying to get debugging info for that. | |||
* | Killed careless use of strcpy(). Luckily these are only a risk on public | Wilmer van der Gaast | 2011-10-30 | -3/+4 |
| | | | | | servers. | |||
* | Strip illegal characters in generated XML streams so Jabber servers won't | Wilmer van der Gaast | 2011-10-20 | -2/+25 |
| | | | | | | | disconnect people who don't understand how to disable stupid IRC client features. Based very loosely on a patch and discussion submitted by Artem Savkov on bug #552. | |||
* | Big merge from pesco, closing some OTR issues: #759, #824, #839, #830. | Wilmer van der Gaast | 2011-10-20 | -313/+368 |
|\ | ||||
| * | otr: only skip coloring of leading /me if the message will go to a query window | unknown | 2011-10-03 | -3/+4 |
| | | ||||
| * | send user-specific otr messages generated by us as notices from that user | unknown | 2011-10-03 | -5/+11 |
| | | ||||
| * | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -302/+318 |
| | | | | | | | | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user. | |||
| * | make libotr messages associated with a user appear from that nick | unknown | 2011-10-01 | -1/+9 |
| | | ||||
| * | factor making a message appear from a specific nick out of bee_irc_user_msg | unknown | 2011-10-01 | -14/+22 |
| | | ||||
| * | don't put color code before leading /me when coloring otr messages | unknown | 2011-09-30 | -14/+26 |
| | | ||||
| * | nix html-escaping in otr plugin | unknown | 2011-09-21 | -7/+12 |
| | | ||||
* | | Clearer error msg when trying to add an existing OSCAR contact. Bug #828. | Wilmer van der Gaast | 2011-10-19 | -0/+4 |
| | | ||||
* | | Drop the on-disk IPC socket by default. Nothing uses it. If one really wants | Wilmer van der Gaast | 2011-10-19 | -2/+4 |
| | | | | | | | | | | it, it can be restored using the --ipcsocket= configure option. | |||
* | | changeset:devel,814 was silly and incomplete. This should fix that. Full | Wilmer van der Gaast | 2011-10-19 | -0/+4 |
| | | | | | | | | | | workaround for Twitter "hang" problem. | |||
* | | Fixed "chan set" typos in help. (Bug #842) | Wilmer van der Gaast | 2011-10-19 | -3/+3 |
| | | ||||
* | | Stupid work-around for bug #838. The troublesome condition is known, I just | Wilmer van der Gaast | 2011-10-17 | -0/+8 |
| | | | | | | | | | | | | don't know exactly how BitlBee gets into it. Any more info from people who see this problem often would be useful. | |||
* | | Switch order of linker arguments for building otr.so which should fix the | Wilmer van der Gaast | 2011-10-17 | -1/+1 |
| | | | | | | | | | | | | plugin with new toolchain versions (affecting Ubuntu Oneiric and possibly others). | |||
* | | Added missing </para> tag to quickstart. Patch from walter+bitlbee@wjd.nu, | Wilmer van der Gaast | 2011-10-14 | -1/+3 |
|/ | | | | | bug #840. | |||
* | Fix #820, make Skype mod compile on NetBSD. | Wilmer van der Gaast | 2011-08-27 | -0/+1 |
| | | | | | | | (I haven't personally tested that the Skype module *works* after this nor have I received any reports that either confirm or deny this. This change just makes it *compile*.) | |||
* | Just reconstruct all retweets instead of just the ones marked as truncated. | Wilmer van der Gaast | 2011-08-27 | -5/+3 |
| | ||||
* | Since t.co is all over Twitter now, start parsing and showing entity | Wilmer van der Gaast | 2011-08-26 | -10/+35 |
| | | | | | | | | | | | | | information. I'm going for this way of rendering even though full URLs are also available to me because A) it puts me on the safe side wrt Twitter ToS and B) some full URLS may really be very long. Noticed some problem with truncated RT statuses not getting fixed but this seems to be unrelated. (This is a truncated RT status without the "truncated" property set.) Bug #821. | |||
* | Merging Twitter-mentions patch from meh. Bug #663. | Wilmer van der Gaast | 2011-08-25 | -71/+282 |
| | ||||
* | Quickstart update from pleia2. | Wilmer van der Gaast | 2011-08-17 | -43/+17 |
|\ | ||||
| * | Add notes about multi-channel support and tags to quickstart. | Elizabeth Krumbach | 2011-06-23 | -0/+8 |
| | | ||||
| * | Merge rename with add and remove in quickstart | Elizabeth Krumbach | 2011-06-23 | -43/+9 |
| | | ||||
* | | Document the new #id behaviour. It's not required, but good to have it | Wilmer van der Gaast | 2011-08-17 | -3/+3 |
| | | | | | | | | | | "documented" somewhere. It's non-ambiguous so certainly better. | |||
* | | Better cleanup of status IDs in Twitter commands. Stop using that silly | Wilmer van der Gaast | 2011-08-17 | -13/+20 |
| | | | | | | | | | | | | g_ascii_strtoull() everywhere. This should fix some accidental Tweet incidents. | |||
* | | To reduce ambiguity, allow using a # to specify Tweet ID's when doing retweets. | Wilmer van der Gaast | 2011-08-17 | -1/+5 |
|\ \ | | | | | | | | | | | | | Patch from Jasper Spaans. | |||
| * | | Make it easier to retweet by id. | Jasper Spaans | 2011-08-03 | -1/+5 |
|/ / | | | | | | | | | | | Currently, typing "rt 24" would retweet the last message from @24. This patch allows one to retweet the tweet with id 24 by typing "rt #24". | |||
* | | Merging OTR fixes from pesco. Fixes #690 and possibly others. | Wilmer van der Gaast | 2011-07-31 | -33/+72 |
|\ \ | ||||
| * | | report trust state in gone_secure/still_secure messages | Sven Moritz Hallberg | 2011-06-29 | -4/+8 |
| | | | ||||
| * | | treat OTR plaintext as HTML (setting otr_does_html) | Sven Moritz Hallberg | 2011-06-29 | -16/+37 |
| | | |