Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | | | | Added some neat whatsnew code that keeps track of the newest version of | Wilmer van der Gaast | 2010-08-21 | -0/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitlBee used by a user, and if it looks like s/he hasn't used this one before, show a list of new features that may be interesting. Since I don't think im.bitlbee.org users will read any changelogs ever, this is probably not a bad idea. If you hate it, the following command should get rid of it forever: set last_version 9999999 | ||||
* | | | | | | | | | | blist should only show contacts that are (or would be if they were online) | Wilmer van der Gaast | 2010-08-14 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the current channel. | ||||
* | | | | | | | | | | Add a few more commands (including RT) and the ability to send replies. | Wilmer van der Gaast | 2010-08-08 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's it for now, this is already not very pretty, but just offers the bare basic functionality. | ||||
* | | | | | | | | | | Allow including account tags in nicknames, and be a bit more clever about | Wilmer van der Gaast | 2010-07-28 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook). | ||||
* | | | | | | | | | | Source documentation update, including a short HACKING file. | Wilmer van der Gaast | 2010-07-28 | -1/+1 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Account tag documentation update. | Wilmer van der Gaast | 2010-07-24 | -4/+16 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Adding easy migration from old show_offline/away_devoice settings, and | Wilmer van der Gaast | 2010-07-19 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation. | ||||
* | | | | | | | | | | Automatically operate on the current channel if just using "channel set". | Wilmer van der Gaast | 2010-07-18 | -5/+5 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Doc update for the previous change. | Wilmer van der Gaast | 2010-07-18 | -14/+11 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Although linebreaks are allowed in the .xml files, new lines should never | Wilmer van der Gaast | 2010-07-17 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | start with XML tags, since they won't show up as whitespace in help.txt. | ||||
* | | | | | | | | | | Making nick_format a tiny bit more complicated: Allow truncating a variable | Wilmer van der Gaast | 2010-07-17 | -3/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a certain length. | ||||
* | | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-07-17 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Document the base_url setting (for using other Twitter API services). | Wilmer van der Gaast | 2010-07-04 | -0/+18 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Document this complex new beast. | Wilmer van der Gaast | 2010-07-13 | -1/+64 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Added allow_takeover setting for people who don't like this new functionality. | Wilmer van der Gaast | 2010-07-11 | -0/+10 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | When addressing people in a chatroom, try to translate the nickname to the | Wilmer van der Gaast | 2010-07-05 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original unstripped version (without ugly underscores, also). | ||||
* | | | | | | | | | | Documentation update. I think this covers most of the channel-related ui-fix | Wilmer van der Gaast | 2010-07-04 | -7/+153 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes. | ||||
* | | | | | | | | | | Changed account set (and other account commands) syntax. Instead of | Wilmer van der Gaast | 2010-06-27 | -54/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "account set acc/key value" you now do "account acc set key value". So just the regular set syntax with a "account acc" prefix. The slash has been a source of confusion for long enough now. For consistency, commands like "account on acc" should now also be "account acc on" instead. Same for the new "channel" comand, of course. | ||||
* | | | | | | | | | | Merging a few revisions from mainline. | Wilmer van der Gaast | 2010-06-24 | -0/+14 | |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Added user_agent setting to Jabber accounts so people can get around | Wilmer van der Gaast | 2010-06-23 | -0/+14 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ridiculous user agent restrictions on certain Jabber servers. Obviously this is pretty simple to detect and break, but it works at least with Openfire. | ||||
* | | | | | | | | | s/buddy_sendbuffer/paste_buffer/ in the docs as well. | Wilmer van der Gaast | 2010-06-14 | -33/+33 | |
| | | | | | | | | | |||||
* | | | | | | | | | Small doc update on multi-channel stuff. The "channel" command is not | Wilmer van der Gaast | 2010-06-13 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documented yet. | ||||
* | | | | | | | | | Added away_reply_timeout setting so BitlBee will suppress away messages sent | Wilmer van der Gaast | 2010-06-11 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in response to PRIVMSG if one was sent recently - some IRC clients including irssi don't do this very well (when talking to >1 people who are away for example). | ||||
* | | | | | | | | | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-06-06 | -3/+3 | |
| |\| | | | | | | | | |||||
| * | | | | | | | | | install-* targets should also work now. Let's see how this works out in a deb. | Wilmer van der Gaast | 2010-05-25 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | ||||
| * | | | | | | | | | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -0/+48 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -2/+94 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
* | | | | | | | | | | Complete (hopefully) fix for nickname changes: Add flags to the identify | Wilmer van der Gaast | 2010-06-07 | -1/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to allow identifying without loading any new settings. With some documentation hints. | ||||
* | | | | | | | | | | Set handle_unknown to add_channel by default. | Wilmer van der Gaast | 2010-06-06 | -1/+1 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merging head. | Wilmer van der Gaast | 2010-06-01 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Fixed documented default for ignore_auth_requests setting. | Wilmer van der Gaast | 2010-05-23 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Minor doc update. | Wilmer van der Gaast | 2010-05-19 | -2/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merging mainline, mostly for chatroom fixes I implemented there. | Wilmer van der Gaast | 2010-05-09 | -0/+15 | |
|\| | | | | | | | | |||||
| * | | | | | | | | Check Tweet length on the BitlBee side already. | Wilmer van der Gaast | 2010-05-03 | -0/+15 | |
| | | | | | | | | | |||||
* | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-03 | -13/+74 | |
|\| | | | | | | | | |||||
| * | | | | | | | | Fixed show_offline documentation. (The default is off, not on.) | Wilmer van der Gaast | 2010-05-02 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | Applied show-offline patch from Florian E.J. Fruth, adapted for a few | Wilmer van der Gaast | 2010-05-02 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that happened since 1.2.4. | ||||
| * | | | | | | | | OAuth documentation update. | Wilmer van der Gaast | 2010-04-28 | -0/+23 | |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Help info for the switchboard_keepalives setting. | Wilmer van der Gaast | 2010-04-17 | -0/+18 | |
| | | | | | | | | |||||
| * | | | | | | | Added a meta-contact twitter_$username and replaced the "use_groupchat" | Wilmer van der Gaast | 2010-04-16 | -13/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting with a "mode" setting which also allows for a mode where everything just comes from the meta-contact. Tweets should now go to that user or to the channel (if available). Messages to others become DMs. | ||||
* | | | | | | | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -1/+65 | |
|\| | | | | | | | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Document the Twitter module. And fix the default for auto_reconnect while | Wilmer van der Gaast | 2010-04-08 | -1/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm at it. | ||||
| * | | | | | | Added display_timestamps setting in case some people may not really like them. | Wilmer van der Gaast | 2010-04-08 | -0/+10 | |
| | | | | | | | |||||
| * | | | | | | Show timestamps for offline messages. Including a timezone setting for | Wilmer van der Gaast | 2010-04-07 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people using servers outside their own timezone. | ||||
| * | | | | | | Added local_display_name setting for MSN accounts and some hopefully clever | Wilmer van der Gaast | 2010-03-29 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user. | ||||
* | | | | | | | Merging in file transfer support. Most important points from my review | Wilmer van der Gaast | 2010-03-21 | -0/+43 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | are fixed now, time to let it settle in and get people to try it. | ||||
| * | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -10/+61 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -35/+117 | |
| |\ \ \ \ \ \ |