|
|
@0383943
|
2006-08-24T22:06:52Z |
wilmer |
Added message on successful creation of accounts and fixed "set …
|
|
|
@d5ccd83
|
2006-08-13T19:15:23Z |
wilmer |
Extra comments in set.h and now properly using set_getbool() instead …
|
|
|
@75a4b85
|
2006-07-14T09:25:48Z |
wilmer |
Fixed a memory leak, added a check for valid Jabber handles, and …
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@911f2eb
|
2006-07-02T23:20:27Z |
wilmer |
Added display_name setting for MSN connections. (Should replace the …
|
|
|
@5100caa
|
2006-07-01T15:52:05Z |
wilmer |
Added "account set" command.
|
|
|
@0a3c243
|
2006-06-30T23:18:56Z |
wilmer |
Got rid of struct aim_user (now using account_t everywhere). Needs …
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@90bbb0e
|
2006-06-26T16:50:47Z |
wilmer |
Moved the call to "account on" to the right place.
|
|
|
@6ee9d2d
|
2006-06-25T18:25:13Z |
wilmer |
Forgot to initialize pass_rc4 (which caused memory management mess …
|
|
|
@2b14eef
|
2006-06-20T22:14:46Z |
wilmer |
Implemented handling of autoconnect attribute.
|
|
|
@5898ef8
|
2006-06-15T12:46:31Z |
wilmer |
xml_save(), decent error handling and merging fixed autosaving.
|
|
|
@3af70b0
|
2006-06-15T12:37:05Z |
wilmer |
!x&y == (!x)&y, not !(x&y).
|
|
|
@79e826a
|
2006-06-15T12:22:17Z |
wilmer |
Converted irc->status to binary flags. (This also fixes …
|
|
|
@c121f89
|
2006-06-14T20:30:25Z |
wilmer |
xml_load() works pretty well now.
|
|
|
@da3b536
|
2006-05-23T08:09:16Z |
wilmer |
Added bim_ functions for block/allow list management to keep …
|
|
|
@619a681
|
2006-05-21T22:51:54Z |
wilmer |
Fixed a bug that caused root_command_string() to sometimes not notice \0.
|
|
|
@79c6f9f
|
2006-04-25T07:21:49Z |
wilmer |
Implemented better quoting for root command arguments.
(Support for …
|
|
|
@f8de26f
|
2006-04-03T21:34:45Z |
wilmer |
Added "add -tmp" command, which you can use to temporary add a buddy …
|
|
|
@57ef864
|
2006-04-02T08:29:34Z |
wilmer |
Format string problem in cmd_block/allow.
|
|
|
@e6e1f18
|
2006-04-01T15:40:55Z |
wilmer |
List header for "account list" in mode +b.
|
|
|
@7d31002
|
2006-03-31T21:09:36Z |
wilmer |
Tested and fixed one issue, and got rid of one more superfluous iconv call.
|
|
|
@aa5ac01
|
2006-03-22T17:35:03Z |
wilmer |
Restored buddy counts in blist output for +b mode, it's a nice …
|
|
|
@87b6a3e
|
2006-03-21T08:35:46Z |
wilmer |
The block and allow commands can now display the block/allow lists.
|
|
|
@aefa533e
|
2006-03-21T08:12:22Z |
wilmer |
Added a special +b usermode for easier parseability of some things. …
|
|
|
@8365610
|
2006-01-30T16:07:07Z |
wilmer |
Added a little warning message when people use a wrong set-command syntax.
|
|
|
@f73b969
|
2006-01-20T15:15:49Z |
wilmer |
Renamed commands.c, got rid of return values in all command functions.
|