| Commit message (Expand) | Author | Age | Lines |
* | Move `handle_settings` before `xt_handle`. | Fangrui Song | 2017-04-16 | -2/+2 |
* | Manual merge with wilmer's approach to handling missing protocols | dequis | 2016-11-21 | -15/+38 |
* | Improve handling of unknown protocols / missing plugins | dequis | 2016-11-19 | -6/+15 |
* | Fix use of un-initialized value | Marius Halden | 2016-03-26 | -1/+1 |
* | Authentication: scaffolding for multiple authentication backends | Dennis Kaarsemaker | 2016-03-25 | -62/+74 |
* | Allow individual settings to be locked down | Dennis Kaarsemaker | 2016-03-23 | -0/+11 |
* | Support for locked-down accounts | Dennis Kaarsemaker | 2016-03-23 | -1/+8 |
* | Fix a bunch of memory leaks | dequis | 2015-03-22 | -0/+2 |
* | Various user experience/error reporting improvements | dequis | 2015-03-10 | -4/+11 |
* | storage_xml: replace hackish code with a GHashTableIter | dequis | 2015-02-22 | -20/+9 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -238/+245 |
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
* | Gadugadu local contact storage (ticket #917) | dequis | 2014-07-24 | -1/+6 |
* | Merging utf8-nicks branch. This adds a utf8_nicks setting which removes the | Wilmer van der Gaast | 2013-06-16 | -3/+3 |
|\ |
|
| * | Add irc_t* argument to all relevant nick_*() functions. | Wilmer van der Gaast | 2013-04-20 | -3/+3 |
* | | NULL initialisation, fixes crash on trying to load configs from inaccessible | Wilmer van der Gaast | 2013-06-01 | -1/+1 |
|/ |
|
* | Const is hard, let's go hacking. | Wilmer van der Gaast | 2013-04-20 | -1/+1 |
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -418/+236 |
|\ |
|
| * | Add xml_generate_settings(), little less code duplication. | Wilmer van der Gaast | 2012-06-07 | -23/+18 |
| * | s/ACC_SET_NOSAVE/SET_NOSAVE/. | Wilmer van der Gaast | 2012-06-07 | -1/+1 |
| * | Fixed some small leaks, restored proper read buffer size. | Wilmer van der Gaast | 2012-06-05 | -12/+17 |
| * | Add xt_to_string_i() and use it to get indentation back in saved settings. | Wilmer van der Gaast | 2012-06-05 | -1/+1 |
| * | Small cleanup of xml_save(). | Wilmer van der Gaast | 2012-06-05 | -21/+24 |
| * | xml_load using xmltree. About half as much code as the old stuff. Likely a | Wilmer van der Gaast | 2012-06-05 | -314/+137 |
| * | Use xmltree to save user settings, in preparation for allowing other storage | Wilmer van der Gaast | 2012-06-04 | -75/+73 |
| * | Remove two hacks for some glib<2.14 versions that are no longer supported. | Wilmer van der Gaast | 2012-06-04 | -6/+0 |
|/ |
|
* | An empty password is still a password, don't refuse accounts for that. | Wilmer van der Gaast | 2011-12-24 | -1/+1 |
* | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -5/+5 |
* | Don't save the global "away" settings, leave that to the IRC /AWAY info | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
* | Allow changing the display_name, now permanently! | Wilmer van der Gaast | 2010-08-14 | -0/+10 |
* | Use the account tag in a few places and store it in the XML file as an | Wilmer van der Gaast | 2010-07-24 | -10/+8 |
* | Merging mainline. | Wilmer van der Gaast | 2010-07-17 | -2/+18 |
|\ |
|
| * | Skip unsupported tags in user configs. (This should make downgrades from | Wilmer van der Gaast | 2010-07-03 | -2/+18 |
* | | Use bee_user structs in all nick_* functions. Prepare for a nick_get() with | Wilmer van der Gaast | 2010-07-11 | -1/+1 |
* | | Also allow selecting contacts for a channel by protocol instead of account. | Wilmer van der Gaast | 2010-06-30 | -0/+4 |
* | | Mark nameless groupchat channels as temporary so they don't stick around | Wilmer van der Gaast | 2010-06-28 | -0/+3 |
* | | Save and load channels. Also fixing a bug in creating non-control channels | Wilmer van der Gaast | 2010-06-27 | -9/+47 |
* | | Import chatrooms configured in older BitlBee versions. Settings are currently | Wilmer van der Gaast | 2010-06-27 | -27/+24 |
* | | Merging memory leak fixes from devel, time to find the ui-fix-specific | Wilmer van der Gaast | 2010-06-08 | -3/+3 |
|\| |
|
| * | Use mkstemp() instead of just a tilde-file when writing new configs to a | Wilmer van der Gaast | 2010-06-06 | -3/+3 |
* | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -0/+1 |
|\| |
|
| * | fsync() the user configuration file before closing it. (Bug #559) | Wilmer van der Gaast | 2010-04-14 | -0/+1 |
* | | Restore the storage module. | Wilmer van der Gaast | 2010-04-10 | -8/+10 |
|/ |
|
* | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+1 |
* | Merging BitlBee 1.2.3 release. | Wilmer van der Gaast | 2008-09-07 | -15/+4 |
|\ |
|
| * | Really removing the gstdio.h include now to fully fix GLib 2.4 | Wilmer van der Gaast | 2008-09-07 | -1/+0 |
| * | Completely reviewed all uses of irc->password, irc_setpass() and | Wilmer van der Gaast | 2008-09-06 | -15/+4 |
* | | Support for saving the chatroom list. Also removed the hack that was used | Wilmer van der Gaast | 2008-08-30 | -2/+22 |
* | | Added support for loading chatroom data from user .xml files. | Wilmer van der Gaast | 2008-08-30 | -4/+33 |
|/ |
|
* | Now really fixing #429 by including unistd.h (which defines F_OK). | Wilmer van der Gaast | 2008-08-24 | -1/+4 |