[Pkg-privacy-commits] [irssi-plugin-otr] branch debian created (now ca82d14)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch debian
in repository irssi-plugin-otr.
at ca82d14 hand over package to pkg-privacy team
This branch includes the following new commits:
new 95df262 initial import
new 91eeb69 added fingerprints, trust, statusbar
new b8f4896 now fetching private irssi headers from svn
new d84a9bf lots of changes:
new 76062c2 some format/log changes.
new 3278150 again format changes, hope I got the irssi convention right now.
new 0e36f11 formats array now NULL terminated, cmake now searchs for python executable.
new 3ffd512 make install now determines the install dir. Previously it was determined during the configure process whether to install into the system or the user's directory.
new 9b57717 Better handling of key generation. Now monitoring the child via g_child_watch_add for termination.
new 8bb9a90 two-way SMP authentication. Needed to give libotr a leg up for that.
new 2e28d27 New "/otr contexts" command and now presenting fingerprints when going secure with an unauth'ed fingerprint.
new c21af79 Support for cmake < 2.4.7.
new 618f641 New command "/otr finish".
new 8eb6f60 fix -Wuninitialized warning.
new d961f85 regexes are now optional for glib < 2.13 compatibility.
new 4c1b73c mostly build related changes.
new d92678c missing Git.cmake
new 7849e51 finish when query is destroyed.
new 32ba158 New /otr finish behavior plus build changes.
new 1bc0d4e changes to README and /otr contexts.
new 98f8a2e small change in makeformats.
new de8830e Source package with irssi headers
new 0391adb added readme for irssi headers
new 56b3d37 build changes.
new 06c5408 fixed multiple server and fragmentation problem.
new 7328a20 cache that irssi headers have been fetched.
new 38fa55b irssi headers moved to fe-text.
new 2fc3ab5 introduced cmake DOCDIR variable.
new 45ce75a added ChangeLog
new 4f1e2c5 wrong tag order.
new 66ab17d Linker flags for Apple.
new 732a857 Added indirect libgcrypt dependency.
new f39e753 Added build support for LIB_SUFFIX as required on fedora.
new 244c0e9 A bunch of things after a long pause.
new 029d570 added /set otr_policy and otr_ignore and changed some log levels.
new 661b276 Moved to new public irssi header statusbar-item.h.
new d13b0c9 create ~/.irssi/otr with mode 700.
new cdcb128 added otr_policy_known, added support for glob patterns and rewrote the README.
new 41aa2a5 Added make target src-tarball.
new e8f608d Abstraction from irssi and generic cmd handler.
new f5f2dec Added rudimentary xchat support.
new bc204f9 Bug in /otr auth.
new 391aadb Added a README for xchat.
new 42b018f Finish conversations on unload. Also added a setting otr_finishonunload to disable this.
new e995962 Correctly detect irssi header and small format change. Thanks to netzwurm.
new 23b5547 Increment refcount on irssi SERVER_REC. Fixes bug on /quit.
new 3c55d34 Send status messages to the xchat server tab.
new ca3b62b Finish on /quit as well. Module unloading comes too late to handle that.
new dfc4745 Automatically create queries for OTR messages if otr_createqueries is set.
new 6c0f6ef Make separate tarballs for irssi-otr and xchat-otr.
new 8b68c8d Little bug in the code to create queries.
new df26fc7 Added settings to README.
new b8355d0 xchat: send encrypted messages to the correct window.
new fdb0178 Added a third tarball irc-otr for both plugins.
new e3b7d53 Changed policy default.
new 07350ac Now it's really irc-otr with a subdir for each module.
new 2038c51 Initial weechat support.
new d1064f7 Ignore chan msgs, plugin name irc-otr, introduced wc_printf.
new a2c4d97 Check if it's a channel msg that's coming in was wrong.
new 6073a51 No need for a buffer in incoming privmsgs.
new a382a03 Using new weechat API to fetch nick and "/query -server ...".
new 9cc0177 Create query for printformats on demand.
new 0d85b1e And here comes a really bad hack to make otr_key use weechat_hook_fd.
new 088f164 More ugly keygen hacking.
new fbb6c3d Don't look in a weechat dir for weechat-plugin.h.
new 8ec4301 Correctly use dir name as indicator what to build.
new 3afdbb3 Generic cmd handler.
new d1d9462 Some build changes.
new df75c9e Generalization for bitlbee support.
new 07b64a1 weechat: use OTR:\t as prefix for log messages.
new 0bf5937 Better status change handling and thereby a signal for irssi.
new df56dfc wrongly named event.
new fd11e69 weechat: working again plus status bar (thx to netzwurm) and signal support.
new e565500 Renamed README to READ_ME
new 164f7f4 Added new README
new ce22a2b Updated README
new d05d0f4 updated readme
new b804422 Merged patch from cam0 to upstream to remove issue 6
new 9d509e5 deleting outdated weechat
new c7d3dca Added preliminary support for libotr version 4.
new 4fcd27c Finally support for /me.
new 1c1d592 uncrustified.
new 5e988dc Standardize coding style of irssi_otr.c
new 9ea5cc4 Standardize coding style in irssi header
new 748c26c Cleanup Cmake and add autoconf build system
new 94ae4bf Add up to date source files
new 8a9a04f Fix: deprecated g_strcasecmp
new 896d131 Fix: remove unused variable lastmsg
new d31f200 Rename core module file
new a201f5f Standardize module.c code
new 5fd1576 Fix: OTR ops and lib initialization
new a5843d6 Standardize code of otr-ops file
new a392dc8 Refactor otr_key.c to key.c
new 0a7d604 Refactor otr.c operation
new c82d534 Fix: double free of filename string
new 9ec1371 Create cmd.c/.h for irssi commands
new 6f12d63 Change statusbar text/event type
new 0071046 Fix: remove unused code
new 5ce1897 Add original README file named to HOWTO
new 349632b Move core around and put logging in utils
new 02dcb35 Cleanup otr.h and improve file structure
new d265297 Fix: strcmp to strncmp and disable io_set unused code
new 50bc976 Fix bad free and message handling
new 2fa1a69 Make the authq command work with a question
new cb99701 Fix: on receive error, return error code
new 89bdde7 Remove question and secret logging on auth
new d180823 Fix: remove unused code and fix naming
new 4cb9fce Add every possible msg event to the callback
new 0a3899e Rename co_info to something meaningful
new 45f1cf1 Fix: notice output and missing received smp check
new be472a0 Add IRSSI message output for each OTR msg_event
new fe6444c Add /otr init command
new a3df1e0 Fix: segfault on NULL server object and target
new 9e018aa Remove unsused code
new 82c2cfe Reengineering part of the module
new e02c4b0 Fix: status bar state and SMP auth command
new 456ffa8 Fix: Unencrypted private message to new window
new df941dc Rename variable in cmd.c
new b86ae16 Fix possible segfaults with missing context
new e7bca25 Fix: Make sure peer context is created for each OTR context
new 8c72ed7 Add ask_secret variable to peer context
new a2bb5bb Add /otr forget command
new 1bbd9ff Add /otr distrust command
new c15f817 Fix: Segfault when trusting on a finished state
new 5f4a50d Make the find context allocate the account name
new 4eb5681 OTR encrypted state check on /otr init
new 8330c1d Massive cleanup of logging/msg statements
new 3151b57 Add new explode string arguments function
new 5402ee9 Refactor the command subsystem
new 9167e81 Add /me support passing through OTR
new 92b7b22 Fix: Wrong argument index on otr auth
new cdb2099 Allow empty secret and add coloring
new 24c7f90 Support fingerprint for trust command
new cfee517 Fix: irssi notice typo and changes
new 706fd7d Check if fingerprint is already trust/distrust on cmd
new d3c9a7c Fix: Finish all command now does its job
new ee83f29 Fix: OTR init command sending HTML tags not loved by irssi
new 0242a70 Remove unused code
new 4aefe1c Change listing contexts output format
new 9251bb3 Remove unused irssi printformat
new 2a34216 Update README and INSTALL files
new b1bac71 cleaning up dir for new release
new 77868f7 woops, forgot this one
new 6cc013b New release coming up soon!
new e005cdd Add security CFLAGS enabled by default
new dce525d Fix: Readme.md installation section
new edab206 Fix: remove the otr ignore setting
new fc048b5 Add fingerprint encrypted msgstate check function
new 9e195c6 Fix: build system improvement
new 60ce2d0 Fix: Add missing libotr LDFLAGS
new fe0619d Simplify otr contexts command
new 6bf7d5e Remove unused code in otr.h
new 570ac3e Fix: minor fixes in Makefile and msg output
new b06dba3 Fix: Finally fix the build system
new d23b851 Fix: make install now works
new 3cb0aed Fix: Irssi formats of the status bar
new 986d9e7 Cleanup unused policy code
new e46c9bd Fix: otr contexts command behaves properly
new dd84486 Fix: install the module system wide
new b25e22d Fix: check encrypted state of fingerprint
new 205fd2b Refactor OTR key generation
new 5909f2a Fix: otr auth command secret extraction
new 8a89d54 Fix: memory leaks and comments in cmd.c
new ee3623c Fix: utils pointer check and comments
new 1f2eecb Fix: key.c comments and add asserts
new cc5b861 Create module directory on load
new cdf22ef Fix: some utils missing check and string fix
new d0b7efa Add a directory check when loading
new 2846da2 Fix: comments and fct naming in otr.c
new 264545e Add timer_control libotr callback
new 300bd84 Add otr_error_message/free libotr callbacks
new 7fabcef Fix: cleanup headers and syntax
new 1425623 Rename header to follow standard file naming
new a4bb783 Fix: use empty string if fp not found
new f534a8d Add irssi help for the otr command
new b3ccddc Update README.md
new 6e27eab Remove IRSSI_WARN which caused a print problem
new de3a677 Change text color for the auth question
new 8d8c181 Merge dgoulet's irssi-otr upstream master
new e640c32 Fix merge by adding missing files
new 96bd770 Fix: add missing files to makefiles for release
new 22d4e28 Update version to 1.0.0-alpha1
new 7d43de6 Fix: move NULL free out of end label
new 2413cfd Fix: install help in /usr
new 0668825 Fix: missing pthread header include
new cf5fe79 Fix: Automake install-data-hook must respect $DESTDIR
new 5f685aa Merge pull request #18 from cbab/master
new eb22db4 Fix: print right nick name on otr finish
new d1d044a Support split OTR message on receive
new c7a1466 Fix: handle zero length string in rtrim()
new 6d3eb11 Fix: remove useless value
new a8ae769 Fix: memory leak on error path
new 3077a75 Fix: small typo in README.md
new b95b007 Fix: handle IRC /me marker on msg receive
new 59ddcbe Fix: explicitly set ptr to NULL on asprintf error
new 20c4189 add debian/ directory from the original 0.3 package
new 9e60aac remove patch on non-existent file
new c0bf8b2 switch to new upstream
new c529b27 update watch file for new upstream
new 836feb7 remove xchat support, not supported by new upstream
new f574146 prepare alpha1 upload to experimental
new 35242b0 document tree layout for git-buildpackage
new 330bcc8 switch to dh9
new ff11909 bump libotr dependency to libotr 4
new ddfae5b drop cmake and cdbs dependencies
new e9bd639 call bootstrap script manually
new 75107e4 rely on the builtin install targets
new c7e5d70 patch: fix build toolchain to respect DESTDIR
new 8075230 explain why we have an upstream branch
new b461958 properly apply patch
new 9395bdb Revert "Fix: move NULL free out of end label"
new 4f53941 cleanup automake voodoo
new a3269d4 fix pedantic lintian warnings
new b9dec90 remove copyright notices refering to non-existent code
new 53351cf update to standards version 3.9.4
new e80e29d Merge pull request #30 from anarcat/master
new 1c47abb depend on the patched libotr5, otherwise this thing doesn't work at all
new c4dcef9 Update version to v1.0.0-alpha2
new 305e7fa Merge tag 'v1.0.0-alpha2' into upstream
new b832ae5 Merge branch 'upstream' into debian
new 904926b remove patch accepted upstream
new affd2c2 prepare alpha2 package
new b7ea400 Fix: move NULL free out of end label
new dd33bed mention this is a NMU to please lintian
new 6e18a82 bump otr5 depend back to what is in sid so this can build in a chroot
new ced3af0 add autoconf dependency that was missing
new ce4f5a3 split build-deps on multiple lines for clarity
new 4300da6 remove python build-dep
new 048c516 add missing libtool depends
new f2f27e6 make depends diffs will be easier to read
new eeb43db use dh-autoreconf instead of manual bootstrap code
new 8c00f33 add myself to maintainers, prepare experimental upload
new 7cceb0b Fix: remove .so on uninstall and set +x the .so on install
new c3f7b4a Fix: remove gmodule useless linked library flags
new e228450 try out the upstream patch for a build warning
new 57ff0a2 wrap the other depends line
new 161efc7 ship a debugging symbols package
new 481f758 prepare -2, but not release it
new 8d8655c fix syntax error
new 6767bf8 Revert "ship a debugging symbols package"
new 5cb6c27 ship a debugging symbols package, properly
new 983fa01 prepare an upload to unstable
new c2cc08d bump dependency back, now that libotr5 hit unstable
new cab3fc9 Fix: remove double quotes around a NULL value
new fdb77c9 add Vcs-* headers
new 8e4e7b2 Fix typo and add important notice to README
new 39db08e language, gender
new 0268f21 Merge pull request #38 from KwadroNaut/master
new f41c2c0 Add /otr info command
new 4297c5a Updated README.md with otr fingerprint info
new 2e208ec Update help page with otr info command
new 34d2072 Fix: otr info printing every user fingerprints
new 0d64688 Fix: otr info help syntax
new 640e98c Fix: typo in notice message of SMP event
new d7a88b6 Update version to v1.0.0
new 22dcdcf Merge tag 'v1.0.0' into debian
new b7be96e prepare 1.0.0 upload: switch maintainership to the team
new 24dc22a use upstream tags to build the tarball
new 1e992ae use tags for upstream tarball
new 9c1ec0a remove gmodule-nolink patch merged upstream
new 70c0111 ship updated watch file
new d14de63 make build verbose to remove W-compiler-flags-hidden warnings
new 3724163 Add myself to uploaders.
new dd5daa2 follow anonscm.d.o rename
new c58654b Improve language of package description. Thanks to Justin B Rye for the patch. (Closes: #786468)
new b018c3a Replace 'perfect forward secrecy' with 'forward secrecy' in package description. 'Perfect' is too bold and wrong in practice.
new ca82d14 hand over package to pkg-privacy team
The 267 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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