Search found 120 matches

by JanisB
Fri Mar 16, 2007 3:47 pm
Forum: Unreal 3.2 Support
Topic: Link data sending queue
Replies: 5
Views: 1991

Sure, I understand that FIRST server that get this info is server where user is connected :) Why i am asking - our "network" has only 1 server and 1 services server. Services don't have "untakeover/enforce akick" options. If user, say, with `+ao` rights on channel got banned by a...
by JanisB
Thu Mar 15, 2007 10:55 pm
Forum: Unreal 3.2 Support
Topic: Link data sending queue
Replies: 5
Views: 1991

Link data sending queue

User is trying to join channel with "JOIN #channel". Who will receive this information first? U:Lined server or regular servers or both(multithread)? Default answer "both and immediately" IMO isn't really correct :)
by JanisB
Thu Mar 15, 2007 10:25 pm
Forum: Unreal 3.2 Support
Topic: Not sure
Replies: 1
Views: 981

1) Module for Anope?
2) Restrict nickreg only for IRCOps, and use Eggdrop (as IRCOp) with TCL script (easiest way)?
by JanisB
Sat Mar 10, 2007 3:06 pm
Forum: Services
Topic: other ip's on you shell
Replies: 2
Views: 2784

see ALL net-interfaces with addresses: ifconfig -a
For what do you need some extra IP for services linking - i dunno.
by JanisB
Fri Mar 09, 2007 12:17 am
Forum: Unreal 3.2 Support
Topic: I get some kind of Error when i start the unrealircd.
Replies: 7
Views: 3314

nope, chattr is *nix command, so, you must type it in console. However, you are trying to load *.dll file, that is very strange for *nix systems.

What OS you are using?
by JanisB
Tue Mar 06, 2007 10:50 pm
Forum: Unreal 3.2 Support
Topic: I get some kind of Error when i start the unrealircd.
Replies: 7
Views: 3314

chattr 777 ./tmp
by JanisB
Tue Mar 06, 2007 5:00 pm
Forum: Unreal 3.2 Support
Topic: Connecting host
Replies: 5
Views: 1913

if you see users with hosts like "irc.something.something" - ask your provider about DNS servers(if you are using your ISP DNS). Users CANNOT have this hosts and most probably they spoof their hosts. P.S. make sure that you have upgraded your ircd to the last version with rewrited dns modu...
by JanisB
Mon Mar 05, 2007 7:25 pm
Forum: Unreal 3.2 Support
Topic: Connecting host
Replies: 5
Views: 1913

irc.something.something is NOT a normal host because there is NO "something" TLD.

If you are using vhosts - you cannot *:Line vhosts.
If you mean server (irc.blablabla.tld) connections - GZ:Line them to prevent connection.

P.S. Dukat, your mask is so angry...
by JanisB
Fri Mar 02, 2007 1:17 pm
Forum: Unreal 3.2 Modules
Topic: Proxy`s script
Replies: 4
Views: 3228

1) Create MySQL table with fields `nick`, `ident` and `host`. 2) Fill table with "/who 0" data from server (as oper) 3) Use query SELECT `host` , count( * ) AS `connections` FROM `online_users` GROUP BY `host` HAVING `connections` >1 ORDER BY `connections` DESC LIMIT 0 , 10; to see top10 p...
by JanisB
Fri Mar 02, 2007 1:09 pm
Forum: General chat
Topic: Max SendQ limit exceeded (Denora)
Replies: 3
Views: 7130

Try to READ manual...
The ulines block lets you define certain servers as having extra abilities. This should only be used for servers such as services and stats. This should not be set for a normal server. Each entry is the name of the server which will receive the extra abilities.
by JanisB
Tue Feb 20, 2007 8:58 am
Forum: General chat
Topic: Modules list enhancement
Replies: 1
Views: 4532

Modules list enhancement

I am about Modules list . It is possible to add sort function, "sort by date added", because at this moment we can see only last 3 days when modules was added. If i was not visited modules page since NY, i cannot find new modules, but searching it by myself in All modules isn't a good idea...
by JanisB
Wed Jan 24, 2007 9:54 am
Forum: Unreal 3.2 Modules
Topic: [Request] No Part Mode
Replies: 3
Views: 2375

<11:52:49> * Joins: Gathers
<11:52:50> * Parts: Gathers

<11:52:49> <Gathers> [11:52] joined #gvjqwugwqw but didn't want to!

Welcome to flood-world. IMO bad, bad idea...
by JanisB
Tue Jan 09, 2007 4:37 pm
Forum: Unreal 3.2 Spamfilters
Topic: help
Replies: 7
Views: 5198

Code: Select all

alias <name> {
	target <nick-to-forward-to>;
	type <type-of-alias>;
	spamfilter <yes|no>;
};
I think you don't have `spamfilter "yes"` in your config, default is 'no' (Info grabbed from docs)
by JanisB
Sun Jan 07, 2007 12:44 am
Forum: Unreal 3.2 Support
Topic: Unexpected EOF
Replies: 2
Views: 1510

Somewhere (where you changed "diffrent dns ips to get it so users can enter"?) you missed `section end` mark "}" or end_of_variable_line `"` character... If you are using cool editor like EditPlus, you can highlight matching braces and see section start