Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -1/+1 |
|\ | ||||
| * | Clearer feedback after set/account set commands. | Wilmer van der Gaast | 2008-08-24 | -2/+4 |
| | | ||||
| * | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-08-24 | -4/+18 |
| | | | | | | | | | | | | | | 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. | |||
* | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -18/+37 |
| | | ||||
* | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -15/+0 |
|\| | ||||
| * | Changed charset handling: irc_t keeps two iconv structures, which are just | Wilmer van der Gaast | 2008-03-30 | -15/+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. | |||
| * | Fixed handling of "set charset none". Fixes bug #373. | Wilmer van der Gaast | 2008-03-21 | -1/+1 |
| | | ||||
* | | fix a bug in set_eval_mode_buddies | Sven Moritz Hallberg | 2008-02-13 | -0/+2 |
| | | ||||
* | | - add global policy setting | Sven Moritz Hallberg | 2008-02-12 | -0/+14 |
| | | | | | | | | | | - add copyright and author notices to otr.h and otr.c | |||
* | | Support halfops for 'notaway' status etc. | Sven Moritz Hallberg | 2008-02-10 | -0/+5 |
| | | ||||
* | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -13/+132 |
|/ | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | |||
* | Added (account) set -del. | Wilmer van der Gaast | 2007-11-17 | -0/+9 |
| | ||||
* | Removed boolean code from set_getint() and added bits of help to set.h. | Wilmer van der Gaast | 2007-02-26 | -3/+0 |
| | ||||
* | set_eval_int() was pretty broken... | Wilmer van der Gaast | 2006-10-22 | -2/+2 |
| | ||||
* | set_eval_int() now allows negative integers. | Wilmer van der Gaast | 2006-10-15 | -0/+4 |
| | ||||
* | Added message on successful creation of accounts and fixed "set password" | Wilmer van der Gaast | 2006-08-25 | -1/+1 |
| | | | | | command. | |||
* | Added "account set" command. | Wilmer van der Gaast | 2006-07-01 | -6/+12 |
| | ||||
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -65/+56 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Added random_bytes() function for better/more reliable randomization and | Wilmer van der Gaast | 2006-06-28 | -0/+14 |
| | | | | | moved set_eval_ops() to a slightly more suitable place. | |||
* | Fixed various memory leaks/other possible problems after code review. | Wilmer van der Gaast | 2006-05-15 | -1/+5 |
| | ||||
* | Updates copyright headers of files that were changed in 2005 too. | Wilmer van der Gaast | 2005-11-12 | -1/+1 |
| | | | | | (IOW, needed to change something to test the post-rsync hook. ;-)) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+221 |