Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Be clearer about password settings being intentionally hidden (and not | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
| | | | | | really empty). Bug #657 and confusing BitlBee users since probably 2002. | |||
* | Oops. Just in time I noticed the whatsnew code doesn't kick in for pre-1.33.0 | Wilmer van der Gaast | 2010-10-22 | -2/+1 |
| | | | | | accounts. Fixed now. | |||
* | Fixed Ping Timeout on connection takeover (bug #692). | Wilmer van der Gaast | 2010-10-21 | -1/+5 |
| | ||||
* | Stop calling nogaim_init() on every incoming connection (unless we're | Wilmer van der Gaast | 2010-10-16 | -0/+4 |
| | | | | | | using libpurple). This was leaking memory and indirectly caused the bug fixed by the previous revision. | |||
* | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -0/+1 |
|\ | | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | |||
| * | Move whatsnew stuff into help.txt. Stop putting too much string content | Wilmer van der Gaast | 2010-09-06 | -0/+1 |
| | | | | | | | | | | into the executable. | |||
* | | call storage_save before freeing plugins, avoids segfault in otr.c | Sven Moritz Hallberg | 2010-09-19 | -4/+4 |
| | | ||||
* | | Pluginify this thing a little bit. Not so much in the dynamically loadable | Wilmer van der Gaast | 2010-09-01 | -0/+23 |
|/ | | | | | sense of the word, more in a way that core files don't have to include otr.h. | |||
* | Although the backward compatibility stuff for show_offline and away_devoice | Wilmer van der Gaast | 2010-08-21 | -1/+3 |
| | | | | | | | was only meant to ease migration, people are now complaining that "set show_offline off" doesn't work. Make this work, but at the same time start hiding these two options to discourage people from using them. | |||
* | Added some neat whatsnew code that keeps track of the newest version of | Wilmer van der Gaast | 2010-08-21 | -0/+3 |
| | | | | | | | | | | 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 | |||
* | Set channel mode +C for control channels. | Wilmer van der Gaast | 2010-08-04 | -0/+2 |
| | ||||
* | Show a friendly warning message when running in inetd mode on the command | Wilmer van der Gaast | 2010-07-29 | -0/+6 |
| | | | | | | | 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. | |||
* | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -9/+8 |
| | | | | | the last_channel variable, like for any other user. | |||
* | Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM). | Wilmer van der Gaast | 2010-07-27 | -28/+17 |
| | ||||
* | Adding easy migration from old show_offline/away_devoice settings, and | Wilmer van der Gaast | 2010-07-19 | -10/+24 |
| | | | | | documentation. | |||
* | Added %nick and %group. They don't work yet since nick_gen() is only called | Wilmer van der Gaast | 2010-07-12 | -1/+1 |
| | | | | | once. | |||
* | First version of the nick_format setting. | Wilmer van der Gaast | 2010-07-12 | -0/+1 |
| | ||||
* | Added allow_takeover setting for people who don't like this new functionality. | Wilmer van der Gaast | 2010-07-11 | -1/+3 |
| | ||||
* | Cleanup. Move some code to a more appropriate location, and show the old | Wilmer van der Gaast | 2010-07-10 | -0/+79 |
| | | | | | connection a quit message instead of just breaking the connection. | |||
* | Added automatic joining of channels. Auto-rejoin functionality for | Wilmer van der Gaast | 2010-07-04 | -1/+2 |
| | | | | | groupchats not reimplemented yet but that's the next step. | |||
* | Show a user going offline as a QUIT, not as one or more PARTs, like in the | Wilmer van der Gaast | 2010-07-03 | -0/+1 |
| | | | | | | old-style BitlBee. This so that the IRC client will show the notification in query windows as well. Make it a setting though, for bug #539. | |||
* | Added away_reply_timeout setting so BitlBee will suppress away messages sent | Wilmer van der Gaast | 2010-06-11 | -0/+1 |
| | | | | | | | 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). | |||
* | Fixing hostname in "exiting" opermsgs. | Wilmer van der Gaast | 2010-06-10 | -2/+2 |
| | ||||
* | Restore "set root_nick" behaviour. All disabled set evaluators are back | Wilmer van der Gaast | 2010-06-07 | -1/+1 |
| | | | | | now. Getting *very* close to "feature parity" now! | |||
* | Restoring auto-identification using server password. | Wilmer van der Gaast | 2010-06-07 | -10/+10 |
| | ||||
* | Restore "ops" command completely, and set user op status *just* before | Wilmer van der Gaast | 2010-06-07 | -5/+1 |
| | | | | | s/he joins. | |||
* | Changing away_devoice will change current voice statuses in all channels. | Wilmer van der Gaast | 2010-06-07 | -1/+18 |
| | ||||
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -5/+7 |
|\ | ||||
| * | Merging killerbee. (The non-libpurple stuff currently doesn't compile.) | Wilmer van der Gaast | 2010-05-25 | -1/+0 |
| |\ | ||||
| * \ | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -0/+1 |
| |\ \ | ||||
| | * | | Applied show-offline patch from Florian E.J. Fruth, adapted for a few | Wilmer van der Gaast | 2010-05-02 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | changes that happened since 1.2.4. | |||
| * | | | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -3/+21 |
| |\| | | ||||
| * | | | Merging in killerbee stuff (just file transfers and maybe a few things from | Wilmer van der Gaast | 2010-03-21 | -1/+12 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee. | |||
| * \ \ \ | Merging head. Most changes are not so relevant because they're to IM | Wilmer van der Gaast | 2010-03-20 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | modules. | |||
| * \ \ \ \ | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -1/+1 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -0/+23 |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | Reshuffled initialization sequence a little bit. Most important change: | Wilmer van der Gaast | 2009-11-28 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nogaim_init() should be done after fork() to make ForkDaemon mode work again. Also, doing help_init() earlie makes "help purple" work. | |||
| * | | | | | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | | | | | | | | Fixed "set password" and "set auto_reconnect_delay". | Wilmer van der Gaast | 2010-06-07 | -0/+18 |
| | | | | | | | | ||||
* | | | | | | | | Set handle_unknown to add_channel by default. | Wilmer van der Gaast | 2010-06-06 | -2/+1 |
| | | | | | | | | ||||
* | | | | | | | | buddy_sendbuffer should be renamed, since it has to work for users and | Wilmer van der Gaast | 2010-06-06 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chats. For smooth transitions, add an old_key attribute to settings which can be used as a (temporary) alias. | |||
* | | | | | | | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in a GSList so that a default config fully compiles again. | |||
* | | | | | | | | Always show normal contacts in &bitlbee, not just the first channel in the | Wilmer van der Gaast | 2010-05-08 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list. | |||
* | | | | | | | | Restore away_devoice. | Wilmer van der Gaast | 2010-05-03 | -0/+4 |
| | | | | | | | | ||||
* | | | | | | | | Call bee_free() from irc_free() or daemon mode gets pretty sad. | Wilmer van der Gaast | 2010-04-14 | -6/+6 |
| | | | | | | | | ||||
* | | | | | | | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -5/+22 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | Fixed 2-byte memory leak in set_eval_charset(). | Wilmer van der Gaast | 2010-04-08 | -0/+5 |
| | | | | | | | | ||||
| * | | | | | | | Added display_timestamps setting in case some people may not really like them. | Wilmer van der Gaast | 2010-04-08 | -0/+1 |
| | | | | | | | | ||||
| * | | | | | | | Show timestamps for offline messages. Including a timezone setting for | Wilmer van der Gaast | 2010-04-07 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people using servers outside their own timezone. | |||
| * | | | | | | | Don't allow non-8-bit character sets like utf-16 which completely break the | Wilmer van der Gaast | 2010-04-07 | -3/+14 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IRC protocol. (Happened to at least two public server users by now and it renders the accounts useless without manual intervention.) |