[Pkg-privacy-commits] [irssi-plugin-otr] annotated tag v1.0.0-alpha1 created (now 53959bf)

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to annotated tag v1.0.0-alpha1
in repository irssi-plugin-otr.

        at  53959bf   (tag)
   tagging  22d4e28de28f7b292cdb4ae5a8e696d58cd93e8d (commit)
 tagged by  David Goulet
        on  Sun Dec 2 16:36:10 2012 -0500

- Log -----------------------------------------------------------------
Version 1.0.0-alpha1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABAgAGBQJQu8nKAAoJEELoaioR9I02yEEH/jQesPgj678tLUnkK/pzvzEi
lPXfidWUfEp5tjQUSgPo4bKZI9NnBNhxXFoaLgfi+7u/Q+SH5ObKWvE+t88FY48E
Wt15taCkBOMrbc27u0D3gDwR1F/1aw6i539bsg3ZAxnmbB4qdLSRaXhZq9BqfqXf
igMlmHgVrKAp+15444uln2aPzqAxw+kXU3T7yClpqQ1ENl9BCEkQLWBsh+WJTgcU
dGbw1b5l9FCkcEwoUYPpNP3I9XcNHAlU7rznGMt9W8H1o8QVydhgDT42PMDp5aUF
Za/rOAIM4Ybb+Q2SX8Wm3B47BO+j5otDSiiMNVcBmovu3ceDE08fMTVrqun3MHA=
=mmz6
-----END PGP SIGNATURE-----

David Goulet (97):
      Standardize coding style of irssi_otr.c
      Standardize coding style in irssi header
      Cleanup Cmake and add autoconf build system
      Add up to date source files
      Fix: deprecated g_strcasecmp
      Fix: remove unused variable lastmsg
      Rename core module file
      Standardize module.c code
      Fix: OTR ops and lib initialization
      Standardize code of otr-ops file
      Refactor otr_key.c to key.c
      Refactor otr.c operation
      Fix: double free of filename string
      Create cmd.c/.h for irssi commands
      Change statusbar text/event type
      Fix: remove unused code
      Add original README file named to HOWTO
      Move core around and put logging in utils
      Cleanup otr.h and improve file structure
      Fix: strcmp to strncmp and disable io_set unused code
      Fix bad free and message handling
      Make the authq command work with a question
      Fix: on receive error, return error code
      Remove question and secret logging on auth
      Fix: remove unused code and fix naming
      Add every possible msg event to the callback
      Rename co_info to something meaningful
      Fix: notice output and missing received smp check
      Add IRSSI message output for each OTR msg_event
      Add /otr init command
      Fix: segfault on NULL server object and target
      Remove unsused code
      Reengineering part of the module
      Fix: status bar state and SMP auth command
      Fix: Unencrypted private message to new window
      Rename variable in cmd.c
      Fix possible segfaults with missing context
      Fix: Make sure peer context is created for each OTR context
      Add ask_secret variable to peer context
      Add /otr forget command
      Add /otr distrust command
      Fix: Segfault when trusting on a finished state
      Make the find context allocate the account name
      OTR encrypted state check on /otr init
      Massive cleanup of logging/msg statements
      Add new explode string arguments function
      Refactor the command subsystem
      Add /me support passing through OTR
      Fix: Wrong argument index on otr auth
      Allow empty secret and add coloring
      Support fingerprint for trust command
      Fix: irssi notice typo and changes
      Check if fingerprint is already trust/distrust on cmd
      Fix: Finish all command now does its job
      Fix: OTR init command sending HTML tags not loved by irssi
      Remove unused code
      Change listing contexts output format
      Remove unused irssi printformat
      Update README and INSTALL files
      Add security CFLAGS enabled by default
      Fix: Readme.md installation section
      Fix: remove the otr ignore setting
      Add fingerprint encrypted msgstate check function
      Fix: build system improvement
      Fix: Add missing libotr LDFLAGS
      Simplify otr contexts command
      Remove unused code in otr.h
      Fix: minor fixes in Makefile and msg output
      Fix: Finally fix the build system
      Fix: make install now works
      Fix: Irssi formats of the status bar
      Cleanup unused policy code
      Fix: otr contexts command behaves properly
      Fix: install the module system wide
      Fix: check encrypted state of fingerprint
      Refactor OTR key generation
      Fix: otr auth command secret extraction
      Fix: memory leaks and comments in cmd.c
      Fix: utils pointer check and comments
      Fix: key.c comments and add asserts
      Create module directory on load
      Fix: some utils missing check and string fix
      Add a directory check when loading
      Fix: comments and fct naming in otr.c
      Add timer_control libotr callback
      Add otr_error_message/free libotr callbacks
      Fix: cleanup headers and syntax
      Rename header to follow standard file naming
      Fix: use empty string if fp not found
      Add irssi help for the otr command
      Update README.md
      Remove IRSSI_WARN which caused a print problem
      Change text color for the auth question
      Merge dgoulet's irssi-otr upstream master
      Fix merge by adding missing files
      Fix: add missing files to makefiles for release
      Update version to 1.0.0-alpha1

DrWhax (9):
      Renamed README to READ_ME
      Added new README
      Updated README
      updated readme
      Merged patch from cam0 to upstream to remove issue 6
      deleting outdated weechat
      cleaning up dir for new release
      woops, forgot this one
      New release coming up soon!

Uli Meis (76):
      initial import
      added fingerprints, trust, statusbar
      now fetching private irssi headers from svn
      lots of changes:
      some format/log changes.
      again format changes, hope I got the irssi convention right now.
      formats array now NULL terminated, cmake now searchs for python executable.
      make install now determines the install dir. Previously it was determined during
      Better handling of key generation. Now monitoring the child via
      two-way SMP authentication. Needed to give libotr a leg up for that.
      New "/otr contexts" command and now presenting fingerprints when going secure with an unauth'ed fingerprint.
      Support for cmake < 2.4.7.
      New command "/otr finish".
      fix -Wuninitialized warning.
      regexes are now optional for glib < 2.13 compatibility.
      mostly build related changes.
      missing Git.cmake
      finish when query is destroyed.
      New /otr finish behavior plus build changes.
      changes to README and /otr contexts.
      small change in makeformats.
      Source package with irssi headers
      added readme for irssi headers
      build changes.
      fixed multiple server and fragmentation problem.
      cache that irssi headers have been fetched.
      irssi headers moved to fe-text.
      introduced cmake DOCDIR variable.
      added ChangeLog
      wrong tag order.
      Linker flags for Apple.
      Added indirect libgcrypt dependency.
      Added build support for LIB_SUFFIX as required on fedora.
      A bunch of things after a long pause.
      added /set otr_policy and otr_ignore and changed some log levels.
      Moved to new public irssi header statusbar-item.h.
      create ~/.irssi/otr with mode 700.
      added otr_policy_known, added support for glob patterns and rewrote the README.
      Added make target src-tarball.
      Abstraction from irssi and generic cmd handler.
      Added rudimentary xchat support.
      Bug in /otr auth.
      Added a README for xchat.
      Finish conversations on unload. Also added a setting otr_finishonunload to disable
      Correctly detect irssi header and small format change. Thanks to netzwurm.
      Increment refcount on irssi SERVER_REC. Fixes bug on /quit.
      Send status messages to the xchat server tab.
      Finish on /quit as well. Module unloading comes too late to handle that.
      Automatically create queries for OTR messages if otr_createqueries is set.
      Make separate tarballs for irssi-otr and xchat-otr.
      Little bug in the code to create queries.
      Added settings to README.
      xchat: send encrypted messages to the correct window.
      Added a third tarball irc-otr for both plugins.
      Changed policy default.
      Now it's really irc-otr with a subdir for each module.
      Initial weechat support.
      Ignore chan msgs, plugin name irc-otr, introduced wc_printf.
      Check if it's a channel msg that's coming in was wrong.
      No need for a buffer in incoming privmsgs.
      Using new weechat API to fetch nick and "/query -server ...".
      Create query for printformats on demand.
      And here comes a really bad hack to make otr_key use weechat_hook_fd.
      More ugly keygen hacking.
      Don't look in a weechat dir for weechat-plugin.h.
      Correctly use dir name as indicator what to build.
      Generic cmd handler.
      Some build changes.
      Generalization for bitlbee support.
      weechat: use OTR:\t as prefix for log messages.
      Better status change handling and thereby a signal for irssi.
      wrongly named event.
      weechat: working again plus status bar (thx to netzwurm) and signal support.
      Added preliminary support for libotr version 4.
      Finally support for /me.
      uncrustified.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list