Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | fix a segfault when otr-coloring /me messages | unknown | 2014-02-11 | -1/+2 | |
| | | |||||
* | | Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. | Wilmer van der Gaast | 2014-02-13 | -108/+396 | |
|/ | | | | | | Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the use of the function pow() since the lib now does its own number parsing... | ||||
* | Fix "Unusuable" typo. | Wilmer van der Gaast | 2014-02-08 | -1/+1 | |
| | |||||
* | close otr connections on quit, add 'otr disconnect *' command | unknown | 2014-02-07 | -28/+49 | |
| | |||||
* | Merging OTR fixes from pesco. | Wilmer van der Gaast | 2014-02-06 | -19/+16 | |
|\ | |||||
| * | use OTRL_INSTAG_BEST instead of _RECENT to work around a segfault in libotr | unknown | 2014-02-02 | -2/+5 | |
| | | |||||
| * | work around libotr 4 not sending outgoing plaintext messages | unknown | 2014-02-02 | -18/+12 | |
|/ | |||||
* | Merging fix from Flexo for #1109. | Wilmer van der Gaast | 2014-01-20 | -4/+11 | |
| | |||||
* | Fix building of debug binaries (partially broken by changeset:devel,253). | Wilmer van der Gaast | 2013-12-20 | -2/+1 | |
| | |||||
* | 3.2.1-1 Debian package.3.2.1-13.2.1+otr4-1 | Wilmer van der Gaast | 2013-12-19 | -4/+33 | |
| | |||||
* | Update debian/changelog for 3.2.1. | Wilmer van der Gaast | 2013-12-07 | -0/+6 | |
| | |||||
* | Ugly: Bogus dependency on libotr2-dev, but adding a warning to the configure | Wilmer van der Gaast | 2013-12-07 | -1/+7 | |
| | | | | | | | | | script that this actually won't work. This because I can't figure out how to make a source dependency conditional on whether a certain binary packages is going to be built. It's kind of okay since libotr2-dev is unavailable on new systems anyway. | ||||
* | Exchange libotr 2.x compatibility for libotr 3.x compatibility, because that's | Wilmer van der Gaast | 2013-12-05 | -268/+392 | |
|\ | | | | | | | | | how annoying the libotr authors apparently want to be. | ||||
| * | merge upstream | unknown | 2013-11-11 | -1/+4 | |
| |\ | |||||
| * | | log OTR heartbeats if set verbose | unknown | 2013-08-03 | -1/+13 | |
| | | | |||||
| * | | cleanup and docs | unknown | 2013-08-03 | -5/+12 | |
| | | | |||||
| * | | persist instags (also works around "malformed message" bug) | unknown | 2013-08-03 | -1/+25 | |
| | | | |||||
| * | | do 'otr connect' with the proper query message (generated by libotr) | unknown | 2013-08-02 | -1/+3 | |
| | | | |||||
| * | | timer cleanup and "other instance" error message | unknown | 2013-08-02 | -2/+11 | |
| | | | |||||
| * | | some more instag updates | unknown | 2013-08-02 | -6/+11 | |
| | | | |||||
| * | | use INSTAG_RECENT for outgoing messages | unknown | 2013-08-02 | -1/+3 | |
| | | | |||||
| * | | better workaround for libotr's NULL opdata bug | unknown | 2013-08-02 | -6/+13 | |
| | | | |||||
| * | | regularly call otrl_message_poll | unknown | 2013-08-02 | -1/+18 | |
| | | | |||||
| * | | implement otr_error_message callback | unknown | 2013-08-02 | -2/+22 | |
| | | | |||||
| * | | work around libotr bugs | unknown | 2013-08-02 | -5/+10 | |
| | | | |||||
| * | | implement handle_msg_event | unknown | 2013-08-01 | -35/+102 | |
| | | | |||||
| * | | update smp event handling | unknown | 2013-08-01 | -137/+72 | |
| | | | |||||
| * | | move html coding and coloring into convert callback | unknown | 2013-08-01 | -83/+78 | |
| | | | |||||
| * | | make otr compile with libotr 4.0.0, minimal functionality | Sven M. Hallberg | 2013-08-01 | -34/+51 | |
| | | | |||||
* | | | Fix BITLBEE_VERSION_CODE which I stupidly forgot to update for the 3.2.1 | Wilmer van der Gaast | 2013-12-05 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release. Too bad r1000 for BitlBee is going to be this boring. :-( Flexo in #bitlbee suggested an ASCII cake for r1000, I'll go for this instead: {{{ + o + o + o + + o + o + + + + o o + o -_-_-_-_-_-_-_,------, o _-_-_-_-_-_-_-| /\_/\ -_-_-_-_-_-_-~|__( ^ .^) + + _-_-_-_-_-_-_-"" "" + o o + o + + o o o o + o + + + o o + }}} http://evilzone.org/creative-arts/nyan-cat-ascii/ | ||||
* | | | 3.2.1. About time, since Twitter have already deprecated HTTP/1.0 earlier3.2.1 | Wilmer van der Gaast | 2013-11-27 | -1/+12 | |
| |/ |/| | | | | | | | this month. :-( | ||||
* | | Don't save the "type" channel setting, it's an XML attribute already. This | Wilmer van der Gaast | 2013-10-14 | -1/+4 | |
|/ | | | | | | fix is ugly as it's putting a detail relevant to XML storage elsewhere in the code. But I don't think we should have any other storage formats anyway. | ||||
* | Update to deal with a not-so-recent regression in the Twitter URL lenghtening | Wilmer van der Gaast | 2013-07-13 | -2/+3 | |
| | | | | | | | | | service. https://dev.twitter.com/blog/upcoming-tco-changes #1077 Seriously guys, stop being so obnoxious. This t.co garbage lengthens pretty much everything (that looks like a) URL at this point. Stop counting it towards the 140-char limit. | ||||
* | Use account tag instead of protocol/network name for generating hostmasks. | Wilmer van der Gaast | 2013-07-01 | -1/+11 | |
| | |||||
* | Reformat MOTD a little bit. #1056 | Wilmer van der Gaast | 2013-05-25 | -3/+1 | |
| | |||||
* | #1067: Restore nickname truncation. | Wilmer van der Gaast | 2013-06-22 | -2/+18 | |
| | |||||
* | Fix cleanup failure on Twitter timeouts. | Wilmer van der Gaast | 2013-06-16 | -7/+8 | |
| | |||||
* | Merging utf8-nicks branch. This adds a utf8_nicks setting which removes the | Wilmer van der Gaast | 2013-06-16 | -114/+168 | |
|\ | | | | | | | | | ASCII restriction on contact nicknames. Use at your own risk! | ||||
| * | Documentation for utf8_nicks setting. | Wilmer van der Gaast | 2013-04-23 | -0/+14 | |
| | | |||||
| * | Simple (and possibly still fragile) support for UTF-8 nicknames. | Wilmer van der Gaast | 2013-04-23 | -81/+123 | |
| | | |||||
| * | Add irc_t* argument to all relevant nick_*() functions. | Wilmer van der Gaast | 2013-04-20 | -35/+32 | |
| | | |||||
* | | Merging HTTP/1.1 branch. This implements HTTP/1.1 support in http_client. | Wilmer van der Gaast | 2013-06-16 | -75/+195 | |
|\ \ | | | | | | | | | | | | | | | | | | | Little benefit as I'm not burning my fingers on keepalive connecitons for now, but eventually the Twitter streaming API is going to drop 1.0 support: https://dev.twitter.com/blog/deprecating-http-1.0-streaming-api | ||||
| * | | Use HTTP/1.1 by default in the Twitter module, and stick to the initially | Wilmer van der Gaast | 2013-06-16 | -4/+16 | |
| | | | | | | | | | | | | | | | used protocol version when internally handling redirects. | ||||
| * | | Turn off fetch_mentions by default for identi.ca connections since it's no | Wilmer van der Gaast | 2013-06-16 | -1/+4 | |
| | | | | | | | | | | | | | | | longer working. (Not compatible with Twitter API 1.1 from what I can see?) | ||||
| * | | Add better handling of HTTP/1.1 and/or keepalive connections. This should | Wilmer van der Gaast | 2013-06-09 | -71/+171 | |
|/ / | | | | | | | | | | | let me close #641, and more importantly, prepares the Twitter module for an upcoming API change. https://dev.twitter.com/blog/deprecating-http-1.0-streaming-api | ||||
* | | Define _GNU_SOURCE via the command line instead of bitlbee.h (which doesn't | Wilmer van der Gaast | 2013-06-02 | -1/+1 | |
| | | | | | | | | | | get included everywhere). Debian #703550. | ||||
* | | NULL initialisation, fixes crash on trying to load configs from inaccessible | Wilmer van der Gaast | 2013-06-01 | -1/+1 | |
| | | | | | | | | | | file. | ||||
* | | Emit a warning when the user wants to do OAuth with a non-Twitter/identi.ca | Wilmer van der Gaast | 2013-06-01 | -2/+8 | |
| | | | | | | | | | | service, and string handling fix when pretending to do this anyway. | ||||
* | | Fix double free() in ssl_nss.c. #1038 | Wilmer van der Gaast | 2013-05-25 | -2/+2 | |
| | | |||||
* | | Fix OAuth2 error reporting. | Wilmer van der Gaast | 2013-05-25 | -21/+65 | |
| | |