Home
last modified time | relevance | path

Searched refs:LOG_SRVOUT (Results 1 – 15 of 15) sorted by relevance

/dports/irc/evangeline/evangeline/modules/server.mod/
H A Dserver.c505 putlog(LOG_SRVOUT, "*", "[m=>] %s", tosend); in fast_deq()
762 putlog(LOG_SRVOUT, "*", "[m->] %s", newmsg); in deq_kick()
765 putlog(LOG_SRVOUT, "*", "[s->] %s", newmsg); in deq_kick()
768 putlog(LOG_SRVOUT, "*", "[h->] %s", newmsg); in deq_kick()
817 putlog(LOG_SRVOUT, "*", "[m->] %s", buf); in queue_server()
904 putlog(LOG_SRVOUT, "*", "[!m] %s", buf); in queue_server()
907 putlog(LOG_SRVOUT, "*", "[!s] %s", buf); in queue_server()
910 putlog(LOG_SRVOUT, "*", "[!h] %s", buf); in queue_server()
913 putlog(LOG_SRVOUT, "*", "[!!m] %s", buf); in queue_server()
916 putlog(LOG_SRVOUT, "*", "[!!s] %s", buf); in queue_server()
[all …]
H A Dservmsg.c1067 putlog(LOG_SRVOUT, "*", "adding 2secs penalty (successful kick)"); in gotkick()
1080 putlog(LOG_SRVOUT, "*", "adding 1sec penalty (remote whois)"); in whoispenalty()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/server.mod/
H A Dserver.c530 putlog(LOG_SRVOUT, "*", "[m=>] %s", tosend); in fast_deq()
794 putlog(LOG_SRVOUT, "*", "[m->] %s", newmsg); in deq_kick()
797 putlog(LOG_SRVOUT, "*", "[s->] %s", newmsg); in deq_kick()
800 putlog(LOG_SRVOUT, "*", "[h->] %s", newmsg); in deq_kick()
859 putlog(LOG_SRVOUT, "*", "[m->] %s", buf); in queue_server()
949 putlog(LOG_SRVOUT, "*", "[!m] %s", buf); in queue_server()
952 putlog(LOG_SRVOUT, "*", "[!s] %s", buf); in queue_server()
955 putlog(LOG_SRVOUT, "*", "[!h] %s", buf); in queue_server()
958 putlog(LOG_SRVOUT, "*", "[!!m] %s", buf); in queue_server()
961 putlog(LOG_SRVOUT, "*", "[!!s] %s", buf); in queue_server()
[all …]
H A Dtclserv.c70 putlog(LOG_SRVOUT, "*", "[r->] %s", q);
72 putlog(LOG_SRVOUT, "*", "[+r->] %s", q);
H A Dservmsg.c1219 putlog(LOG_SRVOUT, "*", "adding 2secs penalty (successful kick)"); in gotkick()
1234 putlog(LOG_SRVOUT, "*", "adding 1sec penalty (remote whois)"); in whoispenalty()
/dports/irc/evangeline/evangeline/src/
H A Dflags.c76 res |= raw_log ? LOG_SRVOUT : 0; in logmodes()
147 if ((x & LOG_SRVOUT) && raw_log) in masktype()
207 if ((x & LOG_SRVOUT) && raw_log) in maskname()
H A Devangeline.h449 #define LOG_SRVOUT 0x100000 /* v server output */ macro
H A Dcmds.c660 md &= ~(LOG_RAW | LOG_SRVOUT | LOG_BOTNET | LOG_BOTSHARE); in cmd_console()
1354 LOG_WALL | LOG_FILES | LOG_SRVOUT); in check_dcc_chanattrs()
/dports/irc/evangeline/evangeline-msa/src/
H A Dflags.c76 res |= raw_log ? LOG_SRVOUT : 0; in logmodes()
147 if ((x & LOG_SRVOUT) && raw_log) in masktype()
207 if ((x & LOG_SRVOUT) && raw_log) in maskname()
H A Devangeline.h449 #define LOG_SRVOUT 0x100000 /* v server output */ macro
H A Dcmds.c660 md &= ~(LOG_RAW | LOG_SRVOUT | LOG_BOTNET | LOG_BOTSHARE); in cmd_console()
1354 LOG_WALL | LOG_FILES | LOG_SRVOUT); in check_dcc_chanattrs()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dflags.c92 res |= raw_log ? LOG_SRVOUT : 0; in logmodes()
172 if ((x & LOG_SRVOUT) && raw_log) in masktype()
236 if ((x & LOG_SRVOUT) && raw_log) in maskname()
H A Deggdrop.h621 #define LOG_SRVOUT 0x100000 /* v server output */ macro
H A Duserrec.c922 md &= ~(LOG_RAW | LOG_SRVOUT | LOG_BOTNETIN | LOG_BOTNETOUT | LOG_BOTSHRIN | LOG_BOTSHROUT); in check_conflags()
/dports/irc/eggdrop/eggdrop-1.9.1/doc/
H A DChanges1.62286 - Fixed empty line on LOG_SRVOUT and removed a debug-output which