Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | Added a config option to make operserv not add users found in the dsnbl to ↵ | Adam | |
the akill list | |||
2010-09-12 | Removed the --log command line option because its no longer necessary, and ↵ | Adam | |
updated example.conf | |||
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵ | Adam | |
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module. | |||
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam | |
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the ↵ | Adam | |
logchan bots join if the IRCd requires them to | |||
2010-08-28 | Fixed two typos in example.conf | Adam | |
2010-08-28 | Do not log RAWIO messages to services log channels, added a config option on ↵ | Adam | |
whether or not to join bots to the log channels, and fixed two log messages in ns_identify | |||
2010-08-27 | Removed options:keeplogs because its no longer used | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-21 | Change default encryption module to enc_md5 | Charles Kingsley | |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is ↵ | Adam | |
faster. Removed db_mysql_execute for now. | |||
2010-08-02 | Log an error message if we are unable to load the socket engine module, and ↵ | Adam | |
changed the default engine to be select | |||
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting ↵ | Adam | |
bsminusers to 0, which keeps the botserv bot in the channel at all times. | |||
2010-07-26 | Added hostserv/del command permission, fixed example.conf to show that ↵ | Adam | |
hostserv/* is a command, not a permission | |||
2010-07-11 | Added ns_set_misc.cpp which was missing from a previous commit | Adam | |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged ↵ | Adam | |
commands from normal users | |||
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam | |
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq | |||
2010-07-08 | Added an epoll socket engine | Adam | |
2010-06-24 | fixed some typos in example.conf | DukePyrolator | |
2010-06-24 | The next of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
src/core/enc_*, plus fixing unintentional broken logic in said modules caused by my first OCD commit. Also added a note to example.conf about enc_sha1 being potentially broken, and slight code style OCD in hashcomp.cpp found by Adam. | |||
2010-06-22 | Fixed a typo in the example.conf for m_helpchan | Adam | |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam | |
2010-06-20 | Fixed the name of cs_forbid in chanserv:modules so it really loads | Adam | |
2010-06-18 | Switched cs_set to the subcommand system and added cs_saset | Adam | |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam | |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam | |
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam | |
2010-06-18 | Made opertypes inheritable | Adam | |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam | |
2010-06-18 | Added nickserv/auspex permission and fixed core modules so they build | Adam | |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick ↵ | Adam- | |
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-05-14 | Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years old | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2959 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-07 | Removed the chanserv/aop/list command perm and switched it with ↵ | Adam- | |
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-01 | Added support for InspIRCd 2.0 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2925 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of ↵ | Adam- | |
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-03-21 | Added options:passlen | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2831 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-21 | Made the database file name configurable | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2830 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-21 | Made usermax and hostmax configurable | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2829 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-28 | Added in support for live updating MySQL databases and the ability to ↵ | Adam- | |
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-02 | Added options:botmodes to configure what modes BotServ bots should use in ↵ | Adam- | |
channels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2778 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-10 | changed enc_sha256 to use random salts instead of a hardcoded salt | DukePyrolator | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2745 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ↵ | Adam- | |
std::string git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic ↵ | Adam- | |
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-27 | Fix small typo in services.conf - thanks Phil. | sjaz | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2718 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-16 | Moved /chanserv unban to its own module and added support for unbanning a ↵ | Adam- | |
nickname, this readds !unban nick git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2709 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-13 | Moved hostserv/set priv to commands, only check for HasCommand() when trying ↵ | Adam- | |
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-05 | Added options:mlock in the config so you can set what modes should be locked ↵ | Adam- | |
on new channels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2690 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-05 | Added ns_resetpass which can be used to reset user passwords by email, very ↵ | Adam- | |
useful if you're using encryption git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2685 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-11-11 | Added support for permanent channels. This supports both permanent channel ↵ | Adam- | |
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-02 | added a way to load multiple encryption modules at the same and to switch ↵ | DukePyrolator | |
between encryption methods git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2602 5417fbe8-f217-4b02-8779-1006273d7864 |