aboutsummaryrefslogtreecommitdiffstats
path: root/query.c
Commit message (Collapse)AuthorAgeLines
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-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 likeWilmer van der Gaast2007-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 restWilmer van der Gaast2007-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 Gaast2006-06-30-2/+2
| | | | | but can be used for account_t structures too, for example.
* Filled in show_got_added().Wilmer van der Gaast2006-04-07-2/+2
|
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-1/+11
| | | | | (For now blist and qlist, but more should come)
* Some more formatting changes in the auth. request messagesWilmer van der Gaast2005-11-16-6/+4
|
* Got rid of raw ^B's in source,Wilmer van der Gaast2005-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.99Wilmer van der Gaast2005-11-06-0/+168