Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Vladimir on June 28, 2011, 12:45:46 PM

Title: connect anope with mysql remotly
Post by: Vladimir on June 28, 2011, 12:45:46 PM
i have web hosting acc with cpanel i want to connect anope with remotly mysql , how to do that ? :)
Title: Re: connect anope with mysql remotly
Post by: VisioN on June 28, 2011, 01:01:22 PM
1. Create your mySQL database with the mySQL database wizard.
2. Go to Remote MySQL and add the host/IP of your services' shell there.
3. Configure your services.conf MySQL configuration properly with the database and user you created earlier and dont forget to set as the SQL host the IP/host of your web server.
Title: Re: connect anope with mysql remotly
Post by: Jan Milants on June 28, 2011, 01:25:27 PM
I should add that using a remote SQL backend for anope is a very bad idea...
the lag involved in using a remote SQL server usually means anope will need - depending on your database size - anywhere from a few seconds to a few dozen seconds to dump its database.. taking into consideration that 1.8 is single threaded this means that during this time anope will be unresponsive on IRC..
the recommended setup for using anope with an SQL backend is always to use a local SQL server to minimize latency and have the web server - for which a little bit of extra latency is a smaller issue - query the database remotely..
Title: Re: connect anope with mysql remotly
Post by: Vladimir on June 28, 2011, 01:43:54 PM
thanks, i do that now how can i see is it connected propertly :D
Title: Re: connect anope with mysql remotly
Post by: Vladimir on June 29, 2011, 07:38:58 PM
how i can delete this
when i join to channel i got

* XXX sets mode: +n
* ChanServ sets mode: +tr

how to give normalny user mods what is flags ?
i see on most irc network when join join to channel you dont have +n , +tr , +nr etc i want normaly users dont have mods :D

sorry for bad english

can i put whan somebody register to register without email like:
/ns register password :)
Title: Re: connect anope with mysql remotly
Post by: Vladimir on June 30, 2011, 09:34:12 PM
anyone ? :)
Title: Re: connect anope with mysql remotly
Post by: Charles Kingsley on July 01, 2011, 07:28:29 AM
If the channel is registered chanserv will enforce default modes, you can change them with mlock.

If you want them to register without email being enforced just make sure you aren't using UseMail then it can be fake@me.com
Title: Re: connect anope with mysql remotly
Post by: Vladimir on July 04, 2011, 09:36:37 PM
i see on one irc network when somebody type 3 messages like

me:1
me:1
me:1

chanserv kick him with reason Stop flooding yourself, is this module or what ? :)
Title: Re: connect anope with mysql remotly
Post by: Jobe on July 05, 2011, 08:17:58 AM
That's the BotServ kick features, see /msg BotServ help kick (requires a BotServ bot be assigned to the channel)
Title: Re: connect anope with mysql remotly
Post by: Vladimir on July 06, 2011, 12:06:08 PM
how to put that only operator (@) can join in channel , and ~
Title: Re: connect anope with mysql remotly
Post by: someone on July 15, 2011, 12:01:02 PM
how to put that only operator (@) can join in channel , and ~

doesnt make sense, as getting these modes is only possible AFTER you joined a channel.
you could try to use anope's access lists to kick ppl that do not have any priviledge after they join.
most likely a channel key or invite only excepts are a much better solution.