aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
Commit message (Expand)AuthorAgeLines
* Allow individual settings to be locked downDennis Kaarsemaker2016-03-23-0/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-26/+24
* 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
* Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-0/+4
* Be clearer about password settings being intentionally hidden (and notWilmer van der Gaast2010-11-21-0/+1
* Don't save the global "away" settings, leave that to the IRC /AWAY infoWilmer van der Gaast2010-11-21-0/+1
* Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-08-21-3/+6
* 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
| * Fixed account cleanup (use remove, not destroy) and now using user's accountWilmer van der Gaast2009-10-11-8/+8
| * Copy all the string/bool/int account settings with their defaults toWilmer van der Gaast2009-10-11-1/+1
* | buddy_sendbuffer should be renamed, since it has to work for users andWilmer van der Gaast2010-06-06-0/+1
|/
* 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
* Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-03-30-1/+0
* 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
* | 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
* Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-3/+33
* 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
* | Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-2/+2
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+52