- 28 Jun, 2012 1 commit
-
-
Ian Goldberg authored
-
- 20 Jun, 2012 3 commits
-
-
Ian Goldberg authored
-
Ian Goldberg authored
-
Rob Smits authored
-
- 06 Jun, 2012 1 commit
-
-
Rob Smits authored
-
- 04 Jun, 2012 1 commit
-
-
Rob Smits authored
-
- 02 Mar, 2010 1 commit
-
-
cypherpunk authored
* po/vi.po: Vietnamese translation from Lyndon Johnson <lyndon.johnson58@gmail.com>
-
- 28 Apr, 2009 1 commit
-
-
cypherpunk authored
2009-03-18 * po/sv.po: Swedish translation from Daniel Nylander <po@danielnylander.se> 2009-01-18 * po/pl.po: Polish translation from Paweł Czochański <czochanski@gmail.com> 2008-08-15 * otr-plugin.c: Willy Lew's updates to reflect libotr 4.0.0 API
-
- 24 Sep, 2008 1 commit
-
-
cypherpunk authored
* po/it.po: Italian translation from Vincenzo Reale <smart2128@baslug.org>.
-
- 27 May, 2008 2 commits
-
-
cypherpunk authored
-
cypherpunk authored
* tooltipmenu.[ch]: New classes to allow tooltips on menus. * otr-icons.h: New OTR icons from <cyrus_xiii@yahoo.com>. * README: * AUTHORS: * *.[ch]: Update copyright dates to 2004-2008 and add Rob Smits as an author. (Rob wrote the new gtk-dialog stuff to handle user authentication with an explicit question, inserted inline OTR icons into the conversation when the status changes, and moved the OTR button to the menu bar.) * gtk-ui.c: Updated variable names to reflect the (old) change from "OTR Options" to "OTR Settings". * ui.h: * ui.c: * gtk-ui.c: Added new OTR UI Options section of the configuration panel, which currently controls only whether the old OTR button will still show up. * dialogs.h: * dialogs.c: * gtk-dialog.c: * otr-plugin.h: * otr-plugin.c: Support starting the SMP authentication with an explicit question. * otr-plugin.c: Better handling of the case where an SMP message fails a verification step. * configure.ac: * Makefile.mingw: Update version number to 3.2.0. * gtk-dialog.c: Made new OTR menus (one master one, and one for each active conversation in the window) that replace the old OTR button. [The old button is still available as an option, but the menu is always present.] * gtk-dialog.c: OTR icons are inserted inline into the conversation when the OTR status changes. * configure.ac: * po/ar.po: * po/de.po: * po/ru.po: New translations: Arabic (Ahmad Gharbeia ﺄﺤﻣﺩ ﻍﺮﺒﻳﺓ <gharbeia@gmail.com>), German (Thorsten Mühlfelder <thenktor@gmx.de>), Russian (Sergei Smirnov <moscow@hro.org>) * dialogs.h: Help URLs now have version numbers in them, so the appropriate help page can be served. * Makefile.am: Include new files in compilation and distribution targets.
-
- 31 Jul, 2007 1 commit
-
-
cypherpunk authored
* sk.po: Initial submission from Milan Plzik <emempi@gmail.com>
-
- 28 Jul, 2007 1 commit
-
-
cypherpunk authored
* configure.ac: Fix PKG_CHECK_MODULES so that it gives a sensible error if the packages aren't found
-
- 27 Jul, 2007 2 commits
-
-
cypherpunk authored
-
cypherpunk authored
-
- 25 Jul, 2007 1 commit
-
-
cypherpunk authored
* nl.po: Initial submission from Paul Wouters <paul@xelerance.com>
-
- 24 Jul, 2007 1 commit
-
-
cypherpunk authored
-
- 06 May, 2007 1 commit
-
-
cypherpunk authored
* Makefile.am: * configure.ac: * dialogs.c: * dialogs.h: * gtk-dialog.c: * gtk-dialog.h: * gtk-ui.c: * gtk-ui.h: * otr-plugin.c: * otr-plugin.h: * ui.c: * ui.h: Porting to Pidgin 2.0.0 thanks to Reza Jelveh <reza.jelveh@tuhh.de>. * packaging/windows/gaim-otr.nsi: * Makefile.mingw: Porting the Windows version to Pidgin 2.0.0.
-
- 02 Nov, 2005 1 commit
-
-
cypherpunk authored
* INSTALL: Add instruction for doing autoreconf from CVS version, if your libotr.m4 is in a nonstandard place. * Makefile.mingw: * README: * configure.ac: Release version 3.0.0 * README: Update UI instructions for version 3.0.0
-
- 16 Oct, 2005 1 commit
-
-
cypherpunk authored
-
- 24 Jun, 2005 1 commit
-
-
cypherpunk authored
* README: * Makefile.mingw: * packaging/fedora/gaim-otr.spec: * packaging/windows/gaim-otr.nsi: * configure.ac: Change version to 3.0.0 * Makefile.mingw: add -lgtk_pixbuf-2.0-0 for the OTR button pixmaps. * configure.ac: Require libotr 3.x. * dialogs.h: * dialogs.c (otrg_dialog_unknown_fingerprint): This function now merely informs the user that a new fingerprint has been received, and doesn't require the user to confirm it before it can be used. * dialogs.h: * dialogs.c (otrg_dialog_verify_fingerprint): New function to allow the user to confirm the authenticity of a fingerprint. * dialogs.h: Add #defines for the online help URLs. * gtk-dialog.c: There are now three states a conversation can be in: Not Private (not using OTR), Unverified (using OTR, but to a fingerprint that hasn't been verified, so you are subject to a straightforward active attack), and Private (using OTR with a verified fingerprint). There are new icons for these states that appear in the OTR button. * gtk-dialog.c: Callers of create_dialog can now specify additional widgets to appear in the dialog boxes. We use this primarily for the "What's this?" help widgets. * gtk-dialog.c (otrg_gtk_dialog_unknown_fingerprint): This function no longer has to deal with callbacks to get the user's response to the new fingerprint. * gtk-dialog.c: Right-clicking the OTR button now produces an OTR menu, with options to start or end the private conversation, verify the fingerprint, view the secure session id, or get help. * gtk-dialog.c (dialog_update_label_conv): Have the OTR button obey the user's requested style (text only, pictures only, pictures and text, none). Note that if the user chooses "none", there's currently no way to reach the aforementioned menu. * gtk-dialog.c: The "private connection established", "private connection refreshed", and "private connection ended" messages no longer pop up dialog boxes. Instead, they appear inline in the conversation window. The session id and fingerprint which used to appear in the "private connection established" dialog are now viewable via the OTR button right-click menu. * gtk-dialog.c: New dialog to view and verify fingerprints. * gtk-dialog.c: New dialog to view secure session id. * gtk-ui.c: New "Verify fingerprint" button in the plugin UI, and rearrangement of the (now four) buttons into a 2x2 table. * gtk-ui.c: New "Verified" column in the Known Fingerprints table. * otr-plugin.c (confirm_fingerprint_cb): This function no longer has to deal with callbacks due to the change in the libotr API. * otr-plugin.h: * otr-plugin.c (otrg_plugin_write_fingerprints): Refactored this function so that other parts of the code can call it. * otr-plugin.h: * otr-plugin.c (otrg_plugin_conv_to_context) (otrg_plugin_context_to_conv, otrg_plugin_context_to_trust): New functions.
-
- 04 May, 2005 1 commit
-
-
cypherpunk authored
-