Home
last modified time | relevance | path

Searched refs:ihave (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/news/inn-current/inn-2.7-20211226/backends/
H A Dsend-ihave.in46 BATCHFILE=${SITE}.ihave.batch
47 LOCK=${LOCKS}/LOCK.${SITE}.ihave
55 if [ -f ${SITE}.ihave.work ] ; then
56 cat ${SITE}.ihave.work >>${BATCHFILE}
57 rm -f ${SITE}.ihave.work
59 if [ ! -f ${SITE}.ihave -o ! -s ${SITE}.ihave ] ; then
65 mv ${SITE}.ihave ${SITE}.ihave.work
66 ctlinnd -s -t30 flush ${SITE}.ihave || continue
67 cat ${SITE}.ihave.work >>${BATCHFILE}
68 rm -f ${SITE}.ihave.work
[all …]
/dports/news/inn/inn-2.6.4/backends/
H A Dsend-ihave.in47 BATCHFILE=${SITE}.ihave.batch
48 LOCK=${LOCKS}/LOCK.${SITE}.ihave
56 if [ -f ${SITE}.ihave.work ] ; then
57 cat ${SITE}.ihave.work >>${BATCHFILE}
58 rm -f ${SITE}.ihave.work
60 if [ ! -f ${SITE}.ihave -o ! -s ${SITE}.ihave ] ; then
66 mv ${SITE}.ihave ${SITE}.ihave.work
67 ctlinnd -s -t30 flush ${SITE}.ihave || continue
68 cat ${SITE}.ihave.work >>${BATCHFILE}
69 rm -f ${SITE}.ihave.work
[all …]
/dports/sysutils/shlock/inn-2.6.4/backends/
H A Dsend-ihave.in47 BATCHFILE=${SITE}.ihave.batch
48 LOCK=${LOCKS}/LOCK.${SITE}.ihave
56 if [ -f ${SITE}.ihave.work ] ; then
57 cat ${SITE}.ihave.work >>${BATCHFILE}
58 rm -f ${SITE}.ihave.work
60 if [ ! -f ${SITE}.ihave -o ! -s ${SITE}.ihave ] ; then
66 mv ${SITE}.ihave ${SITE}.ihave.work
67 ctlinnd -s -t30 flush ${SITE}.ihave || continue
68 cat ${SITE}.ihave.work >>${BATCHFILE}
69 rm -f ${SITE}.ihave.work
[all …]
/dports/news/inn-current/inn-2.7-20211226/doc/pod/
H A Dsend-ihave.pod3 send-ihave - Send ihave control messages to remote sites
7 B<send-ihave> [B<-d>] I<sitename>[B<:>I<hostname>]
12 Using B<send-ihave> is discouraged; the ihave and sendme control messages
17 In case you really need using ihave and sendme control messages, and follow
26 B<send-ihave> processes the batch files written by B<innd> to send ihave
35 B<send-ihave> encapsulates Message-IDs in an ihave control message and uses
38 The batch file generated by B<send-ihave> for a given site is named
47 news.server.com.ihave:comp.*:Tf,Wm:
50 to the end of the newsgroup pattern so that the ihave control message
58 send-ihave news.server.com
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/FSUDace/
H A Dfsu_sub.C3563 int ihave; in s_to_d() local
3587 ihave = 1; in s_to_d()
3602 else if ( ihave == 6 || ihave == 7 ) in s_to_d()
3630 ihave = 2; in s_to_d()
3635 ihave = 7; in s_to_d()
3650 ihave = 2; in s_to_d()
3654 ihave = 7; in s_to_d()
3668 ihave = 4; in s_to_d()
3670 else if ( 6 <= ihave && ihave <= 8 ) in s_to_d()
3706 else if ( ihave == 6 || ihave == 7 ) in s_to_d()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/ihave/
H A DMakefile.am8 tst-ihave.c
16 ext-ihave-binary.c \
17 ext-ihave-common.c \
18 ext-ihave.c
21 ext-ihave-binary.h \
22 ext-ihave-common.h
H A DMakefile.in109 am__objects_1 = tst-ihave.lo
112 ext-ihave-binary.lo ext-ihave-common.lo ext-ihave.lo
134 ./$(DEPDIR)/ext-ihave-binary.Plo \
135 ./$(DEPDIR)/ext-ihave-common.Plo ./$(DEPDIR)/ext-ihave.Plo \
136 ./$(DEPDIR)/tst-ihave.Plo
379 tst-ihave.c
387 ext-ihave-binary.c \
388 ext-ihave-common.c \
389 ext-ihave.c
392 ext-ihave-binary.h \
[all …]
/dports/news/cnews/cnews-cr.g_18/doc/
H A Dihave2 .Ix ihave/sendme
32 .I ihave
38 of its ihave/sendme
73 .I ihave ,
95 .I "ihave site"
102 .B .ihave/togo
153 .so ihave.pic
198 .I ihave
224 .I ihave
234 .I ihave
[all …]
H A Dmakefile4 log biblio trouble tune b-to-c ihave rfcerrata problems vms \
10 guide.ps index.raw: $(FILES) ihave.pic $(PREREQS)
13 preview index.raw: $(FILES) ihave.pic $(PREREQS)
26 ihave.pic: ihave.pic.in
27 pic ihave.pic.in >$@
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/ihave/
H A Drestrictions.svtest2 require "ihave";
5 if ihave "encoded-character" {
6 test_fail "encoded-character extension is incompatible with ihave";
11 if ihave "variables" {
12 test_fail "variables extension is incompatible with ihave";
H A Dexecute.svtest8 if not test_script_compile "execute/ihave.sieve" {
20 test_binary_save "ihave-basic";
21 test_binary_load "ihave-basic";
/dports/news/inn-current/inn-2.7-20211226/contrib/
H A Dnewsresp.c220 static char ihave[32], dot[] = ".\r\n", quit[] = "quit\r\n"; in punt() local
251 snprintf(ihave, sizeof(ihave), "ihave <%u@a>\r\n", start + numart); in punt()
253 printf(">>> %s", ihave); in punt()
254 if (write(sock, ihave, strlen(ihave)) != (int) strlen(ihave)) { in punt()
/dports/news/inn/inn-2.6.4/contrib/
H A Dnewsresp.c217 static char ihave[32], in punt() local
250 snprintf(ihave,sizeof(ihave),"ihave <%u@a>\r\n",start+numart); in punt()
252 printf(">>> %s",ihave); in punt()
253 if ( write(sock,ihave,strlen(ihave)) != (int) strlen(ihave) ) { in punt()
/dports/sysutils/shlock/inn-2.6.4/contrib/
H A Dnewsresp.c217 static char ihave[32], in punt() local
250 snprintf(ihave,sizeof(ihave),"ihave <%u@a>\r\n",start+numart); in punt()
252 printf(">>> %s",ihave); in punt()
253 if ( write(sock,ihave,strlen(ihave)) != (int) strlen(ihave) ) { in punt()
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dcommands.c632 bool ihave, permanent; in CMDpost() local
634 ihave = (strcasecmp(av[0], "IHAVE") == 0); in CMDpost()
637 if (ihave && ac == 2 && !IsValidMessageID(av[1], true, laxmid)) { in CMDpost()
643 if (ihave && (!PERMaccessconf->allowihave || !PERMcanpost)) { in CMDpost()
649 if (!ihave && !PERMcanpost) { in CMDpost()
672 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
679 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
706 if (ihave) { in CMDpost()
809 ihave ? NNTP_FAIL_IHAVE_REJECT : NNTP_FAIL_POST_REJECT, in CMDpost()
820 ihave ? NNTP_OK_IHAVE : NNTP_OK_POST, idbuff); in CMDpost()
[all …]
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dcommands.c626 bool ihave, permanent; in CMDpost() local
628 ihave = (strcasecmp(av[0], "IHAVE") == 0); in CMDpost()
631 if (ihave && ac == 2 && !IsValidMessageID(av[1], true, laxmid)) { in CMDpost()
637 if (ihave && (!PERMaccessconf->allowihave || !PERMcanpost)) { in CMDpost()
643 if (!ihave && !PERMcanpost) { in CMDpost()
665 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
673 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
680 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
699 if (ihave) { in CMDpost()
800 ihave ? NNTP_FAIL_IHAVE_REJECT : NNTP_FAIL_POST_REJECT, longline); in CMDpost()
[all …]
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dcommands.c626 bool ihave, permanent; in CMDpost() local
628 ihave = (strcasecmp(av[0], "IHAVE") == 0); in CMDpost()
631 if (ihave && ac == 2 && !IsValidMessageID(av[1], true, laxmid)) { in CMDpost()
637 if (ihave && (!PERMaccessconf->allowihave || !PERMcanpost)) { in CMDpost()
643 if (!ihave && !PERMcanpost) { in CMDpost()
665 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
673 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
680 ihave ? NNTP_FAIL_IHAVE_DEFER : NNTP_FAIL_POST_AUTH); in CMDpost()
699 if (ihave) { in CMDpost()
800 ihave ? NNTP_FAIL_IHAVE_REJECT : NNTP_FAIL_POST_REJECT, longline); in CMDpost()
[all …]
/dports/news/cnews/cnews-cr.g_18/relay/regress/ih/
H A Dart92.wehave5 Subject: ihave remote
6 Control: ihave remote
8 Notes: this article should be listed in remote.ihave/togo file
H A Dart91.ihave3 Message-ID: <#91.ihave@hostb>
5 Subject: ihave hostb
6 Control: ihave hostb
/dports/news/cnews/cnews-cr.g_18/batch/
H A DREADME3 batchih part of the ihave/sendme batching stuff
5 batchra part of the ihave/sendme batching stuff
6 batchsm part of the ihave/sendme batching stuff
18 viainews transmission program for ihave/sendme batching stuff
/dports/news/p5-News-Article-NoCeM/News-Article-NoCeM-0.09/
H A DNoCeM.pm111 sub ihave subroutine
233 my $ihave = shift;
236 return $ihave ? $self->SUPER::ihave($conn) : $self->SUPER::post($conn);
/dports/news/cnews/cnews-cr.g_18/conf/
H A Dsys.eg30 # sample ihave/sendme link
31 # NOTE, this is uucp ihave/sendme, not related to NNTP in any way.
32 # Send ihave telling louie what we have -- batcher turns the batch into a
38 # Also, since ihave/sendme is slow, send local postings to louie without
39 # waiting for ihave/sendme
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/mime/
H A Dexecute.svtest63 test_binary_save "ihave-basic";
64 test_binary_load "ihave-basic";
80 test_binary_save "ihave-basic";
81 test_binary_load "ihave-basic";
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-pubsub/
H A Dgossipsub.go563 topic := ihave.GetTopicID()
626 ihave[mid] = msg
630 if len(ihave) == 0 {
637 for _, msg := range ihave {
1037 ihave, ok := gs.gossip[p]
1168 for _, ihave := range ctl.Ihave {
1341 ihave := outbound
1346 ihave--
1647 for p, ihave := range gs.gossip {
1663 gossip = append(gossip, ihave)
[all …]
/dports/news/cnews/cnews-cr.g_18/relay/
H A DREADME13 ihave.not.c is an alternate version of ihave.c for sites that specifically
14 wish to disable ihave/sendme (typically because of foolishness like

12345678910>>...13