[X] The "/MyVGA/MyVGA-1_0_0-src.zip" file could not be found or is not available. Please select another file.

Improvements over DF467: - operator host masking and ghost flag - mode hacking - several other small improvements The goal for the project is to remove code for all non-POSIX compliant operating systems and anything else that will make it a cleaner and m


http://wreckedircd.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of Wrecked IRCd. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    ajsmith committed patchset 42 of module ircd to the Wrecked IRCd CVS repository, changing 3 files

    posted by ajsmith 3341 days ago

  • File released: /ircd/1.2.1/wrecked-1.2.1.tar.gz

    posted 3342 days ago

  • ircd 1.2.1 file released: wrecked-1.2.1.tar.gz

    WreckedNet IRCd wrecked-1.2.1 changes: * Fixed the WHOIS reply saying 'Services Admin' instead of 'Services Operator' * Fixed configure up a bit. Increased whowas history. Added missing stuff. * Updated included documentation. * Updated default conf to include a few new Q:Lines (+IS, +SS, -HS) * Added Q:Lines for services of other networks. * Decreased auto-connect time for server class from 15 minutes to 5 minutes. * Added aliasing for StatServ. Changed aliasing for HelpServ to InfoServ. * Increased MAXCHANNELSPERUSER to 15. * Increased TOPICLEN to 350. * LIST now shows the channel's modes. * Fixed chatops. No longer requires a :, and removed sendto_chatops. * Changed 'is a registered nick' to 'has identified for this nick'. * Redid a lot of the documentation, new default conf and motd. * Fixed (i think) the nick kill questionmark bug. 05-04-2000 - 1.2.1 - skold Redid INSTALL, ircd.conf and ircd.motd. Updated most included docs. Changed the tree around a bit ... 05-03-2000 - 1.2.1 - skold Chatops, globops, and wallops no longer require you to put a :. Went through s_err.c, mainly proofreading.. Also changed 'is a registered nick' to 'has identified for this nick' as per request. 04-15-2000 - 1.2.1 - skold LIST now shows the channel's modes. Fixed the configure script a bit. Added a bunch of missing questions that got lost when I switched over to unreal's configure. Also increased the default whowas history from 100 to 500. Updated the included documentation, and threw our shiny new charter in there. Updated default ircd.conf Q:Lines, and decreased the server class auto-connect time from 15 minutes to 5 minutes. Changed built in helpserv aliases to infoserv. Added StatServ. Also cleaned the short aliases up. Previously chanserv's was 'm_noshortc', a remnant from when dalnet removed these. They're now all m_xs, ie, m_cs, m_ns, etc. Increased MAXCHANNELSPERUSER to 15. Increased TOPICLEN to 350. Fixed the whois replies saying 'services admin', when they should in fact be saying 'services operator.' 02-18-2000 - skold Removed the elite color check and replaced it with the Unreal one. The one in unreal works just as well and doesn't spit out warnings. Fixed some various problems. Borrowed code from Unreal to do this. Updated the configure script more using some code from Unreal's. Should now configure properly on pretty much any machine .. 02-15-2000 - skold Cleaned up the source directory a bit. Especially the docs .. Removed many old, useless, outdated files contained within. Created a new conf.doc from the admin section of the WreckedNet oper manual. Included WreckedNet's oper manual, server application, and irc slang dictionary in the docs. 'Q-lined nick' notices are no longer shown from U:lined servers. Updated the configure script, hopefully it'll fix some problems with other machines.. 01-15-2000 - skold Bugs: Fixed the /time reply. Go y2k. Cosmetic: Changed 'administrator' to 'admin' in whois reply. Updated default conf. Now included P:Lines. Our default port is now 6667. Updated included documentation (well, some of it.) Minor change in configure script, now defaults to pwd. 10-14-1999 - skold Removed the oper god stuff. Opers can no longer join through keys, bans, limits, or invites, and cannot talk in moderated channels. 7-24-1999 - skold I was going to have services register as service bots, since the ircd apparently supported such things (IsService) Well, After digging through it, i realized several things. one, whoever added IsService (and whoever removed it) should be shot. All of the IsService code still remains, however its inactive, since IsService is never defined. (They set it to 0 rather than remove the code) So now, we have god knows how much bloated code left sitting around never used. It almost makes me want to get a base IRC with no dalnet, efnet or undernet bullshit and start over. Now theres an idea. 7-22-1999 - skold Added aliasing for helpserv and hs. Opers are now set +b (chatops) on oper. Also removed additions of [0.0.0.0] to 2+ hop servers. useless, imo. Opers can also talk in moderated channels. 7-16-1999 - skold Working under 1.1.5. Added channel mode +c, borrowed from EliteIRCd. Restricts the use of color codes in a channel. (And ANSI.) It also sends more detailed CANNOTSENDTOCHANNEL messages. Currently it sends 'Cannot send to channel' and one of the following messages: You are banned Channel is moderated No colors allowed You must be in it When these are sent should be pretty obvious, I should hope. 6-30-1999 - skold Version is now 1.1.4. Changed my mind, instead of masking 'is now oper' its now only sent to opers. Minor thing, closed the bold in RPL_SHORTMOTD. Removed quit message Quit: tagging. Opers can now walk through bans, keys, limit and invites. 1 person channels are once again listed. Fixed another masking hole in watch. All watch replies should be masked now, except in the case of an oper logging online, at which time that oper isnt opered, so technically its not a problem. Only way I can see around this is giving incoming hosts that have an oline a 20 second or so delay before sending logons.. 6-29-1999 - skold Plugged serveral holes in hostmasking: Stats l/L is now restricted to opers. nick (nick!user@host) is now operator is now masked, ie skold!sdm@staff.wrecked.net Watch now shows masked addresses (with the exception of online notifies, at which point the oper isnt opered) Userhost is now masked. Fixed the topic desyncing bug. Hostmasking is no longer a mode. Opers are automatically masked to staff.wrecked.net. This is definable in config.h. Version = wrecked-1.1.3. 6-8-1999 - skold Mostly cosmetic changes, such as 'Welcome to the DALnet irc network'. Also re added the shortmotd. This time its 5 lines of code in total. The first was oh, 30? :P Small changes = small changes in version. wrecked-1.1.2. 6-8-1999 - Faandax Ok, done enuff for now, world, meet wrecked-1.1.1 6-8-1999 - Faandax Ooh, time for a good request. I've aliased /os, /ns, /cs, etc to /operserv, /nickserv, /chanserv, etc in the code itself. It's smaller in size and faster to exec than the notices to use /chanserv, /nickserv, etc. go figure, eh? More bullshit ircd retarded crap. 6-8-1999 - Faandax Added in the /umode x thing. Realized how fucked up this codebase really is. The header files in a separate directory. The bitvector system is a joke, no wonder theres a comment in there about running out, they're only allowing themselves like 10 times what they need. It's stupid. Why can't they just use 1,2,4,8,16,32,64,etc like everyone else instead of 1,2,4,10,20,40,100, etc. We're working in binary here, not whatever the fuck base that is. Maybe i'll get around to it later. It'll sure help memory consumption a decent amount. Hell, that's an extra 10 bytes or so per user. May not sound like much, but. Toying around in my head with these ideas, but I think this thing is nearing completion, so. 6-8-1999 - Faandax I tested the opers walking through keys thing. It didn't work. It does now. 'Nuff said. 6-8-1999 - Faandax Fixed that stupid dalnet help system stuff. It doesn't look right on wrecked.net. I'm really thinking about removing it entirely, coz in all widely used clients besides ircii, /help is an alias for the built in help crap anyway. 6-8-1999 - Faandax Released the first version of the IRCD specifically designed for wrecked.net - 1.1.0. It works, and it should prove hella stable. 6-8-1999 - Faandax Re-added masking, but with a kick. All users are masked. Opers see the true mask. In the future will make it a umode (/umode +x), and a channel mode (/mode #chan +x) to deny "masked" (will in the future be called Paranoid) users. Umode +x will be automagic on oper. I _think_ I got all the parts of it, if you find something that still shows their correct IP, and you're not opered, let me know. 6-8-1999 - Faandax Re-added modehacks. Opers can just "/mode chan <whatever>", even when not opped. Opers can also kick off channels, even when not opped, and should be able to join channels through keys, though this hasnt been tested. Some may call me Orwell's Nightmare, but hey, there's a line between privacy, and our rights as opers. as long as it's not abused... 6-8-1999 - Faandax Started over with original dreamforge code, giving us a base of dreamforge 4.6.7. I'm not sure what the old one was, but I believe it was 4.5.x or something or other. Maybe even 4.3.x, no clue off the top of my head.

    posted 3479 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Wrecked IRCd Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review