aboutsummaryrefslogtreecommitdiffstats
path: root/query.h
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-10/+9
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* When cleaning up queries, q->data is free()d. Even if it turns out to beWilmer van der Gaast2010-07-11-2/+3
| | | | | | | the "struct irc" containing all data belonging to a session. Sanitise memory management a little bit here. (There are some memory leaks in here too that need to be fixed at some point.)
* query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-3/+5
| | | | | | Got rid of the bogus window handler pointer as the first argument to the callback.
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-3/+3
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+44