Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Restored query/ask stuff. | Wilmer van der Gaast | 2010-04-11 | -2/+2 |
| | ||||
* | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -3/+4 |
| | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | |||
* | BitlBee <= 1.0 didn't have "account set" and allowed one to delete an account | Wilmer van der Gaast | 2008-03-03 | -2/+8 |
| | | | | | | | | | | and re-create it with new login settings if necessary, without losing custom nicknames. Now, nicknames are connected to an account instead of just the protocol, and they're flushed together with the account. So I added a warning to make sure nobody accidentally loses any settings while just changing the password. This will probably go after a few releases, since it's slightly annoying. | |||
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -4/+4 |
| | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename. | |||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -4/+4 |
| | | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great... | |||
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -9/+9 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -2/+2 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Filled in show_got_added(). | Wilmer van der Gaast | 2006-04-07 | -2/+2 |
| | ||||
* | Added a special +b usermode for easier parseability of some things. | Wilmer van der Gaast | 2006-03-21 | -1/+11 |
| | | | | | (For now blist and qlist, but more should come) | |||
* | Some more formatting changes in the auth. request messages | Wilmer van der Gaast | 2005-11-16 | -6/+4 |
| | ||||
* | Got rid of raw ^B's in source, | Wilmer van der Gaast | 2005-11-16 | -7/+11 |
| | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch. | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+168 |