aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeLines
* Restore MSN password truncation code. MSN still can't handle passwordsWilmer van der Gaast2010-10-01-1/+3
| | | | | longer than 16 chars and silently fails if you give >16chars.
* Merging msnp13 branch which, confusingly, upgrades the msn module to useWilmer van der Gaast2010-10-01-0/+5
|\ | | | | | | | | | | | | | | | | | | | | MSNP15. (The reason for this is that A) IMHO MSNP13 is what causes most of the pain in this upgade and B) I initially intended to only implement MSNP13 but then discovered MS doesn't support it anymore.) This fixes issues with display names being forgotten, adding contacts (and them automatically getting blocked sometimes!!), and adds support for away/status messages and some support for sending offline messages.
| * Mainline merge.Wilmer van der Gaast2010-09-05-6/+48
| |\
| * \ Merging minor mainline changes.Wilmer van der Gaast2010-08-27-8/+8
| |\ \
| * \ \ Merge mainline.Wilmer van der Gaast2010-08-21-0/+53
| |\ \ \
| * | | | Some general cleanup, plus fixing a bug in the memberlist parsing code:Wilmer van der Gaast2010-08-21-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the lists can come in in any order, so parse it *completely* before showing auth requests.
* | | | | Some doc fixes, removing a % that was never supposed to be at the end ofWilmer van der Gaast2010-09-10-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | the default MOTD.
* | | | | Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-1/+34
| |_|_|/ |/| | | | | | | | | | | | | | | into the executable.
* | | | Slightly better documentation of control channels and groups.Wilmer van der Gaast2010-09-05-1/+39
| | | |
* | | | Due to popular demand, now using mode=chat by default.Wilmer van der Gaast2010-08-30-5/+9
| |_|/ |/| |
* | | The "transfers" command was renamed to "transfer" but this wasn't reflectedWilmer van der Gaast2010-08-25-8/+8
| |/ |/| | | | | | | in the docs so far.
* | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobileWilmer van der Gaast2010-08-21-0/+11
| | | | | | | | | | people as away=Mobile. Bug #462 (and others for other protocols).
* | Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-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 Gaast2010-08-14-2/+2
| | | | | in the current channel.
* Add a few more commands (including RT) and the ability to send replies.Wilmer van der Gaast2010-08-08-0/+40
| | | | | | That's it for now, this is already not very pretty, but just offers the bare basic functionality.
* Alright, let's try a dev snapshot.1.3devWilmer van der Gaast2010-08-06-5/+15
|
* Show a friendly warning message when running in inetd mode on the commandWilmer van der Gaast2010-07-29-23/+25
| | | | | | | line (if stdin is a TTY). This hopefully answers a FAQ. Also moved stuff around in README a little bit, daemon mode should be described before obsolete inetd stuff.
* Allow including account tags in nicknames, and be a bit more clever aboutWilmer van der Gaast2010-07-28-0/+1
| | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook).
* Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-1/+126
|
* Account tag documentation update.Wilmer van der Gaast2010-07-24-4/+16
|
* 1.3dev changelog. Should release that soon, sticking a version# on it makesWilmer van der Gaast2010-07-21-0/+47
| | | | | more people use it.
* Adding easy migration from old show_offline/away_devoice settings, andWilmer van der Gaast2010-07-19-0/+30
| | | | | documentation.
* Automatically operate on the current channel if just using "channel set".Wilmer van der Gaast2010-07-18-5/+5
|
* Doc update for the previous change.Wilmer van der Gaast2010-07-18-14/+11
|
* Although linebreaks are allowed in the .xml files, new lines should neverWilmer van der Gaast2010-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 variableWilmer van der Gaast2010-07-17-3/+22
| | | | | to a certain length.
* Merging mainline.Wilmer van der Gaast2010-07-17-0/+37
|\
| * Ready for BitlBee 1.2.8.1.2.8Wilmer van der Gaast2010-07-04-0/+19
| |
| * Document the base_url setting (for using other Twitter API services).Wilmer van der Gaast2010-07-04-0/+18
| |
* | Document this complex new beast.Wilmer van der Gaast2010-07-13-1/+64
| |
* | Added allow_takeover setting for people who don't like this new functionality.Wilmer van der Gaast2010-07-11-0/+10
| |
* | When addressing people in a chatroom, try to translate the nickname to theWilmer van der Gaast2010-07-05-0/+14
| | | | | | | | | | original unstripped version (without ugly underscores, also).
* | Documentation update. I think this covers most of the channel-related ui-fixWilmer van der Gaast2010-07-04-7/+153
| | | | | | | | | | changes.
* | Changed account set (and other account commands) syntax. Instead ofWilmer van der Gaast2010-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 Gaast2010-06-24-0/+14
|\|
| * Added user_agent setting to Jabber accounts so people can get aroundWilmer van der Gaast2010-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 Gaast2010-06-14-33/+33
| |
* | Small doc update on multi-channel stuff. The "channel" command is notWilmer van der Gaast2010-06-13-0/+47
| | | | | | | | | | documented yet.
* | Added away_reply_timeout setting so BitlBee will suppress away messages sentWilmer van der Gaast2010-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 Gaast2010-06-07-3/+10
|\ \
| * | Merging mainline.Wilmer van der Gaast2010-06-06-6/+19
| |\|
| * | install-* targets should also work now. Let's see how this works out in a deb.Wilmer van der Gaast2010-05-25-3/+3
| | |
| * | Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-0/+7
| | | | | | | | | | | | | | | | | | 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 Gaast2010-05-16-0/+48
| |\ \
| * \ \ Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-3/+122
| |\ \ \
* | | | | Complete (hopefully) fix for nickname changes: Add flags to the identifyWilmer van der Gaast2010-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 Gaast2010-06-06-1/+1
| | | | |
* | | | | Merging head.Wilmer van der Gaast2010-06-01-6/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed documented default for ignore_auth_requests setting.Wilmer van der Gaast2010-05-23-1/+1
| | | | |
| * | | | Minor doc update.Wilmer van der Gaast2010-05-19-5/+4
| | | | |