UltimateIRCd - An advanced IRCd hybrid
March 14, 2010, 08:41:25 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Forum Help Search Login Register  
* *

Content

User

Welcome, Guest. Please login or register.
Did you miss your activation email?
March 14, 2010, 08:41:25 AM

Login with username, password and session length
Pages: [1] 2 3 ... 10
 1 
 on: March 13, 2010, 11:57:21 PM 
Started by Romaine - Last post by Romaine
As the topic stats, can I use Ultimate2.8.8 with Windows 7?
--------------------------------------------------------------------------------------------

Can someone who is very experienced with making IRC Networks help me with making one?
If you can help me please add me on MSN.... mclean.romaine@hotmail.com
--------------------------------------------------------------------------------------------

Is Ultimate different from mIRC or do I use Ultimate to set up the IRC Network on mIRC?

 2 
 on: March 12, 2010, 11:21:31 PM 
Started by dynconf - Last post by TheKing
oh Thank alot bro, it worked Smiley

 3 
 on: March 12, 2010, 10:37:44 PM 
Started by dynconf - Last post by IceDragon
Well, the same code should work with a few modifications:
  • Instead of src/s_user.c you will change the contents of src/m_nick.c
  • You'll change the following function: int m_nick (aClient * client_p, aClient * source_p, int parc, char *parv[])

You will have to insert the modified code after these lines:
Code:
  if (parc < 2)
  {
    sendto_one (source_p, err_str (ERR_NONICKNAMEGIVEN), me.name, parv[0]);
    return 0;
  }

And the code itself that you should insert would be this:
Code:
  if (MyOper(client_p))
  {
      sendto_one (source_p, ":%s NOTICE %s :Nickname change denied - deoper first!",
                  me.name, parv[1]);
      return 0;
  }

I haven't compiled or tested this myself (it's been several years since I last modded Ultimate and last time I was here was back in 2004), but it should work in theory...


P.S. Please don't ask me to make modifications for your IRCds. I'm not really interested in this nowadays, nor am I as oriented as I used to be.

 4 
 on: March 12, 2010, 06:53:16 AM 
Started by dynconf - Last post by TheKing
IceDragon! bro Can you help me fix this code to it work for UltimateIRCd(Tsunami)-3.0(02)

thank alot bro !


 5 
 on: March 12, 2010, 06:02:18 AM 
Started by TheKing - Last post by TheKing
Yes bro ShadowMaster, i also saw, but it did not provide for UltimateIRCd,

I have seen a few network they do the following things:

oper must use realnickname added in ircd.conf, to oper up, if use a different nick, to oper by oper nick, password added in ircd.conf, they can't oper up,

 I also know they have changed some code in m_oper, I changed and tried many times, but it did not work.

Bro can show me how to do this?

thanks a lot bro !


 6 
 on: March 09, 2010, 05:56:56 PM 
Started by TheKing - Last post by ShadowMaster
This is actually possible, but it is something best managed by services.

This is already a feature I have seen in one services package where in opers not on the services oper list will have their mode +o removed, and with it their priviledges. At the same time, if services are down, oper works as normal.

 7 
 on: March 06, 2010, 02:03:54 PM 
Started by TheKing - Last post by will
If you're talking about services based oper-privs. (as in your other post) This isn't really recommended, but would need to be implemented Services Side. There is nothing in the IRCd that would prevent Services from implementing this type of feature.

To be short and specific, you need to put in a feature request to the services daemon rather than the IRCd for this feature.

 8 
 on: March 06, 2010, 02:00:14 PM 
Started by TheKing - Last post by will
To my knowledge, this isn't possible. You really don't want this for server operators. As if services splits, this cuts them off at the knees and makes it impossible to control the reconnection of services and/or other servers. Also the time of greatest need for opers is generally in the absence of services.

 9 
 on: March 03, 2010, 10:04:01 PM 
Started by TheKing - Last post by TheKing
hi all, is anyone known how to set the oper. before they oper they have to identify there oper nickname fist then /oper
if they use the diffrence nickname not a oper nick to use the /oper CM will get refuse or somthing
can anyone help me plzz   thanks

 10 
 on: January 17, 2010, 01:04:38 PM 
Started by TheKing - Last post by TheKing
hello everybody

If anyone knows how to set owner of the network, don't need /oper ,that still use commands of ircops

as I think to do it, need to change source

Can a few people know this, please help me..

thank alot

Pages: [1] 2 3 ... 10

Recent

Stats

Members
  • Total Members: 2589
  • Latest: Romaine
Stats
  • Total Posts: 11437
  • Total Topics: 2590
  • Online Today: 18
  • Online Ever: 585
  • (April 07, 2008, 02:15:14 AM)
Users Online
Users: 0
Guests: 9
Total: 10
TinyPortal v1.0 beta 3 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!
Page created in 0.132 seconds with 30 queries. (Pretty URLs adds 0.027s, 3q)

Google visited last this page February 03, 2010, 09:48:11 PM