Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-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 address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | rename irc_usermsg to irc_rootmsg. | unknown | 2011-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 conflicts | Wilmer van der Gaast | 2010-08-24 | -2/+7 |
|\ | | | | | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -7/+8 |
| |\ | ||||
| * | | - add nonfunctional 'otr forget key' implementation | Sven Moritz Hallberg | 2008-02-12 | -2/+2 |
| | | | | | | | | | | | | | | | - add 'color_encrypted' setting | |||
| * | | query_add: allow NULL for ic and pass irc to handler in that case | Sven Moritz Hallberg | 2008-02-11 | -2/+5 |
| | | | ||||
| * | | pass the im_connection as first argument to yes/no handlers | Sven Moritz Hallberg | 2008-02-11 | -2/+2 |
| | | | ||||
| * | | allow NULL for yes/no handlers | Sven Moritz Hallberg | 2008-02-11 | -2/+4 |
| | | | ||||
| * | | add 'otr keygen' command | Sven Moritz Hallberg | 2008-02-10 | -2/+8 |
| | | | ||||
* | | | When cleaning up queries, q->data is free()d. Even if it turns out to be | Wilmer van der Gaast | 2010-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 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 |