Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -271/+267 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix whatsapp local contact lists | dequis | 2015-01-25 | -13/+1 |
| | | | | | | | | | Had to move the code that adds contacts to imcb_connected to avoid dereferencing a null im_connection. Turns out this kind of local contact lists only applies to renamed contacts, though. It doesn't deal with libpurple's blist.xml at all (it could, there are APIs for it since 2.6.0) | |||
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -4/+4 |
| | | | | | | | | | | | This fixes warnings about passing signed chars to them (apparently they are implemented as macros that do array lookups without checks in some platforms, yay) Specifically: functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper sed -ir "s/$functions/g_ascii_&/g" **/*.c | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | Gadugadu local contact storage (ticket #917) | dequis | 2014-07-24 | -0/+26 |
| | | | | Patch originally by MichaĆ Siejak, adapted for 3.2.1 | |||
* | Allow use of "ac x set -del password" to use /oper to change the password | Wilmer van der Gaast | 2014-02-28 | -4/+12 |
| | | | | | "securely". Patch from Flexo, bug #1117. | |||
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -5/+5 |
|\ | | | | | | | | | | | XML-formatted user configs from disk I/O so we can try to start using other mechanisms to store them (a REST API or something, for example). | |||
| * | s/ACC_SET_NOSAVE/SET_NOSAVE/. | Wilmer van der Gaast | 2012-06-07 | -5/+5 |
| | | ||||
* | | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | | Don't set up the account_on_timeout() timer if *_login() called | Wilmer van der Gaast | 2013-01-13 | -3/+6 |
| | | | | | | | | | | | | | | imcb_connected() immediately. It's an unusual thing to do since normally there's a bunch of I/O that needs to happen first, but some plugins would like to do this. | |||
* | | Allow "set -del password". #984 | Wilmer van der Gaast | 2012-08-19 | -12/+8 |
|/ | ||||
* | 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. | |||
* | Extra NULL-check because it *is* possible that prpl->login returns without | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
| | | | | | even trying to log in. | |||
* | Time out if logging in takes too long (2m for now). Except for Twitter | Wilmer van der Gaast | 2010-11-21 | -0/+15 |
| | | | | | | OAuth login, which requires user action. This mostly solves problems with OSCAR login silently failing, but may also be useful in other places. | |||
* | Allow including account tags in nicknames, and be a bit more clever about | Wilmer van der Gaast | 2010-07-28 | -6/+21 |
| | | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook). | |||
* | Use the account tag in a few places and store it in the XML file as an | Wilmer van der Gaast | 2010-07-24 | -0/+1 |
| | | | | | attribute, not as a setting (since all accounts have it anyway). | |||
* | Adding account tags as a way to 100% uniquely identify an account. | Wilmer van der Gaast | 2010-07-24 | -1/+49 |
| | | | | | | protocol(screenname) doesn't do this and is a little bit long. These will be used for nick_format and XML storage. | |||
* | Automatically convert nick_source settings to their nick_convert equivalent. | Wilmer van der Gaast | 2010-07-13 | -1/+19 |
| | ||||
* | Reformat nicks whenever fullname/nick/group changes (but at least for now | Wilmer van der Gaast | 2010-07-13 | -0/+1 |
| | | | | | still only for offline users). | |||
* | First version of the nick_format setting. | Wilmer van der Gaast | 2010-07-12 | -0/+2 |
| | ||||
* | Import chatrooms configured in older BitlBee versions. Settings are currently | Wilmer van der Gaast | 2010-06-27 | -1/+0 |
| | | | | | | ignored though. Also removing the old chat.[ch] files since they're really not important anymore. | |||
* | Cleaned lots of compiler warnings so I can get some signal again. | Wilmer van der Gaast | 2010-04-01 | -1/+0 |
| | ||||
* | nogaim.c is close to doing something useful again without speaking any IRC | Wilmer van der Gaast | 2010-03-31 | -17/+19 |
| | | | | | itself. | |||
* | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -0/+359 |
untying the IRC and the core parts a little bit. Lots of work left to do. |