# # ChangeLog for otr.h # # Generated by Trac 1.2.3 # 2024-03-28T13:12:53Z Fri, 16 Jan 2015 19:50:23 GMT dequis [6f10697] * COPYING (modified) * bitlbee.c (modified) * bitlbee.h (modified) * commands.h (modified) * conf.c (modified) * conf.h (modified) * dcc.c (modified) * dcc.h (modified) * help.c (modified) * help.h (modified) * ipc.c (modified) * ipc.h (modified) * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_im.c (modified) * irc_send.c (modified) * irc_user.c (modified) * irc_util.c (modified) * lib/events.h (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/ini.c (modified) * lib/ini.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) * lib/proxy.c (modified) * lib/proxy.h (modified) * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * lib/url.c (modified) * lib/url.h (modified) * log.c (modified) * log.h (modified) * nick.c (modified) * nick.h (modified) * otr.c (modified) * otr.h (modified) * protocols/account.c (modified) * protocols/account.h (modified) * protocols/bee.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) * protocols/bee_ft.c (modified) * protocols/bee_user.c (modified) * protocols/ft.h (modified) * protocols/msn/invitation.c (modified) * protocols/msn/invitation.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/skype/skype.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo2_types.h (modified) * protocols/yahoo/yahoo_debug.h (modified) * protocols/yahoo/yahoo_httplib.c (modified) * protocols/yahoo/yahoo_httplib.h (modified) * protocols/yahoo/yahoo_list.h (modified) * protocols/yahoo/yahoo_util.c (modified) * protocols/yahoo/yahoo_util.h (modified) * query.c (modified) * query.h (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage.c (modified) * storage.h (modified) * storage_xml.c (modified) * unix.c (modified) Fix incorrect Free Software Foundation address Fri, 02 Aug 2013 20:55:16 GMT unknown [c347a12] * otr.c (modified) * otr.h (modified) timer cleanup and "other instance" error message Thu, 01 Aug 2013 15:47:48 GMT Sven M. Hallberg [81265e0] * otr.c (modified) * otr.h (modified) make otr compile with libotr 4.0.0, minimal functionality Wed, 01 Sep 2010 22:09:27 GMT Wilmer van der Gaast [934db064] * irc.h (modified) * irc_im.c (modified) * otr.c (modified) * otr.h (modified) * protocols/bee_user.c (modified) Do encryption and decryption. Somehow SMP and other things aren't ... Tue, 31 Aug 2010 23:18:21 GMT Wilmer van der Gaast [0c85c08] * bitlbee.h (modified) * irc.c (modified) * irc.h (modified) * otr.c (modified) * otr.h (modified) * storage.c (modified) Pluginify this thing a little bit. Not so much in the dynamically ... Tue, 31 Aug 2010 20:05:36 GMT Wilmer van der Gaast [8358691] * bitlbee.h (modified) * commands.h (modified) * irc_commands.c (modified) * otr.c (modified) * otr.h (modified) * root_commands.c (modified) Added root_command_add() and use it to create the "otr" command. Sun, 17 Feb 2008 02:21:11 GMT Sven Moritz Hallberg [59ab2af] * otr.h (modified) fix compilation without otr support Sun, 17 Feb 2008 01:39:39 GMT Sven Moritz Hallberg [ba5add7] * lib/ssl_bogus.c (modified) * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * otr.c (modified) * otr.h (modified) * unix.c (modified) explicitly initialize ssl in order to avoid gnutls and libotr ... Sat, 16 Feb 2008 15:20:58 GMT Sven Moritz Hallberg [3064ea4] * irc.c (modified) * otr.c (modified) * otr.h (modified) * root_commands.c (modified) rework keygen messages and add some notices Sat, 16 Feb 2008 13:24:44 GMT Sven Moritz Hallberg [dc9797f] * irc.c (modified) * irc.h (modified) * otr.c (modified) * otr.h (modified) keep track of which keys are queued for generation Fri, 15 Feb 2008 00:45:21 GMT Sven Moritz Hallberg [6c91e6e] * otr.c (modified) * otr.h (modified) otr_load error handling + stonedcoder copyright notice Tue, 12 Feb 2008 00:08:43 GMT Sven Moritz Hallberg [0529a7f] * otr.h (modified) bugfix for compiling with otr disabled Tue, 12 Feb 2008 00:01:35 GMT Sven Moritz Hallberg [e2b15bb] * irc.c (modified) * otr.c (modified) * otr.h (modified) * set.c (modified) * set.h (modified) - add global policy setting - add copyright and author notices to ... Sun, 03 Feb 2008 21:30:03 GMT Sven Moritz Hallberg [764c7d1] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * configure (modified) * irc.c (modified) * irc.h (modified) * log.c (modified) * log.h (modified) * otr.c (added) * otr.h (added) * protocols/nogaim.c (modified) * root_commands.c (modified) * storage.c (modified) * unix.c (modified) * user.c (modified) * user.h (modified) OTR support, first checkin