aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
Commit message (Collapse)AuthorAgeLines
* Allow individual settings to be locked downDennis Kaarsemaker2016-03-23-0/+1
| | | | | | This allows a site admin who pregenerates configs to mark certain settings as untouchable, ensuring that users cannot mess up their settings too badly.
* Reindent everything to K&R style with tabsIndent2015-02-20-26/+24
| | | | | | | 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 incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* s/ACC_SET_NOSAVE/SET_NOSAVE/.Wilmer van der Gaast2012-06-07-5/+5
|
* Make it easier to add OAuth-authenticated accounts without having to typeWilmer van der Gaast2011-12-21-1/+3
| | | | | a bogus password.
* Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-0/+4
| | | | | | | hidden-default settings, which means a setting is hidden unless it was changed from the default. This seems like appropriate behaviour for something as obscure as this.
* Be clearer about password settings being intentionally hidden (and notWilmer van der Gaast2010-11-21-0/+1
| | | | | really empty). Bug #657 and confusing BitlBee users since probably 2002.
* Don't save the global "away" settings, leave that to the IRC /AWAY infoWilmer van der Gaast2010-11-21-0/+1
| | | | | | coming from the IRC client. Also, hide it from the settings list, it doesn't belong there.
* Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-08-21-3/+6
| | | | | | | | | | 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
* Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-7/+4
|
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-9/+13
|\
| * Added set_eval_list which I will need for the Purple module now to make QQWilmer van der Gaast2010-03-12-0/+4
| | | | | | | | | | (and others) work.
| * Fixed account cleanup (use remove, not destroy) and now using user's accountWilmer van der Gaast2009-10-11-8/+8
| | | | | | | | | | settings.
| * Copy all the string/bool/int account settings with their defaults toWilmer van der Gaast2009-10-11-1/+1
| | | | | | | | | | "account set". They can be changed, but changes don't yet have any effect.
* | buddy_sendbuffer should be renamed, since it has to work for users andWilmer van der Gaast2010-06-06-0/+1
|/ | | | | | chats. For smooth transitions, add an old_key attribute to settings which can be used as a (temporary) alias.
* Clearer feedback after set/account set commands.Wilmer van der Gaast2008-08-24-1/+1
|
* Added SET_INVALID, which set evaluators should now return instead of NULLWilmer van der Gaast2008-08-24-2/+6
| | | | | | | when the given value is not accepted. This to allow certain variables actually be set to NULL (server, for example). This should fully close #444.
* Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-03-30-1/+0
| | | | | | | | used for every line sent and received, so now there's no need to use g_iconv_open() every time a message comes in/out. Also, fixed a small memory leak that was there for a long time but somehow never caught my attention.
* Added (account) set -del.Wilmer van der Gaast2007-11-17-0/+1
|
* Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+7
|\
| * Add tests for setJelmer Vernooij2007-01-21-0/+2
| |
| * Add tests for set_url(). Fixed a bug where the default port wasn't Jelmer Vernooij2006-12-24-0/+5
| | | | | | | | | | set when socks5 was used.
* | Removed boolean code from set_getint() and added bits of help to set.h.Wilmer van der Gaast2007-02-26-5/+9
|/
* Added message on successful creation of accounts and fixed "set password"Wilmer van der Gaast2006-08-25-2/+4
| | | | | command.
* Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-3/+33
| | | | | set_getint().
* Fixed check in set_eval_account() and merging from main (better NAMES replies).Wilmer van der Gaast2006-07-01-0/+1
|\
* | Added "account set" command.Wilmer van der Gaast2006-07-01-1/+3
| |
* | Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-17/+19
| | | | | | | | | | but can be used for account_t structures too, for example.
* | Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-2/+2
|/ | | | | moved set_eval_ops() to a slightly more suitable place.
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+52