Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -3/+3 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Moved the call to "account on" to the right place. | Wilmer van der Gaast | 2006-06-26 | -0/+5 |
| | ||||
* | Forgot to initialize pass_rc4 (which caused memory management mess when | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | | | | | trying to load a damaged XML-file). | |||
* | Implemented handling of autoconnect attribute. | Wilmer van der Gaast | 2006-06-21 | -1/+1 |
| | ||||
*-. | xml_save(), decent error handling and merging fixed autosaving. | Wilmer van der Gaast | 2006-06-15 | -3/+3 |
|\ \ | ||||
| | * | !x&y == (!x)&y, not !(x&y). | Wilmer van der Gaast | 2006-06-15 | -1/+1 |
| |/ | ||||
| * | Converted irc->status to binary flags. (This also fixes auto-save-on-quit | Wilmer van der Gaast | 2006-06-15 | -3/+3 |
| | | | | | | | | | | that broke because of USTATUS_SHUTDOWN. :-( ) | |||
* | | xml_load() works pretty well now. | Wilmer van der Gaast | 2006-06-14 | -1/+2 |
|/ | ||||
* | Added bim_ functions for block/allow list management to keep gc->permit/deny | Wilmer van der Gaast | 2006-05-23 | -6/+6 |
| | | | | | up-to-date at run-time. | |||
* | Fixed a bug that caused root_command_string() to sometimes not notice \0. | Wilmer van der Gaast | 2006-05-22 | -0/+4 |
| | ||||
* | Implemented better quoting for root command arguments. | Wilmer van der Gaast | 2006-04-25 | -0/+7 |
| | | | | | (Support for backslashes instead of just "' quotes.) | |||
* | Added "add -tmp" command, which you can use to temporary add a buddy to your | Wilmer van der Gaast | 2006-04-03 | -1/+13 |
| | | | | | list, like the handle_unknown=add setting does. | |||
* | Format string problem in cmd_block/allow. | Wilmer van der Gaast | 2006-04-02 | -2/+2 |
| | ||||
* | List header for "account list" in mode +b. | Wilmer van der Gaast | 2006-04-01 | -0/+3 |
| | ||||
* | Tested and fixed one issue, and got rid of one more superfluous iconv call. | Wilmer van der Gaast | 2006-03-31 | -7/+1 |
| | ||||
* | Restored buddy counts in blist output for +b mode, it's a nice end-of-list ↵ | Wilmer van der Gaast | 2006-03-22 | -2/+1 |
| | | | | marker. | |||
* | The block and allow commands can now display the block/allow lists. | Wilmer van der Gaast | 2006-03-21 | -2/+42 |
| | ||||
* | Added a special +b usermode for easier parseability of some things. | Wilmer van der Gaast | 2006-03-21 | -12/+29 |
| | | | | | (For now blist and qlist, but more should come) | |||
* | Added a little warning message when people use a wrong set-command syntax. | Wilmer van der Gaast | 2006-01-30 | -0/+3 |
| | ||||
* | Renamed commands.c, got rid of return values in all command functions. | Wilmer van der Gaast | 2006-01-20 | -0/+800 |