- 24 Sep, 2008 1 commit
-
-
cypherpunk authored
* po/it.po: Italian translation from Vincenzo Reale <smart2128@baslug.org>.
-
- 06 Aug, 2008 1 commit
-
-
cypherpunk authored
* otr-plugin.c: * dialogs.h: * dialogs.c: * gtk-dialog.c: Add a force_create parameter to display_otr_message.
-
- 10 Jul, 2008 1 commit
-
-
cypherpunk authored
* otr-plugin.c: Use /dev/urandom to generate keys instead of /dev/random. [Really: on non-Win32, call gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); before OTRL_INIT;.]
-
- 07 Jul, 2008 1 commit
-
-
cypherpunk authored
* gtk-conv.c: Don't delete the OTR menus if a non-foreground conversation window is closed.
-
- 02 Jul, 2008 2 commits
-
-
cypherpunk authored
-
cypherpunk authored
* dialogs.c: * dialogs.h: * gtk-dialog.c: * otr-plugin.c: Use the new SMP event callback instead of handling the SMP state machine ourselves.
-
- 19 Jun, 2008 1 commit
-
-
cypherpunk authored
* Makefile.static: Forgot to add tooltipmenu.o to Makefile.static. Fixed.
-
- 17 Jun, 2008 2 commits
-
-
cypherpunk authored
-
cypherpunk authored
* otr-plugin.c: Except on WIN32, set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. Based on a patch from Caspar Clemens Mierau <damokles@ubuntu.com>.
-
- 16 Jun, 2008 1 commit
-
-
cypherpunk authored
* gtk-dialog.c: Make the menu item say "Reauthenticate buddy" when the buddy is already authenticated.
-
- 15 Jun, 2008 1 commit
-
-
cypherpunk authored
* gtk-dialog.c: Don't try to destroy the submenu when we've already destroyed the menu. Linux doesn't complain about this, but Windows does. * packaging/windows/pidgin-otr.msi: Bump version number. * Makefile.mingw: Add tooltipmenu.o to link line. * Release 3.2.0.
-
- 13 Jun, 2008 2 commits
-
-
cypherpunk authored
* dialogs.h: Remove unused FINGERPRINT_HELPURL. * gtk-dialog.c: Remove dead (#if 0) code.
-
cypherpunk authored
* po/de.po: Updated German translation from Michael Meier <mail@code.mmsources.de> * README: Updated, ready for release of 3.2.0.
-
- 11 Jun, 2008 1 commit
-
-
cypherpunk authored
* gtk-dialog.c: A small change to aid in i18n from Őry Máté <orymate@gmail.com> * po/hu.po: Updated Hungarian translation from Őry Máté <orymate@gmail.com>
-
- 29 May, 2008 4 commits
-
-
cypherpunk authored
* gtk-dialog.c: Revamp of Authenticate Buddy dialog, based on a mockup by hcat@gmx.net
-
cypherpunk authored
* gtk-dialog.c: Added a context-sensitive Help button to the Authenticate Buddy dialog.
-
cypherpunk authored
* gtk-ui.c: Specify that the OTR button shows up in the toolbar now.
-
cypherpunk authored
* gtk-dialog.c: The new toolbar OTR button now uses the standard OTR menu * gtk-dialog.c: The buddy and status items in the OTR menu are no longer selectable
-
- 28 May, 2008 2 commits
-
-
cypherpunk authored
* gtk-ui.c: * gtk-dialog.c: Try moving the OTR button to the toolbar, based on an idea from Pontus Andersson at http://blog.pesa.se/2007/09/25/goodbye-big-bloated-otr-button/ * gtk-dialog.c: Some changes to the authenticate buddy dialog; more to come. * gtk-dialog.c: Some strings were missing _(), and others had them unnecessarily. * po/de.po: Updated German translation from Michael Meier <mail@code.mmsources.de>
-
cypherpunk authored
-
- 27 May, 2008 4 commits
-
-
cypherpunk authored
Updated sk translation
-
cypherpunk authored
* gtk-dialog.c: Added "What's this?" item to OTR menu * gtk-dialog.c: Name of authentication dialog is now "Authenticate Buddy" with a capital "B". * gtk-dialog.c: Authentication dialog now says "Authentication Options" instead of "Other Authentication Options".
-
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.
-
- 02 Aug, 2007 1 commit
-
-
cypherpunk authored
-
- 01 Aug, 2007 1 commit
-
-
cialexan authored
-
- 31 Jul, 2007 1 commit
-
-
cypherpunk authored
* sk.po: Initial submission from Milan Plzik <emempi@gmail.com>
-
- 28 Jul, 2007 5 commits
-
-
cypherpunk authored
* packaging/windows/pidgin-otr.nsi: Install and uninstall the translation files
-
cypherpunk authored
* Makefile.mingw: * po/Makefile.mingw: Cleaned up Makefile.mingw files, removed "install" target, added "zip" target
-
cypherpunk authored
* configure.ac: Fix PKG_CHECK_MODULES so that it gives a sensible error if the packages aren't found
-
cypherpunk authored
-
cypherpunk authored
-
- 27 Jul, 2007 5 commits
-
-
cypherpunk authored
-
cypherpunk authored
-
cypherpunk authored
-
cypherpunk authored
-
cypherpunk authored
* Makefile.mingw: Statically link libintl and libiconv
-
- 26 Jul, 2007 3 commits
-
-
cypherpunk authored
-
cypherpunk authored
-
cypherpunk authored
-