Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Time to release 3.0.1, fixing some problematic 3.0 bugs.3.0.1 | Wilmer van der Gaast | 2010-11-24 | -1/+3 |
| | ||||
* | Some polishing/documentation for the "account add" without password hack. | Wilmer van der Gaast | 2010-11-24 | -6/+10 |
| | ||||
* | Preparing for 3.0.1, which will probably come soon. | Wilmer van der Gaast | 2010-11-21 | -1/+17 |
| | ||||
* | Fixed two doc/string typos. | Wilmer van der Gaast | 2010-11-19 | -1/+1 |
| | ||||
* | Escape hyphens in manpage | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -11/+11 |
| | ||||
* | There. BitlBee 3.0, it was about time. :-) | Wilmer van der Gaast | 2010-10-22 | -2/+30 |
| | ||||
* | Fixed nick_format2 typo in help. (Bug #684) | Wilmer van der Gaast | 2010-10-21 | -1/+1 |
| | ||||
* | Merging smpq fix from pesco. | Wilmer van der Gaast | 2010-10-06 | -2/+14 |
|\ | ||||
| * | q&a-style smp only affects trust on the asking side | Sven Moritz Hallberg | 2010-10-04 | -2/+14 |
| | | ||||
* | | At least for now, only enable OTR if the user specifically asks for it. | Wilmer van der Gaast | 2010-10-02 | -3/+4 |
| | | | | | | | | | | | | Distros can now ship a bitlbee-plugin-otr package (that should work with both bitlbee and bitlbee-libpurple). | |||
* | | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -29/+110 |
|\ \ | |/ |/| | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | |||
| * | Restore MSN password truncation code. MSN still can't handle passwords | Wilmer van der Gaast | 2010-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 use | Wilmer van der Gaast | 2010-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 Gaast | 2010-09-05 | -6/+48 |
| | |\ | ||||
| | * \ | Merging minor mainline changes. | Wilmer van der Gaast | 2010-08-27 | -8/+8 |
| | |\ \ | ||||
| | * \ \ | Merge mainline. | Wilmer van der Gaast | 2010-08-21 | -0/+53 |
| | |\ \ \ | ||||
| | * | | | | Some general cleanup, plus fixing a bug in the memberlist parsing code: | Wilmer van der Gaast | 2010-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 of | Wilmer van der Gaast | 2010-09-10 | -27/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default MOTD. | |||
| * | | | | | Move whatsnew stuff into help.txt. Stop putting too much string content | Wilmer van der Gaast | 2010-09-06 | -1/+34 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | into the executable. | |||
| * | | | | Slightly better documentation of control channels and groups. | Wilmer van der Gaast | 2010-09-05 | -1/+39 |
| | | | | | ||||
* | | | | | Merging some fixes from pesco. Adds support for the SMP flavour used by Pidgin | Wilmer van der Gaast | 2010-09-29 | -1/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | (otr smpq). | |||
| * | | | | | help entry for 'otr smpq' | Sven Moritz Hallberg | 2010-09-19 | -0/+17 |
|/ / / / / | ||||
* | | | | | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -13/+17 |
|\| | | | | ||||
| * | | | | Due to popular demand, now using mode=chat by default. | Wilmer van der Gaast | 2010-08-30 | -5/+9 |
| | |_|/ | |/| | | ||||
| * | | | The "transfers" command was renamed to "transfer" but this wasn't reflected | Wilmer van der Gaast | 2010-08-25 | -8/+8 |
| | |/ | |/| | | | | | | | | | | in the docs so far. | |||
* | | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -2/+179 |
|\ \ \ | |/ / |/| | | | | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | | merge with upstraem bitlbee 1.2.8 | Sven Moritz Hallberg | 2010-07-11 | -1/+51 |
| |\ \ | ||||
| * \ \ | merge in bitlbee head | Sven Moritz Hallberg | 2010-06-04 | -6/+5 |
| |\ \ \ | ||||
| * \ \ \ | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -7/+78 |
| |\ \ \ \ | ||||
| * \ \ \ \ | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -3/+133 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -11/+98 |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -0/+21 |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -35/+113 |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -3/+28 |
| | | | | | | | | | | ||||
| * | | | | | | | | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -93/+119 |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | put 'otr forget key' back in, which now works | Sven Moritz Hallberg | 2008-02-17 | -1/+14 |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | remove (broken) 'otr forget key' command again | Sven Moritz Hallberg | 2008-02-16 | -14/+1 |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | update settings documentation | Sven Moritz Hallberg | 2008-02-12 | -5/+83 |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | document otr commands | Sven Moritz Hallberg | 2008-02-12 | -0/+149 |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | add a blurb about OTR to the README | Sven Moritz Hallberg | 2008-02-12 | -2/+6 |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobile | Wilmer van der Gaast | 2010-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 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. | |||
* | | | | | | | | | | Alright, let's try a dev snapshot.1.3dev | Wilmer van der Gaast | 2010-08-06 | -5/+15 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Show a friendly warning message when running in inetd mode on the command | Wilmer van der Gaast | 2010-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 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/+126 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Account tag documentation update. | Wilmer van der Gaast | 2010-07-24 | -4/+16 |
| | | | | | | | | | | ||||
* | | | | | | | | | | 1.3dev changelog. Should release that soon, sticking a version# on it makes | Wilmer van der Gaast | 2010-07-21 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more people use it. |