aboutsummaryrefslogtreecommitdiffstats
path: root/query.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-111/+113
| | | | | | | 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
|
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-3/+3
| | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user.
* First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-2/+7
|\ | | | | | | | | and parts I want to/have to redo (because of ui-fix).
| * merge in latest trunkSven Moritz Hallberg2008-07-17-7/+8
| |\
| * | - add nonfunctional 'otr forget key' implementationSven Moritz Hallberg2008-02-12-2/+2
| | | | | | | | | | | | | | | - add 'color_encrypted' setting
| * | query_add: allow NULL for ic and pass irc to handler in that caseSven Moritz Hallberg2008-02-11-2/+5
| | |
| * | pass the im_connection as first argument to yes/no handlersSven Moritz Hallberg2008-02-11-2/+2
| | |
| * | allow NULL for yes/no handlersSven Moritz Hallberg2008-02-11-2/+4
| | |
| * | add 'otr keygen' commandSven Moritz Hallberg2008-02-10-2/+8
| | |
* | | When cleaning up queries, q->data is free()d. Even if it turns out to beWilmer van der Gaast2010-07-11-2/+5
| | | | | | | | | | | | | | | | | | | | | 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.)
* | | Restored query/ask stuff.Wilmer van der Gaast2010-04-11-2/+2
| |/ |/|
* | query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-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 accountWilmer van der Gaast2008-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 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