| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385 |
- #ifdef LEAF
- /*
- * irc.c -- part of irc.mod
- * support for channels within the bot
- *
- */
- #include "src/common.h"
- #define MAKING_IRC
- #include "irc.h"
- #include "src/match.h"
- #include "src/settings.h"
- #include "src/tandem.h"
- #include "src/net.h"
- #include "src/botnet.h"
- #include "src/botmsg.h"
- #include "src/main.h"
- #include "src/cfg.h"
- #include "src/userrec.h"
- #include "src/misc.h"
- #include "src/rfc1459.h"
- #include "src/chanprog.h"
- #include "src/auth.h"
- #include "src/userrec.h"
- #include "src/salt.h"
- #include "src/tclhash.h"
- #include "src/userent.h"
- #include "src/egg_timer.h"
- #include "src/mod/share.mod/share.h"
- #include "src/mod/server.mod/server.h"
- #include "src/mod/channels.mod/channels.h"
- #include <stdarg.h>
- #define PRIO_DEOP 1
- #define PRIO_KICK 2
- int host_synced = 0;
- static int net_type = 0;
- static int wait_split = 300; /* Time to wait for user to return from
- net-split. */
- int max_bans; /* Modified by net-type 1-4 */
- int max_exempts;
- int max_invites;
- int max_modes; /* Modified by net-type 1-4 */
- static int bounce_bans = 0;
- static int bounce_exempts = 0;
- static int bounce_invites = 0;
- static int bounce_modes = 0;
- unsigned int modesperline; /* Number of modes per line to send. */
- static int mode_buf_len = 200; /* Maximum bytes to send in 1 mode. */
- int use_354 = 0; /* Use ircu's short 354 /who
- responses. */
- static int kick_fun = 0;
- static int ban_fun = 1;
- static int keepnick = 1; /* Keep nick */
- static int prevent_mixing = 1; /* To prevent mixing old/new modes */
- static int include_lk = 1; /* For correct calculation
- in real_add_mode. */
- #include "chan.c"
- #include "mode.c"
- #include "cmdsirc.c"
- #include "msgcmds.c"
- static void detect_autokick(char *nick, char *uhost, struct chanset_t *chan, char *msg)
- {
- struct flag_record fr = {FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- struct userrec *u = NULL;
- int i = 0, tot = 0;
- if (!nick || !nick[0] || !uhost || !uhost[0] || !chan || !msg || !msg[0])
- return;
-
- tot = strlen(msg);
- u = get_user_by_host(uhost);
- get_user_flagrec(u, &fr, chan->dname);
- for(; *msg; ++msg) {
- if (egg_isupper(*msg))
- i++;
- }
- /* if ((chan->capslimit)) { */
- while (((msg) && *msg)) {
- if (egg_isupper(*msg))
- i++;
- msg++;
- }
- /*
- if (chan->capslimit && ((i / tot) >= chan->capslimit)) {
- dprintf(DP_MODE, "PRIVMSG %s :flood stats for %s: %d/%d are CAP, percentage: %d\n", chan->name, nick, i, tot, (i/tot)*100);
- if ((((i / tot) * 100) >= 50)) {
- dprintf(DP_HELP, "PRIVMSG %s :cap flood.\n", chan->dname);
- }
- */
- }
- void makeopline(struct chanset_t *chan, char *nick, char *buf)
- {
- char plaincookie[20] = "", enccookie[48] = "", *p = NULL, nck[20] = "", key[200] = "";
- memberlist *m = NULL;
- if ((m = ismember(chan, nick)))
- strcpy(nck, m->nick);
- else
- strcpy(nck, nick);
- makeplaincookie(chan->dname, nck, plaincookie);
- strcpy(key, botname);
- strcat(key, SALT2);
- /* putlog(LOG_DEBUG, "*", "Encrypting opline for %s with cookie %s and key %s", nck, plaincookie, key); */
- p = encrypt_string(key, plaincookie);
- strcpy(enccookie, p);
- free(p);
- sprintf(buf, "MODE %s +o-b %s *!*@<%s>\n", chan->name, nck, enccookie);
- }
- /*
- opreq = o #chan nick
- inreq = i #chan nick uhost
- inreq keyreply = K #chan key
- */
- void getin_request(char *botnick, char *code, char *par)
- {
- char *tmp = NULL,
- *chname = NULL,
- *nck = NULL,
- *hst = NULL,
- *ip4 = NULL,
- *ip6 = NULL,
- *what = NULL,
- *p = NULL,
- *p2 = NULL,
- *p3 = NULL;
- struct chanset_t *chan = NULL;
- memberlist *mem = NULL;
- struct userrec *u = NULL;
- char nick[NICKLEN] = "";
- char host[UHOSTLEN] = "";
- char ip4host[UHOSTLEN] = "";
- char ip6host[UHOSTLEN] = "";
- char s[256] = "",
- s2[16] = "";
- int lim,
- curlim,
- sendi = 0;
- struct maskrec **mr = NULL,
- *tmr = NULL;
- struct maskstruct *b = NULL;
- struct flag_record fr = { FR_GLOBAL | FR_CHAN , 0, 0, 0 };
- if (!server_online)
- return;
-
- if (!par[0] || !par)
- return;
- what = newsplit(&par);
- chname = newsplit(&par);
- if (!chname[0] || !chname)
- return;
- if (!(chan = findchan_by_dname(chname))) {
- putlog(LOG_GETIN, "*", "getin req from %s for %s which is not a valid channel!", botnick, chname);
- return;
- }
- nck = newsplit(&par);
- if (!nck[0])
- return;
- hst = newsplit(&par);
- if (nck[0]) {
- strncpyz(nick, nck, sizeof(nick));
- } else
- nick[0] = 0;
- if (hst[0]) {
- strncpyz(host, hst, sizeof(host));
- ip4 = newsplit(&par);
- if (ip4[0]) {
- char *tmp2 = NULL;
- tmp = strdup(host);
- tmp2 = strtok(tmp, "@");
- egg_snprintf(ip4host, sizeof ip4host, "%s@%s", strtok(tmp2, "@") ,ip4);
- free(tmp);
- } else {
- ip4host[0] = 0;
- }
- ip6 = newsplit(&par);
- if (ip6[0]) {
- char *tmp2 = NULL;
- tmp = strdup(host);
- tmp2 = strtok(tmp, "@");
- egg_snprintf(ip6host, sizeof ip6host, "%s@%s", strtok(tmp2, "@") ,ip6);
- free(tmp);
- } else {
- ip6host[0] = 0;
- }
- } else
- host[0] = 0;
- /*
- if (!ismember(chan, botname)) {
- putlog(LOG_GETIN, "*", "getin req from %s for %s - I'm not on %s!", botnick, chname, chname);
- return;
- }
- */
- u = get_user_by_handle(userlist, botnick);
- if (nick[0])
- mem = ismember(chan, nick);
- if (what[0] == 'o') {
- if (!nick[0]) {
- putlog(LOG_GETIN, "*", "opreq from %s/??? on %s - No nick specified - SHOULD NOT HAPPEN", botnick, chname);
- return;
- }
- if (!chan) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - Channel %s doesn't exist", botnick, nick, chname, chname);
- return;
- }
- if (!mem) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - %s isn't on %s", botnick, nick, chan->dname, nick, chan->dname);
- return;
- }
- if (!u) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - No user called %s in userlist", botnick, nick, chan->dname, botnick);
- return;
- }
- if (mem->user != u) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - %s doesn't match %s", botnick, nick, chan->dname, nick, botnick);
- return;
- }
- get_user_flagrec(u, &fr, chan->dname);
- if (!chk_op(fr, chan)) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - %s doesnt have +o for chan.", botnick, nick, chan->dname, botnick);
- return;
- }
- if (chan_hasop(mem)) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - %s already has ops", botnick, nick, chan->dname, nick);
- return;
- }
- if (chan_issplit(mem)) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - %s is split", botnick, nick, chan->dname, nick);
- return;
- }
- if (!me_op(chan)) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - I haven't got ops", botnick, nick, chan->dname);
- return;
- }
- if (chan_sentop(mem)) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - Already sent a +o", botnick, nick, chan->dname);
- return;
- }
- if (server_lag > LAG_THRESHOLD) {
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - I'm too lagged", botnick, nick, chan->dname);
- return;
- }
- if (chan->channel.no_op) {
- if (chan->channel.no_op > now) /* dont op until this time has passed */
- return;
- else
- chan->channel.no_op = 0;
- }
- do_op(nick, chan, 0, 1);
- mem->flags |= SENTOP;
- putlog(LOG_GETIN, "*", "opreq from %s/%s on %s - Opped", botnick, nick, chan->dname);
- } else if (what[0] == 'i') {
- strcpy(s, getchanmode(chan));
- p = (char *) &s;
- p2 = newsplit(&p);
- p3 = newsplit(&p);
- if (!nick[0]) {
- putlog(LOG_GETIN, "*", "inreq from %s/??? for %s - No nick specified - SHOULD NOT HAPPEN", botnick, chname);
- return;
- }
- if (!chan) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Channel %s doesn't exist", botnick, nick, chname, chname);
- return;
- }
- if (mem) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - %s is already on %s", botnick, nick, chan->dname, nick, chan->dname);
- return;
- }
- if (!u) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - No user called %s in userlist", botnick, nick, chan->dname, botnick);
- return;
- }
- get_user_flagrec(u, &fr, chan->dname);
- if (!chk_op(fr, chan)) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - %s doesn't have acces for chan.", botnick, nick, chan->dname, botnick);
- return;
- }
- if (server_lag > LAG_THRESHOLD) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - I'm too lagged", botnick, nick, chan->dname);
- return;
- }
- if (!(channel_pending(chan) || channel_active(chan))) {
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - I'm not on %s now", botnick, nick, chan->dname, chan->dname);
- return;
- }
- if (strchr(p2, 'l')) {
- if (!me_op(chan))
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - I haven't got ops", botnick, nick, chan->dname);
- else {
- lim = chan->channel.members + 5;
- if (!*p)
- curlim = atoi(p3);
- else
- curlim = atoi(p);
- if (curlim > 0 && curlim < lim) {
- sendi = 1;
- simple_sprintf(s2, "%d", lim);
- add_mode(chan, '+', 'l', s2);
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Raised limit to %d", botnick, nick, chan->dname, lim);
- }
- }
- }
- mr = &global_bans;
- while (*mr) {
- if (wild_match((*mr)->mask, host) || wild_match((*mr)->mask, ip4host) || wild_match((*mr)->mask, ip6host)) {
- if (!noshare) {
- shareout(NULL, "-b %s\n", (*mr)->mask);
- }
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Removed permanent global ban %s", botnick, nick, chan->dname, (*mr)->mask);
- /*gban_total--;*/
- free((*mr)->mask);
- if ((*mr)->desc)
- free((*mr)->desc);
- if ((*mr)->user)
- free((*mr)->user);
- tmr = *mr;
- *mr = (*mr)->next;
- free(tmr);
- } else {
- mr = &((*mr)->next);
- }
- }
- mr = &chan->bans;
- while (*mr) {
- if (wild_match((*mr)->mask, host) || wild_match((*mr)->mask, ip4host) || wild_match((*mr)->mask, ip6host)) {
- if (!noshare) {
- shareout(NULL, "-bc %s %s\n", chan->dname, (*mr)->mask);
- }
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Removed permanent channel ban %s", botnick, nick, chan->dname, (*mr)->mask);
- free((*mr)->mask);
- if ((*mr)->desc)
- free((*mr)->desc);
- if ((*mr)->user)
- free((*mr)->user);
- tmr = *mr;
- *mr = (*mr)->next;
- free(tmr);
- } else {
- mr = &((*mr)->next);
- }
- }
- for (b = chan->channel.ban; b->mask[0]; b = b->next) {
- if (wild_match(b->mask, host) || wild_match(b->mask, ip4host) || wild_match(b->mask, ip6host)) {
- add_mode(chan, '-', 'b', b->mask);
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Removed active ban %s", botnick, nick, chan->dname, b->mask);
- sendi = 1;
- }
- }
- if (strchr(p2, 'k')) {
- sendi = 0;
- tmp = calloc(1, strlen(chan->dname) + strlen(p3) + 7);
- sprintf(tmp, "gi K %s %s", chan->dname, p3);
- botnet_send_zapf(nextbot(botnick), conf.bot->nick, botnick, tmp);
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Sent key (%s)", botnick, nick, chan->dname, p3);
- free(tmp);
- }
- if (strchr(p2, 'i')) {
- if (!me_op(chan))
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - I haven't got ops", botnick, nick, chan->dname);
- else {
- sendi = 1;
- putlog(LOG_GETIN, "*", "inreq from %s/%s for %s - Invited", botnick, nick, chan->dname);
- }
- }
- if (sendi && me_op(chan))
- dprintf(DP_MODE, "INVITE %s %s\n", nick, chan->name);
- } else if (what[0] == 'K') {
- if (!chan) {
- putlog(LOG_GETIN, "*", "Got key for nonexistant channel %s from %s", chname, botnick);
- return;
- }
- if (!shouldjoin(chan)) {
- putlog(LOG_GETIN, "*", "Got key for %s from %s - I shouldn't be on that chan?!?", chan->dname, botnick);
- } else {
- if (!(channel_pending(chan) || channel_active(chan))) {
- putlog(LOG_GETIN, "*", "Got key for %s from %s (%s) - Joining", chan->dname, botnick, nick);
- dprintf(DP_MODE, "JOIN %s %s\n", chan->dname, nick);
- } else {
- putlog(LOG_GETIN, "*", "Got key for %s from %s - I'm already in the channel", chan->dname, botnick);
- }
- }
- }
- }
- void check_hostmask()
- {
- char s[UHOSTLEN + 2] = "", *tmp = NULL;
- struct list_type *q = NULL;
- if (!server_online || !botuserhost[0])
- return;
- checked_hostmask = 1;
- tmp = botuserhost;
- if (tmp[0] == '~') {
- tmp++;
- sprintf(s, "*!*%s", tmp);
- } else
- sprintf(s, "*!%s", tmp);
- for (q = get_user(&USERENTRY_HOSTS, conf.bot->u); q; q = q->next) {
- if (!egg_strcasecmp(q->extra, s))
- return;
- }
- addhost_by_handle(conf.bot->nick, s);
- putlog(LOG_GETIN, "*", "Updated my hostmask: %s", s);
- }
- static void request_op(struct chanset_t *chan)
- {
- int i = 0, my_exp = 0, first = 100, n, cnt, i2;
- memberlist *ml = NULL;
- memberlist *botops[MAX_BOTS];
- char s[100] = "", *l = NULL, myserv[SERVLEN] = "";
- struct flag_record fr = { FR_GLOBAL | FR_CHAN | FR_ANYWH, 0, 0, 0 };
- if (!chan || (chan && (channel_pending(chan) || !shouldjoin(chan) || !channel_active(chan) || me_op(chan))))
- return;
- if (chan->channel.no_op) {
- if (chan->channel.no_op > now) /* dont op until this time has passed */
- return;
- else
- chan->channel.no_op = 0;
- }
- chan->channel.do_opreq = 0;
- /* check server lag */
- if (server_lag > LAG_THRESHOLD) {
- putlog(LOG_GETIN, "*", "Not asking for ops on %s - I'm too lagged", chan->dname);
- return;
- }
- /* max OPREQ_COUNT requests per OPREQ_SECONDS sec */
- n = now;
- while (i < 5) {
- if (n - chan->opreqtime[i] > OPREQ_SECONDS) {
- if (first > i)
- first = i;
- my_exp++;
- chan->opreqtime[i] = 0;
- }
- i++;
- }
- if ((5 - my_exp) >= OPREQ_COUNT) {
- putlog(LOG_GETIN, "*", "Delaying opreq for %s - Maximum of %d:%d reached", chan->dname, OPREQ_COUNT, OPREQ_SECONDS);
- return;
- }
- if (!checked_hostmask)
- check_hostmask(); /* check, and update hostmask */
- ml = chan->channel.member;
- myserv[0] = 0;
- for (i = 0; ((i < MAX_BOTS) && (ml) && (ml->nick[0])); ml = ml->next) {
- /* If bot, linked, global op & !split & chanop & (chan is reserver | bot isn't +a) ->
- add to temp list */
- if ((i < MAX_BOTS) && (ml->user)) {
- get_user_flagrec(ml->user, &fr, NULL);
- if (bot_hublevel(ml->user) == 999 && glob_bot(fr) && chk_op(fr, chan) &&
- chan_hasop(ml) && !chan_issplit(ml) && nextbot(ml->user->handle) >= 0)
- botops[i++] = ml;
- }
- if (!strcmp(ml->nick, botname))
- if (ml->server)
- strcpy(myserv, ml->server);
- }
- if (!i) {
- /* FIXME: This notice floods when bots arent in chans..*/
- if (channel_active(chan) && !channel_pending(chan))
- putlog(LOG_GETIN, "*", "No one to ask for ops on %s", chan->dname);
- return;
- }
- /* first scan for bots on my server, ask first found for ops */
- cnt = OP_BOTS;
- sprintf(s, "gi o %s %s", chan->dname, botname);
- l = calloc(1, cnt * 50);
- for (i2 = 0; i2 < i; i2++) {
- if (botops[i2]->server && (!strcmp(botops[i2]->server, myserv))) {
- putbot(botops[i2]->user->handle, s);
- chan->opreqtime[first] = n;
- if (l[0]) {
- strcat(l, ", ");
- strcat(l, botops[i2]->user->handle);
- } else {
- strcpy(l, botops[i2]->user->handle);
- }
- strcat(l, "/");
- strcat(l, botops[i2]->nick);
- botops[i2] = NULL;
- cnt--;
- break;
- }
- }
- /* Pick random op and ask for ops */
- while (cnt) {
- i2 = randint(i);
- if (botops[i2]) {
- putbot(botops[i2]->user->handle, s);
- chan->opreqtime[first] = n;
- if (l[0]) {
- strcat(l, ", ");
- strcat(l, botops[i2]->user->handle);
- } else {
- strcpy(l, botops[i2]->user->handle);
- }
- strcat(l, "/");
- strcat(l, botops[i2]->nick);
- cnt--;
- botops[i2] = NULL;
- } else {
- if (i < OP_BOTS)
- cnt--;
- }
- }
- putlog(LOG_GETIN, "*", "Requested ops on %s from %s", chan->dname, l);
- free(l);
- }
- static void request_in(struct chanset_t *chan)
- {
- char s[255] = "", *l = NULL;
- int i = 0;
- int cnt, n;
- struct userrec *botops[MAX_BOTS], *u = NULL;
- struct flag_record fr = { FR_GLOBAL | FR_CHAN | FR_ANYWH, 0, 0, 0 };
- for (u = userlist; u && (i < MAX_BOTS); u = u->next) {
- get_user_flagrec(u, &fr, NULL);
- if (bot_hublevel(u) == 999 && glob_bot(fr) && chk_op(fr, chan)
- #ifdef G_BACKUP
- && (!glob_backupbot(fr) || channel_backup(chan))
- #endif/* G_BACKUP */
- && nextbot(u->handle) >= 0)
- botops[i++] = u;
- }
- if (!i) {
- putlog(LOG_GETIN, "*", "No bots linked, can't request help to join %s", chan->dname);
- return;
- }
- if (!checked_hostmask)
- check_hostmask(); /* check, and update hostmask */
- cnt = IN_BOTS;
- sprintf(s, "gi i %s %s %s!%s %s %s", chan->dname, botname, botname, botuserhost, myipstr(4) ? myipstr(4) : "."
- , myipstr(6) ? myipstr(6) : ".");
- l = calloc(1, cnt * 30);
- while (cnt) {
- n = randint(i);
- if (botops[n]) {
- putbot(botops[n]->handle, s);
- if (l[0]) {
- strcat(l, ", ");
- strcat(l, botops[n]->handle);
- } else {
- strcpy(l, botops[n]->handle);
- }
- botops[n] = NULL;
- cnt--;
- } else {
- if (i < IN_BOTS)
- cnt--;
- }
- }
- putlog(LOG_GETIN, "*", "Requesting help to join %s from %s", chan->dname, l);
- free(l);
- }
- /* Contains the logic to decide wether we want to punish someone. Returns
- * true (1) if we want to, false (0) if not.
- */
- static int want_to_revenge(struct chanset_t *chan, struct userrec *u,
- struct userrec *u2, char *badnick, char *victimstr,
- int mevictim)
- {
- struct flag_record fr = { FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- /* Do not take revenge upon ourselves. */
- if (match_my_nick(badnick))
- return 0;
- get_user_flagrec(u, &fr, chan->dname);
- /* Kickee didn't kick themself? */
- if (rfc_casecmp(badnick, victimstr)) {
- /* They kicked me? */
- if (mevictim) {
- /* ... and I'm allowed to take revenge? <snicker> */
- if (channel_revengebot(chan))
- return 1;
- /* Do we revenge for our users ... and do we actually know the victim? */
- } else if (channel_revenge(chan) && u2) {
- struct flag_record fr2 = { FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- get_user_flagrec(u2, &fr2, chan->dname);
- /* Protecting friends? */
- /* Protecting ops? */
- if ((channel_protectops(chan) &&
- /* ... and kicked is valid op? */
- (chan_op(fr2) || (glob_op(fr2) && !chan_deop(fr2)))))
- return 1;
- }
- }
- return 0;
- }
- /* Dependant on revenge_mode, punish the offender.
- */
- static void punish_badguy(struct chanset_t *chan, char *whobad,
- struct userrec *u, char *badnick, char *victimstr,
- int mevictim, int type)
- {
- char reason[1024] = "", ct[81] = "", *kick_msg = NULL;
- memberlist *m = NULL;
- struct flag_record fr = { FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- m = ismember(chan, badnick);
- if (!m)
- return;
- get_user_flagrec(u, &fr, chan->dname);
- /* Get current time into a string */
- #ifdef S_UTCTIME
- egg_strftime(ct, sizeof ct, "%d %b %Z", gmtime(&now));
- #else /* !S_UTCTIME */
- egg_strftime(ct, sizeof ct, "%d %b %Z", localtime(&now));
- #endif /* S_UTCTIME */
- /* Put together log and kick messages */
- reason[0] = 0;
- switch (type) {
- case REVENGE_KICK:
- kick_msg = IRC_KICK_PROTECT;
- simple_sprintf(reason, "kicked %s off %s", victimstr, chan->dname);
- break;
- case REVENGE_DEOP:
- simple_sprintf(reason, "deopped %s on %s", victimstr, chan->dname);
- kick_msg = IRC_DEOP_PROTECT;
- break;
- default:
- kick_msg = "revenge!";
- }
- putlog(LOG_MISC, chan->dname, "Punishing %s (%s)", badnick, reason);
- /* Set the offender +d */
- if ((chan->revenge_mode > 0) &&
- /* ... unless there's no more to do */
- !(chan_deop(fr) || glob_deop(fr))) {
- char s[UHOSTLEN], s1[UHOSTLEN];
- memberlist *mx = NULL;
- /* Removing op */
- if (chan_op(fr) || (glob_op(fr) && !chan_deop(fr))) {
- fr.match = FR_CHAN;
- if (chan_op(fr)) {
- fr.chan &= ~USER_OP;
- } else {
- fr.chan |= USER_DEOP;
- }
- set_user_flagrec(u, &fr, chan->dname);
- putlog(LOG_MISC, "*", "No longer opping %s[%s] (%s)", u->handle, whobad,
- reason);
- }
- /* ... or just setting to deop */
- else if (u) {
- /* In the user list already, cool :) */
- fr.match = FR_CHAN;
- fr.chan |= USER_DEOP;
- set_user_flagrec(u, &fr, chan->dname);
- simple_sprintf(s, "(%s) %s", ct, reason);
- putlog(LOG_MISC, "*", "Now deopping %s[%s] (%s)", u->handle, whobad, s);
- }
- /* ... or creating new user and setting that to deop */
- else {
- strcpy(s1, whobad);
- maskhost(s1, s);
- strcpy(s1, badnick);
- /* If that handle exists use "badX" (where X is an increasing number)
- * instead.
- */
- while (get_user_by_handle(userlist, s1)) {
- if (!strncmp(s1, "bad", 3)) {
- int i;
- i = atoi(s1 + 3);
- simple_sprintf(s1 + 3, "%d", i + 1);
- } else
- strcpy(s1, "bad1"); /* Start with '1' */
- }
- userlist = adduser(userlist, s1, s, "-", 0, 0);
- fr.match = FR_CHAN;
- fr.chan = USER_DEOP;
- u = get_user_by_handle(userlist, s1);
- if ((mx = ismember(chan, badnick)))
- mx->user = u;
- set_user_flagrec(u, &fr, chan->dname);
- simple_sprintf(s, "(%s) %s (%s)", ct, reason, whobad);
- set_user(&USERENTRY_COMMENT, u, (void *) s);
- putlog(LOG_MISC, "*", "Now deopping %s (%s)", whobad, reason);
- }
- }
- /* Always try to deop the offender */
- if (!mevictim)
- add_mode(chan, '-', 'o', badnick);
- /* Ban. Should be done before kicking. */
- if (chan->revenge_mode > 2) {
- char s[UHOSTLEN] = "", s1[UHOSTLEN] = "";
- splitnick(&whobad);
- maskhost(whobad, s1);
- simple_sprintf(s, "(%s) %s", ct, reason);
- u_addmask('b', chan, s1, conf.bot->nick, s, now + (60 * chan->ban_time), 0);
- if (!mevictim && me_op(chan)) {
- add_mode(chan, '+', 'b', s1);
- flush_mode(chan, QUICK);
- }
- }
- /* Kick the offender */
- if ((chan->revenge_mode > 1) &&
- !chan_sentkick(m) &&
- /* ... and can I actually do anything about it? */
- me_op(chan) && !mevictim) {
- dprintf(DP_MODE, "KICK %s %s :%s%s\n", chan->name, m->nick, bankickprefix, kickreason(KICK_MEAN));
- m->flags |= SENTKICK;
- }
- }
- /* Punishes bad guys under certain circumstances using methods as defined
- * by the revenge_mode flag.
- */
- static void maybe_revenge(struct chanset_t *chan, char *whobad,
- char *whovictim, int type)
- {
- char *badnick = NULL, *victimstr = NULL;
- int mevictim;
- struct userrec *u = NULL, *u2 = NULL;
- if (!chan || (type < 0))
- return;
- /* Get info about offender */
- u = get_user_by_host(whobad);
- badnick = splitnick(&whobad);
- /* Get info about victim */
- u2 = get_user_by_host(whovictim);
- victimstr = splitnick(&whovictim);
- mevictim = match_my_nick(victimstr);
- /* Do we want to revenge? */
- if (!want_to_revenge(chan, u, u2, badnick, victimstr, mevictim))
- return; /* No, leave them alone ... */
- /* Haha! Do the vengeful thing ... */
- punish_badguy(chan, whobad, u, badnick, victimstr, mevictim, type);
- }
- /* Set the key.
- */
- static void my_setkey(struct chanset_t *chan, char *k)
- {
- free(chan->channel.key);
- if (k == NULL) {
- chan->channel.key = (char *) calloc(1, 1);
- return;
- }
- chan->channel.key = (char *) calloc(1, strlen(k) + 1);
- strcpy(chan->channel.key, k);
- }
- /* Adds a ban, exempt or invite mask to the list
- * m should be chan->channel.(exempt|invite|ban)
- */
- static void new_mask(masklist *m, char *s, char *who)
- {
- for (; m && m->mask[0] && rfc_casecmp(m->mask, s); m = m->next);
- if (m->mask[0])
- return; /* Already existent mask */
- m->next = (masklist *) calloc(1, sizeof(masklist));
- m->next->next = NULL;
- m->next->mask = (char *) calloc(1, 1);
- free(m->mask);
- m->mask = (char *) calloc(1, strlen(s) + 1);
- strcpy(m->mask, s);
- m->who = (char *) calloc(1, strlen(who) + 1);
- strcpy(m->who, who);
- m->timer = now;
- }
- /* Removes a nick from the channel member list (returns 1 if successful)
- */
- static int real_killmember(struct chanset_t *chan, char *nick, const char *file, int line)
- {
- memberlist *x = NULL, *old = NULL;
- for (x = chan->channel.member; x && x->nick[0]; old = x, x = x->next)
- if (!rfc_casecmp(x->nick, nick))
- break;
- if (!x || !x->nick[0]) {
- if (!channel_pending(chan))
- putlog(LOG_MISC, "*", "(!) killmember(%s, %s) -> nonexistent (%s: %d)", chan->dname, nick, file, line);
- return 0;
- }
- if (old)
- old->next = x->next;
- else
- chan->channel.member = x->next;
- free(x);
- chan->channel.members--;
- /* The following two errors should NEVER happen. We will try to correct
- * them though, to keep the bot from crashing.
- */
- if (chan->channel.members < 0) {
- chan->channel.members = 0;
- for (x = chan->channel.member; x && x->nick[0]; x = x->next)
- chan->channel.members++;
- putlog(LOG_MISC, "*", "(!) actually I know of %d members.", chan->channel.members);
- }
- if (!chan->channel.member) {
- chan->channel.member = (memberlist *) calloc(1, sizeof(memberlist));
- chan->channel.member->nick[0] = 0;
- chan->channel.member->next = NULL;
- }
- return 1;
- }
- /* Check if I am a chanop. Returns boolean 1 or 0.
- */
- int me_op(struct chanset_t *chan)
- {
- memberlist *mx = NULL;
- mx = ismember(chan, botname);
- if (!mx)
- return 0;
- if (chan_hasop(mx))
- return 1;
- else
- return 0;
- }
- /* Check whether I'm voice. Returns boolean 1 or 0.
- */
- static int me_voice(struct chanset_t *chan)
- {
- memberlist *mx = NULL;
- mx = ismember(chan, botname);
- if (!mx)
- return 0;
- if (chan_hasvoice(mx))
- return 1;
- else
- return 0;
- }
- /* Check if there are any ops on the channel. Returns boolean 1 or 0.
- */
- static int any_ops(struct chanset_t *chan)
- {
- memberlist *x = NULL;
- for (x = chan->channel.member; x && x->nick[0]; x = x->next)
- if (chan_hasop(x))
- break;
- if (!x || !x->nick[0])
- return 0;
- return 1;
- }
- /* Reset the channel information.
- */
- static void reset_chan_info(struct chanset_t *chan)
- {
- int opped = 0;
- /* Don't reset the channel if we're already resetting it */
- if (!shouldjoin(chan)) {
- dprintf(DP_MODE, "PART %s\n", chan->name);
- return;
- }
- if (!channel_pending(chan)) {
- if (me_op(chan))
- opped += 1;
- free(chan->channel.key);
- chan->channel.key = (char *) calloc(1, 1);
- clear_channel(chan, 1);
- chan->status |= CHAN_PEND;
- chan->status &= ~(CHAN_ACTIVE | CHAN_ASKEDMODES);
- if (!(chan->status & CHAN_ASKEDBANS)) {
- chan->status |= CHAN_ASKEDBANS;
- dprintf(DP_MODE, "MODE %s +b\n", chan->name);
- }
- if (opped && !channel_take(chan)) {
- if (!(chan->ircnet_status & CHAN_ASKED_EXEMPTS) &&
- use_exempts == 1) {
- chan->ircnet_status |= CHAN_ASKED_EXEMPTS;
- dprintf(DP_MODE, "MODE %s +e\n", chan->name);
- }
- if (!(chan->ircnet_status & CHAN_ASKED_INVITED) &&
- use_invites == 1) {
- chan->ircnet_status |= CHAN_ASKED_INVITED;
- dprintf(DP_MODE, "MODE %s +I\n", chan->name);
- }
- }
- /* These 2 need to get out asap, so into the mode queue */
- dprintf(DP_MODE, "MODE %s\n", chan->name);
- if (use_354)
- dprintf(DP_MODE, "WHO %s %%c%%h%%n%%u%%f\n", chan->name);
- else
- dprintf(DP_MODE, "WHO %s\n", chan->name);
- /* clear_channel nuked the data...so */
- }
- }
- /* If i'm the only person on the channel, and i'm not op'd,
- * might as well leave and rejoin. If i'm NOT the only person
- * on the channel, but i'm still not op'd, demand ops.
- */
- static void check_lonely_channel(struct chanset_t *chan)
- {
- memberlist *m = NULL;
- char s[UHOSTLEN] = "";
- int i = 0;
- static int whined = 0;
- if (channel_pending(chan) || !channel_active(chan) || me_op(chan) ||
- !shouldjoin(chan) || (chan->channel.mode & CHANANON))
- return;
- /* Count non-split channel members */
- for (m = chan->channel.member; m && m->nick[0]; m = m->next)
- if (!chan_issplit(m))
- i++;
- if (i == 1 && channel_cycle(chan) && !channel_stop_cycle(chan)) {
- if (chan->name[0] != '+') { /* Its pointless to cycle + chans for ops */
- putlog(LOG_MISC, "*", "Trying to cycle %s to regain ops.", chan->dname);
- dprintf(DP_MODE, "PART %s\n", chan->name);
- /* If it's a !chan, we need to recreate the channel with !!chan <cybah> */
- dprintf(DP_MODE, "JOIN %s%s %s\n", (chan->dname[0] == '!') ? "!" : "",
- chan->dname, chan->key_prot);
- whined = 0;
- }
- } else if (any_ops(chan)) {
- whined = 0;
- request_op(chan);
- /* need: op */
- } else {
- /* Other people here, but none are ops. If there are other bots make
- * them LEAVE!
- */
- int ok = 1;
- struct userrec *u = NULL;
- if (!whined) {
- /* + is opless. Complaining about no ops when without special
- * help(services), we cant get them - Raist
- */
- if (chan->name[0] != '+')
- putlog(LOG_MISC, "*", "%s is active but has no ops :(", chan->dname);
- whined = 1;
- }
- for (m = chan->channel.member; m && m->nick[0]; m = m->next) {
- sprintf(s, "%s!%s", m->nick, m->userhost);
- u = get_user_by_host(s);
- if (!match_my_nick(m->nick) && (!u || !u->bot)) {
- ok = 0;
- break;
- }
- }
- if (ok && channel_cycle(chan)) {
- /* ALL bots! make them LEAVE!!! */
- /*
- for (m = chan->channel.member; m && m->nick[0]; m = m->next)
- if (!match_my_nick(m->nick))
- dprintf(DP_SERVER, "PRIVMSG %s :go %s\n", m->nick, chan->dname);
- */
- } else {
- /* Some humans on channel, but still op-less */
- request_op(chan);
- /* need: op */
- }
- }
- }
- static void warn_pls_take()
- {
- struct chanset_t *chan = NULL;
- for (chan = chanset; chan; chan = chan->next)
- if (channel_take(chan) && me_op(chan))
- putlog(LOG_WARN, "*", "%s is set +take, and I'm already opped! +take is insecure, try +bitch instead", chan->dname);
- }
- /* FIXME: max sendq will occur. */
- void check_servers() {
- struct chanset_t *chan = NULL;
- for (chan = chanset; chan; chan = chan->next) {
- memberlist *m = NULL;
- for (m = chan->channel.member; m && m->nick[0]; m = m->next) {
- if (!match_my_nick(m->nick) && chan_hasop(m) && (!m->server || (m->server && !m->server[0]) || (m->hops == -1))) {
- putlog(LOG_DEBUG, "*", "Updating WHO for '%s' because '%s' is missing data.", chan->dname, m->nick);
- dprintf(DP_HELP, "WHO %s\n", chan->name);
- break; /* lets just do one chan at a time to save from flooding */
- }
- }
- }
- }
- #ifdef S_AUTOLOCK
- void check_netfight()
- {
- int limit = atoi(CFG_FIGHTTHRESHOLD.gdata ? CFG_FIGHTTHRESHOLD.gdata : "0");
- if (limit) {
- struct chanset_t *chan = NULL;
- for (chan = chanset; chan; chan = chan->next) {
- if ((chan->channel.fighting) && (chan->channel.fighting > limit)) {
- if (!channel_bitch(chan) || !channel_closed(chan)) {
- putlog(LOG_WARN, "*", "Auto-closed %s - channel fight", chan->dname);
- do_chanset(NULL, chan, "+bitch +closed", DO_LOCAL | DO_NET);
- enforce_closed(chan);
- dprintf(DP_MODE, "TOPIC %s :Auto-closed - channel fight\n", chan->name);
- }
- }
- chan->channel.fighting = 0; /* we put this here because we need to clear it once per min */
- }
- }
- }
- #endif /* S_AUTOLOCK */
- void raise_limit(struct chanset_t * chan) {
- int nl, cl, i, mem, ul, ll;
- char s[50] = "";
-
- if (!chan || !me_op(chan)) {
- return;
- }
- mem = chan->channel.members; /* members */
- nl = mem + chan->limitraise; /* new limit */
- cl = chan->channel.maxmembers; /* current limit */
- i = chan->limitraise / 4;
- /* if the newlimit will be in the range made by these vars, dont change. */
- ul = nl + i; /* upper limit range */
- ll = nl - i; /* lower limit range */
- if (cl > ll && cl < ul) {
- return; /* the current limit is in the range, so leave it. */
- }
- if (nl != chan->channel.maxmembers) {
- sprintf(s, "%d", nl);
- add_mode(chan, '+', 'l', s);
- }
- }
- static void check_expired_chanstuff()
- {
- masklist *b = NULL, *e = NULL;
- memberlist *m = NULL, *n = NULL;
- char s[UHOSTLEN] = "";
- struct chanset_t *chan;
- struct flag_record fr = {FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- if (!server_online)
- return;
- for (chan = chanset; chan; chan = chan->next) {
- if (channel_active(chan)) {
- if (me_op(chan)) {
- if (channel_dynamicbans(chan) && chan->ban_time)
- for (b = chan->channel.ban; b->mask[0]; b = b->next)
- if (now - b->timer > 60 * chan->ban_time &&
- !u_sticky_mask(chan->bans, b->mask) &&
- !u_sticky_mask(global_bans, b->mask) &&
- expired_mask(chan, b->who)) {
- putlog(LOG_MODES, chan->dname,
- "(%s) Channel ban on %s expired.",
- chan->dname, b->mask);
- add_mode(chan, '-', 'b', b->mask);
- b->timer = now;
- }
- if (use_exempts && channel_dynamicexempts(chan) && chan->exempt_time)
- for (e = chan->channel.exempt; e->mask[0]; e = e->next)
- if (now - e->timer > 60 * chan->exempt_time &&
- !u_sticky_mask(chan->exempts, e->mask) &&
- !u_sticky_mask(global_exempts, e->mask) &&
- expired_mask(chan, e->who)) {
- /* Check to see if it matches a ban */
- int match = 0;
- for (b = chan->channel.ban; b->mask[0]; b = b->next)
- if (wild_match(b->mask, e->mask) ||
- wild_match(e->mask, b->mask)) {
- match = 1;
- break;
- }
- /* Leave this extra logging in for now. Can be removed later
- * Jason
- */
- if (match) {
- putlog(LOG_MODES, chan->dname,
- "(%s) Channel exemption %s NOT expired. Exempt still set!",
- chan->dname, e->mask);
- } else {
- putlog(LOG_MODES, chan->dname,
- "(%s) Channel exemption on %s expired.",
- chan->dname, e->mask);
- add_mode(chan, '-', 'e', e->mask);
- }
- e->timer = now;
- }
- if (use_invites && channel_dynamicinvites(chan) &&
- chan->invite_time && !(chan->channel.mode & CHANINV))
- for (b = chan->channel.invite; b->mask[0]; b = b->next)
- if (now - b->timer > 60 * chan->invite_time &&
- !u_sticky_mask(chan->invites, b->mask) &&
- !u_sticky_mask(global_invites, b->mask) &&
- expired_mask(chan, b->who)) {
- putlog(LOG_MODES, chan->dname,
- "(%s) Channel invitation on %s expired.",
- chan->dname, b->mask);
- add_mode(chan, '-', 'I', b->mask);
- b->timer = now;
- }
- if (chan->idle_kick)
- for (m = chan->channel.member; m && m->nick[0]; m = m->next)
- if (now - m->last >= chan->idle_kick * 60 &&
- !match_my_nick(m->nick) && !chan_issplit(m)) {
- sprintf(s, "%s!%s", m->nick, m->userhost);
- get_user_flagrec(m->user ? m->user : get_user_by_host(s),
- &fr, chan->dname);
- if (!(glob_bot(fr) || (glob_op(fr) && !glob_deop(fr)) || chan_op(fr))) {
- dprintf(DP_SERVER, "KICK %s %s :%sidle %d min\n", chan->name,
- m->nick, kickprefix, chan->idle_kick);
- m->flags |= SENTKICK;
- }
- }
- }
- for (m = chan->channel.member; m && m->nick[0]; m = n) {
- n = m->next;
- if (m->split && now - m->split > wait_split) {
- sprintf(s, "%s!%s", m->nick, m->userhost);
- putlog(LOG_JOIN, chan->dname,
- "%s (%s) got lost in the net-split.",
- m->nick, m->userhost);
- killmember(chan, m->nick);
- }
- m = n;
- }
- /* autovoice of +v users if bot is +y */
- if (!loading && channel_active(chan) && me_op(chan) && dovoice(chan)) {
- for (m = chan->channel.member; m && m->nick[0]; m = m->next) {
- sprintf(s, "%s!%s", m->nick, m->userhost);
- if (!m->user)
- m->user = get_user_by_host(s);
- if (m->user) {
- struct flag_record fr2 = { FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- get_user_flagrec(m->user, &fr2, chan->dname);
- if (!private(fr2, chan, PRIV_VOICE) &&
- ((channel_voice(chan) && !chk_devoice(fr2, chan)) ||
- (!channel_voice(chan) && chk_voice(fr2, chan))) &&
- !glob_bot(fr2) &&
- !chan_hasop(m) && !chan_hasvoice(m) && !(m->flags & EVOICE)) {
- putlog(LOG_DEBUG, "@", "VOICING %s in %s as '%s'", m->nick, chan->dname, m->user->handle);
- add_mode(chan, '+', 'v', m->nick);
- } else if (!glob_bot(fr2) &&
- (chk_devoice(fr2, chan) || (m->flags & EVOICE))) {
- if (!chan_hasop(m) && chan_hasvoice(m))
- add_mode(chan, '-', 'v', m->nick);
- }
- } else if (m->user == NULL && !(m->flags & EVOICE)) {
- if (channel_voice(chan) && !chan_hasop(m) && !chan_hasvoice(m)) {
- add_mode(chan, '+', 'v', m->nick);
- }
- }
- }
- }
- check_lonely_channel(chan);
- }
- else if (shouldjoin(chan) && !channel_pending(chan))
- dprintf(DP_MODE, "JOIN %s %s\n",
- (chan->name[0]) ? chan->name : chan->dname,
- chan->channel.key[0] ? chan->channel.key : chan->key_prot);
- }
- }
- #ifdef S_AUTHCMDS
- static int check_bind_pubc(char *cmd, char *nick, char *from, struct userrec *u, char *args, char *chname)
- {
- struct flag_record fr = {FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- int x = 0;
- get_user_flagrec(u, &fr, chname);
- x = check_bind(BT_msgc, cmd, &fr, nick, from, u, chname, args);
- if (x & BIND_RET_LOG)
- putlog(LOG_CMDS, "*", "(%s!%s) !%s! %s %c%s %s", nick, from, u ? u->handle : "*", chname, cmdprefix, cmd, args);
- if (x & BIND_RET_BREAK) return(1);
- return(0);
- }
- #endif /* S_AUTHCMDS */
- /* Flush the modes for EVERY channel.
- */
- void flush_modes()
- {
- struct chanset_t *chan = NULL;
- memberlist *m = NULL;
- if (modesperline > MODES_PER_LINE_MAX)
- modesperline = MODES_PER_LINE_MAX;
- for (chan = chanset; chan; chan = chan->next) {
- for (m = chan->channel.member; m && m->nick[0]; m = m->next) {
- if (m->delay && m->delay <= now) {
- m->delay = 0L;
- m->flags &= ~FULL_DELAY;
- if (chan_sentop(m)) {
- m->flags &= ~SENTOP;
- do_op(m->nick, chan, 0, 0);
- }
- if (chan_sentvoice(m)) {
- m->flags &= ~SENTVOICE;
- add_mode(chan, '+', 'v', m->nick);
- }
- }
- }
- flush_mode(chan, NORMAL);
- }
- }
- void irc_report(int idx, int details)
- {
- struct flag_record fr = {FR_GLOBAL | FR_CHAN, 0, 0, 0 };
- char ch[1024] = "", q[160] = "", *p = NULL;
- int k;
- size_t len;
- struct chanset_t *chan = NULL;
- strcpy(q, "Channels: ");
- k = 10;
- for (chan = chanset; chan; chan = chan->next) {
- if (idx != DP_STDOUT)
- get_user_flagrec(dcc[idx].user, &fr, chan->dname);
-
- if (!private(fr, chan, PRIV_OP) &&
- (idx == DP_STDOUT || glob_master(fr) || chan_master(fr))) {
- p = NULL;
- if (shouldjoin(chan)) {
- if (chan->status & CHAN_JUPED)
- p = MISC_JUPED;
- else if (!(chan->status & CHAN_ACTIVE))
- p = MISC_TRYING;
- else if (chan->status & CHAN_PEND)
- p = MISC_PENDING;
- else if ((chan->dname[0] != '+') && !me_op(chan))
- p = MISC_WANTOPS;
- }
- len = simple_sprintf(ch, "%s%s%s%s, ", chan->dname, p ? "(" : "", p ? p : "", p ? ")" : "");
- if ((k + len) > 70) {
- dprintf(idx, " %s\n", q);
- strcpy(q, " ");
- k = 10;
- }
- k += my_strcpy(q + k, ch);
- }
- }
- if (k > 10) {
- q[k - 2] = 0;
- dprintf(idx, " %s\n", q);
- }
- }
- static void do_nettype()
- {
- switch (net_type) {
- case 0: /* Efnet */
- include_lk = 0;
- break;
- case 1: /* Ircnet */
- include_lk = 1;
- break;
- case 2: /* Undernet */
- include_lk = 1;
- break;
- case 3: /* Dalnet */
- include_lk = 1;
- break;
- case 4: /* hybrid-6+ */
- include_lk = 0;
- break;
- default:
- break;
- }
- }
- static cmd_t irc_bot[] = {
- {"dp", "", (Function) mdop_request, NULL},
- {"gi", "", (Function) getin_request, NULL},
- {NULL, NULL, NULL, NULL}
- };
- static void getin_5secondly()
- {
- if (server_online) {
- struct chanset_t *chan = NULL;
- for (chan = chanset; chan; chan = chan->next) {
- if ((!channel_pending(chan) && channel_active(chan)) && !me_op(chan))
- request_op(chan);
- }
- }
- }
- void irc_init()
- {
- struct chanset_t *chan = NULL;
- for (chan = chanset; chan; chan = chan->next) {
- if (shouldjoin(chan))
- dprintf(DP_MODE, "JOIN %s %s\n",
- (chan->name[0]) ? chan->name : chan->dname, chan->key_prot);
- chan->status &= ~(CHAN_ACTIVE | CHAN_PEND | CHAN_ASKEDBANS);
- chan->ircnet_status &= ~(CHAN_ASKED_INVITED | CHAN_ASKED_EXEMPTS);
- }
- timer_create_secs(60, "check_expired_chanstuff", (Function) check_expired_chanstuff);
- timer_create_secs(60, "warn_pls_take", (Function) warn_pls_take);
- timer_create_secs(60, "check_servers", (Function) check_servers);
- timer_create_secs(5, "getin_5secondly", (Function) getin_5secondly);
- #ifdef S_AUTOLOCK
- timer_create_secs(60, "check_netfight", (Function) check_netfight);
- #endif /* S_AUTOLOCK */
- /* Add our commands to the imported tables. */
- add_builtins("dcc", irc_dcc);
- add_builtins("bot", irc_bot);
- add_builtins("raw", irc_raw);
- add_builtins("msg", C_msg);
- #ifdef S_AUTHCMDS
- add_builtins("msgc", C_msgc);
- #endif /* S_AUTHCMDS */
- do_nettype();
- }
- #endif /* LEAF */
|