Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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.) | ||||
* | | | | | | | Always show root's greeting inside the control channel. | Wilmer van der Gaast | 2010-04-12 | -0/+8 | |
| | | | | | | | |||||
* | | | | | | | Fixed cleanup issues when turning off an account. Also fixed syntax of | Wilmer van der Gaast | 2010-04-12 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *_user_free(). | ||||
* | | | | | | | Restore the storage module. | Wilmer van der Gaast | 2010-04-10 | -0/+13 | |
| | | | | | | | |||||
* | | | | | | | Cleaned lots of compiler warnings so I can get some signal again. | Wilmer van der Gaast | 2010-04-01 | -0/+1 | |
| | | | | | | | |||||
* | | | | | | | Restored "account" root command and restored enough stuff to be able to | Wilmer van der Gaast | 2010-03-31 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files. | ||||
* | | | | | | | Restored server-initiated PINGs. | Wilmer van der Gaast | 2010-03-27 | -2/+39 | |
| | | | | | | | |||||
* | | | | | | | irc_usermsg() works a little bit again. Have to figure out how and where | Wilmer van der Gaast | 2010-03-27 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to restore multiline support though. | ||||
* | | | | | | | Added privmsg handlers to users/channels. root commands are coming back. | Wilmer van der Gaast | 2010-03-27 | -0/+3 | |
| | | | | | | | |||||
* | | | | | | | Mode stuff. Also disallow unsetting +R umode which was possible so far | Wilmer van der Gaast | 2010-03-27 | -5/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and shouldn't be). | ||||
* | | | | | | | Topic handling changes. | Wilmer van der Gaast | 2010-03-27 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -2/+1 | |
| | | | | | | | |||||
* | | | | | | | Collect that garbage. | Wilmer van der Gaast | 2010-03-26 | -0/+5 | |
| | | | | | | | |||||
* | | | | | | | Simple IRC channel interface, use it to represent the control channel. | Wilmer van der Gaast | 2010-03-26 | -0/+32 | |
| | | | | | | | |||||
* | | | | | | | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | far. | ||||
* | | | | | | | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -848/+121 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | ||||
* | | | | | | Now seems like a pretty good time to finally kill crypting.c and storage_text. | Wilmer van der Gaast | 2010-03-24 | -1/+0 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem. | ||||
* | | | | | Merging in file transfer support. Most important points from my review | Wilmer van der Gaast | 2010-03-21 | -1/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | are fixed now, time to let it settle in and get people to try it. | ||||
| * | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -1/+24 | |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -33/+41 | |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;) | ulim | 2008-08-10 | -1/+1 | |
| |\ \ \ \ | |||||
| * \ \ \ \ | merged in upstream r410. | ulim | 2008-08-04 | -1/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only conflict was the correction of jabber normalization which I had already done. |