CVS log for epic5/script/epic-crypt-gpg |
 |
Up to [Epic CVS] / epic5 / script
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 08:03:34 2001 UTC (6 years, 10 months ago) by crazyed
Branch:
MAIN
CVS Tags:
wd-devel,
epic5-0_3_9,
epic5-0_3_8,
epic5-0_3_7,
epic5-0_3_6,
epic5-0_3_5,
epic5-0_3_4,
epic5-0_3_3,
epic5-0_3_2,
epic5-0_3_1,
epic5-0_2_0,
epic5-0_0_8,
epic5-0_0_7,
epic5-0_0_6,
epic5-0_0_5,
epic5-0_0_4,
epic5-0_0_3,
epic5-0_0_2,
epic5-0_0_1,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_7,
epic4-1_1_6,
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13,
epic4-1_1_12,
epic4-1_1_11,
epic4-1_1_10,
HEAD
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
* Use the maximum gzip compression in the gpg encryption scripts. With
ascii armoring, this is good for around 400 characters of human readable
text in a single privmsg. Without, it should be capable of doing more
than 500. Problem: A CTCP SED message is not complete without the
terminating 0x1 character. A message that is too large will be received
without this character and hence decryption will not be attempted. How
can this be fixed without resorting to not using ctcps at all?
* Added a command queues script which is also useful for demonstrating
how to filter commands through aliases with or without expansion.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Sun Dec 2 02:30:57 2001 UTC (6 years, 10 months ago) by crazyed
Branch:
MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
* Simplified the gpg encryption scripts somewhat.
* Added $encryptparm(); This takes one argument which is matched against
the encryption list, returning all the paramaters in such a fashion
that they can be applied directly to /encrypt to reproduce the same
entry. The argument is matched in exactly the same way that it is in sed
messages, making it most useful for hooks.
* Remembered to increment commit_id.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Thu Nov 29 21:04:47 2001 UTC (6 years, 10 months ago) by crazyed
Branch:
MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Altered the processing of received SED CTCPs so that enclosed CTCP
_replies_ are treated as replies and not requests.
Minor cosmetic updates to the gpg scripts.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Nov 26 21:40:32 2001 UTC (6 years, 10 months ago) by crazyed
Branch:
MAIN
Changes since 1.1: +15 -2 lines
Diff to previous 1.1
Added comments to explain and demonstrate how such a script might be created.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Mon Nov 26 18:40:32 2001 UTC (6 years, 10 months ago) by crazyed
Branch:
MAIN
Two scripts ready for use with /encrypt. One does ascii armoring, the
other just reads and dumps raw lines.
commit_id not bumped because this doesn't touch the binary.
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.