Adam
|
b1f85c575f
|
Backported the example.conf change from r7bb90e1922b7
|
2010-06-24 00:41:53 -05:00 |
|
Adam
|
40db8af50a
|
Fixed a typo in the example.conf for m_helpchan
|
2010-06-22 11:27:29 -04:00 |
|
Adam
|
8b9ba96767
|
Added m_helpchan to replace the cores helpchannel functionality
|
2010-06-20 19:45:10 -04:00 |
|
Adam
|
64b9fa419f
|
Fixed the name of cs_forbid in chanserv:modules so it really loads
|
2010-06-20 19:43:09 -04:00 |
|
Adam-
|
9abdb4e2e9
|
Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change to the protocol modules to fix inspircd1.2s weird usermode +r behavior
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2997 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-03 19:01:28 +00:00 |
|
Adam-
|
116a4b2bea
|
Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years old
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2959 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-05-14 16:51:28 +00:00 |
|
Adam-
|
011e426845
|
Removed the chanserv/aop/list command perm and switched it with chanserv/access/list. Fixed a bug so users on the access list can request the vop and hop list.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2940 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-05-07 20:16:09 +00:00 |
|
Adam-
|
05eb3fd2d6
|
Added support for InspIRCd 2.0
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2925 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-05-01 22:49:41 +00:00 |
|
Adam-
|
973ecb7058
|
Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconnecting if it loses connection to the uplink.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2862 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-04-08 20:23:00 +00:00 |
|
Adam-
|
9302af51a3
|
Added options:passlen
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2831 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:22 +00:00 |
|
Adam-
|
287169d6e8
|
Made the database file name configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2830 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:14 +00:00 |
|
Adam-
|
fc05827621
|
Made usermax and hostmax configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2829 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:08 +00:00 |
|
Adam-
|
3f80e1cad0
|
Added in support for live updating MySQL databases and the ability to execute commands to Anope through MySQL. Currently database support only applies to NickServ, ChanServ and BotServ but will be expanded soon.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2798 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-02-28 17:33:31 +00:00 |
|
Adam-
|
122dcd082a
|
Added options:botmodes to configure what modes BotServ bots should use in channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2778 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-02-02 03:20:58 +00:00 |
|
DukePyrolator
|
01d43e7db5
|
changed enc_sha256 to use random salts instead of a hardcoded salt
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2745 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-01-10 19:58:32 +00:00 |
|
Adam-
|
2708eea5d1
|
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with std::string
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-01-04 05:45:58 +00:00 |
|
Adam-
|
657e1deb59
|
Added in new plaintext databases. Note: This currently has no automatic backup feature. Big thanks to Phil on this for mass scale testing
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2722 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-31 01:25:10 +00:00 |
|
sjaz
|
df107dac1f
|
Fix small typo in services.conf - thanks Phil.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2718 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-27 19:20:26 +00:00 |
|
Adam-
|
453963eeae
|
Moved /chanserv unban to its own module and added support for unbanning a nickname, this readds !unban nick
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2709 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-16 23:50:33 +00:00 |
|
Adam-
|
46c0d40009
|
Moved hostserv/set priv to commands, only check for HasCommand() when trying to execute commands and not HasPriv(), as Privs should never be necessary to execute any command
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2697 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-13 19:57:22 +00:00 |
|
Adam-
|
4630ae454a
|
Added options:mlock in the config so you can set what modes should be locked on new channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2690 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-05 22:12:48 +00:00 |
|
Adam-
|
eadf52caf2
|
Added ns_resetpass which can be used to reset user passwords by email, very useful if you're using encryption
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2685 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-12-05 05:44:02 +00:00 |
|
Adam-
|
86e43f1f14
|
Added support for permanent channels. This supports both permanent channel modes and the ability to have BotServ bots stay in the channel to keep it open.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2638 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-11-11 02:47:05 +00:00 |
|
DukePyrolator
|
9a0b1efc24
|
added a way to load multiple encryption modules at the same and to switch between encryption methods
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2602 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-11-02 05:22:35 +00:00 |
|
Adam-
|
987f371c0b
|
Removed channel passwords and added /chanserv QOP command to add additional channel founders, aswell as access level 10000
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2599 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-30 02:38:06 +00:00 |
|
Adam-
|
5b62682223
|
Changed the "nickserv/confirm" opertype command to a permission, and added "nickserv/drop" permission used to drop other users nicks
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2595 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-29 00:44:26 +00:00 |
|
Adam-
|
7a429517af
|
added options:enablelogchannel config file option, which turns on the logchannel on startup. yay!
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2585 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-25 04:12:47 +00:00 |
|
sjaz
|
d08461907c
|
Couple more typo's from Fudge, cheers!
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2578 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-22 11:10:16 +00:00 |
|
sjaz
|
fb997c5057
|
Fixed typo in example.conf. Thanks Fudge.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2577 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-22 09:12:07 +00:00 |
|
Adam-
|
5bcb780c6d
|
Changed /ns confirm to not assume the user you are confirming owns the nick (have it ask the user for the password now), added nickserv/confirm opertype command value, and changed OnNickRegister event param to be NickAlias* not User*
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2554 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-12 20:56:23 +00:00 |
|
sjaz
|
5bfc23a07e
|
Removed proxy server from ulined servers in example config as more people use a client proxy scanner and this should reduce occurences of user servers being listed.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2549 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-10-11 12:39:07 +00:00 |
|
Adam-
|
f4cc123f16
|
Removed super admin requirement for operserv/umode operserv/oline and operserv/svsnick, and replaced with opertype command strings
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2502 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-09-13 03:58:37 +00:00 |
|
sjaz
|
85515696e3
|
Removed nicktracking from example config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2414 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-08-06 16:08:07 +00:00 |
|
sjaz
|
03f03a91ae
|
Minor typo fixes in example.conf
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2411 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-08-06 15:40:06 +00:00 |
|
rburchell
|
6609f829f4
|
Example configuration for opertypes and oper blocks, initial version written by DukePyrolator with a little refinement and addition by me.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2348 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-06-30 19:32:54 +00:00 |
|
rburchell
|
8fa6752858
|
Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS ADMIN, changes OS STAFF to be more helpful in their place.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2319 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-06-11 10:16:35 +00:00 |
|
cyberbotx
|
9f20b2f7dd
|
Removed is_host_setter() and is_host_remover() from code and replaced them with opertype priv "hostserv/set", removed <hostserv:hostsetters> from configuration.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2260 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-04-04 01:27:18 +00:00 |
|
rburchell
|
ef400fa6dc
|
Remove restrictgetpass option from the conf
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2239 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-04-02 20:35:44 +00:00 |
|
rburchell
|
a07fd592cb
|
Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. [Adam]
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2136 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-28 00:50:04 +00:00 |
|
cyberbotx
|
ba47bf2f6f
|
HelpServ has been destroyed, +1000 points. Also fixed the argument order in the deprecated match_wild() function.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2074 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-15 17:47:52 +00:00 |
|
cyberbotx
|
bf020d8dfd
|
Removed references to RAW in config and lang files. Kirby from Dreamland ate them, he was hungry. Probably wasn't good for his appetite, though.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2049 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-14 23:04:19 +00:00 |
|
sjaz
|
45b4074e0d
|
Two very small typo's in example.conf.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2033 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-13 06:27:11 +00:00 |
|
cyberbotx
|
94916b32cb
|
Fix example.conf to use os_news instead of os_logonnews, os_randomnews, and os_opernews.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2007 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-11 00:31:17 +00:00 |
|
rburchell
|
d7d01bdc5c
|
Squashed commit: merge next (1.9.1) back to trunk.
SVN users, NOTE: THIS WILL NOT BUILD, NOR SHOULD YOU RUN IT YET.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1953 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-09 21:01:05 +00:00 |
|
rburchell
|
5950b11a0f
|
Fix example id
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1787 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-23 17:53:51 +00:00 |
|
cyberbotx
|
84d9048b21
|
Cleanup in example.conf.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1768 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-21 03:05:07 +00:00 |
|
cyberbotx
|
fa82184d9c
|
Removed old example.conf and replaced with example_new.conf, services.conf will now be read by the new parser and not services_new.conf
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1764 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-20 02:06:20 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
0c5c97ba0e
|
Always UseSVS2MODE, too.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1606 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 01:02:22 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
b9d6279692
|
UseTokens needs to die in a fire, don't let it be turned off.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1605 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 00:48:39 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
2a2224023f
|
Remove ModulesDelayedAutoLoad.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1603 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 00:20:33 +00:00 |
|