Search found 413 matches
- Mon Feb 28, 2011 3:34 pm
- Forum: General posts
- Topic: DroneBL
- Replies: 0
- Views: 27516
DroneBL
Dear (ab)users, Lemme make a simple statement: stop wasting my mailbox with useless removal requests because your chinese/taiwanese/wherever hacked cable/router/shellserver is listed. I check every request by hand, and if you try to use fake emails, or I know for like 99% sure that box is compromize...
- Sun Apr 11, 2010 4:33 am
- Forum: Ideas and Questions
- Topic: Error while using command Make
- Replies: 3
- Views: 17542
Re: Error while using command Make
if that doesn't work:
you should get a reply stating where libpq-fe.h is located in, maybe you need to sudo updatedb first.
then open db/pgsqlDB.cc and db/pgsqlDB.h, and change the #include "libpq-fe.h" to include the full path to it.
Code: Select all
locate libpq-fe.h
then open db/pgsqlDB.cc and db/pgsqlDB.h, and change the #include "libpq-fe.h" to include the full path to it.
- Fri Mar 14, 2008 2:36 pm
- Forum: How can we improve undernet?
- Topic: //mode $me +R
- Replies: 42
- Views: 95773
Re: //mode $me +R
You folks really kinda force me to make a reply here, so here it comes. First of all, +N (no channel notice allowed), yes it's true that this mode *would* block ctcp replies, but only ctcp replies TARGETTED TO THE CHANNEL. Whenever you send out a CTCP to a channel, you would still get replies since ...
- Wed Feb 27, 2008 7:24 am
- Forum: How can we improve undernet?
- Topic: Undernet Drones
- Replies: 143
- Views: 202494
Re: Undernet Drones
Ok, first of all, I totally agree with the fact that undernet should do something about the drones, second, xplora, yes I know AE is *trying* to do a 'good' job in solving the issue by attempting to eliminate the origin of the problem, the ones establishing the botnet. But you *HAVE* to agree with t...
- Sun Feb 18, 2007 5:40 am
- Forum: How can we improve undernet?
- Topic: //mode $me +R
- Replies: 42
- Views: 95773
- Fri Aug 19, 2005 2:10 pm
- Forum: Undernet feedback, comments and ideas
- Topic: About Undernet
- Replies: 13
- Views: 36064
From what I know the following happened during the big cleanup: Around 30+ opers have been removed after the netmanagment decided that opers that are either idle or known to be attracting ddos attacks against servers should be purged. Some of these have been readopted by other admins, others showed ...
- Fri Aug 19, 2005 1:58 pm
- Forum: How can we improve undernet?
- Topic: Remove ddos attack botnets, and actually have support online
- Replies: 46
- Views: 119428
Re: here is the test for me
dude, whats the purpose of closing a chan ?trmade98 wrote:Is that channel closed?
If not, then you have to ask yourself... could all of my energy aruging been better put toward doing a channel close?
-trmade98
They will simply create a new one. So closing a chan is USELESS !
- Mon Aug 08, 2005 5:00 am
- Forum: Website Feedback
- Topic: Welcome back, www.undernet.org
- Replies: 26
- Views: 63978
- Fri Jul 01, 2005 4:49 pm
- Forum: General posts
- Topic: help me on my aimbot
- Replies: 3
- Views: 8991
- Fri Jul 01, 2005 12:14 am
- Forum: General posts
- Topic: IRC Clients
- Replies: 42
- Views: 95281
- Thu Jun 30, 2005 7:42 am
- Forum: Undernet feedback, comments and ideas
- Topic: Confused and frustrated in NYC
- Replies: 5
- Views: 22366
Yeah, it must have been a shok for you seeing undernet becoming like this in those 6 years. A lot has changed, and believe me, if certain persons on this network don't change their attitude, it's only going to get worse. These days admins hide behind a stubborn and useless policy which they think wi...
- Wed Jun 29, 2005 2:09 pm
- Forum: How can we improve undernet?
- Topic: How can we stop takeovers?
- Replies: 54
- Views: 68778
Wanna know a solution to prevent takeovers in registered channels ? (Having a registered channel getting taken over is stupid on itself though) - STOP GIVING OUT LEVEL 499 ACCESSES LIKE CANDY - START THINKING ABOUT WHO YOU EVEN GIVE ACCESS - STOP OPPING EVERYONE FOR FUN. - AND STOP SHARING YOUR PASS...
- Wed Jun 29, 2005 7:25 am
- Forum: Ideas and Questions
- Topic: O:Line Difficulty
- Replies: 11
- Views: 17839
- Wed Jun 29, 2005 12:37 am
- Forum: How can we improve undernet?
- Topic: Suggestion
- Replies: 22
- Views: 32999
why check for X on all channels when X has all registered channel stored in its dbase? all the servers got to do is access that list and paste it into the users dialog box. First of all, for security reasons, ircu will NOT connect to the database. Second, adding support to even do this would requir...
- Tue Jun 28, 2005 10:42 am
- Forum: How can we improve undernet?
- Topic: Suggestion
- Replies: 22
- Views: 32999
Doing that would cost a tremendous amount of resources, since the code would need to check every channel for the presence of a service before adding it to a list. And having an ircu server loop through 100k of channels every time someone does a /list and checking through all the members in that chan...