Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-28 | Include gecos in GetNUHMask | Adam | |
2016-09-25 | Get rid of service alias stuff, make proto mods link to each other | Adam | |
2016-09-23 | language: Add some overloaded Translate functions that accept Anope::string | Adam | |
2016-09-23 | Update LOG dir in anoperc | Adam | |
2016-09-23 | Remove rfc1459 message framing everywhere | Adam | |
2016-09-13 | Remove Anope::Decrypt now encryption is mandated. | Peter Powell | |
2016-08-27 | Optionally allow using Boost.Locale for hashcomp | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-28 | Update Config::GetModule too | Adam | |
2016-07-28 | Get rid of undefined behavior in configuration blocks by creating them as ↵ | Adam | |
necessary, add templated set function | |||
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam | |
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management | |||
2015-12-31 | Add missing override keyword to methods that require it. | Peter Powell | |
2015-12-31 | Replace a ton of nested if statements with elseif statements. | Peter Powell | |
2015-12-31 | Remove Windows config executable as discussed with Adam. | Peter Powell | |
These are not really used as Windows users get a prebuilt version. | |||
2015-12-31 | Remove repeated expressions from CMake end*() and else() calls. | Peter Powell | |
2015-12-30 | Remove anopesmtp because it's stupid | Adam | |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell | |
2015-12-14 | Rename PID file to "anope.pid" from "services.pid". | Peter Powell | |
2015-12-14 | Use the binary name "anope" on all platforms. | Peter Powell | |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move ↵ | Adam | |
some of the madness in chanserv.h to the module. | |||
2015-09-24 | Check privilege name is valid in SetLevel | Adam | |
2015-09-17 | Channel::DeleteUser delets the container | Adam | |
2015-09-17 | Defer channel deletion until after i/o. There are some edge cases with ↵ | Adam | |
events kicking users mid-event that can delete them. | |||
2015-09-14 | Don't update channel last used time from ns alist access check | Adam | |
2015-09-06 | Allow configuring modes | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-09-06 | Merge pull request #128 from SaberUK/2.0+destdir | Adam | |
Fix support for passing relative install paths to CMake. | |||
2015-09-06 | Don't unset modes which have no privilege associated with them | Adam | |
2015-07-31 | Fix use after free from unloading modules which are the last one holding ↵ | Adam | |
onto an IdentifyRequest | |||
2015-07-15 | Fix support for passing relative install paths to CMake. | Peter Powell | |
2015-07-14 | Also UnsetExtensibles on botinfo | Adam | |
2015-07-13 | Unset extensibles on larger objects when they destruct | Adam | |
Some complex extensibles require the full object to still be alive in their destructors to keep proper bookkeeping | |||
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-01 | Allow disabling installation of extra tools (with DISABLE_TOOLS) | Dominic Hargreaves | |
2015-07-01 | Support DESTDIR | Dominic Hargreaves | |
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See <http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html> | |||
2015-03-22 | Anope 2.0.3-git | Adam | |
2015-03-22 | Anope 2.0.2 Release2.0.2 | Adam | |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary. Fix new version system, cannot return C++ types from extern C functions | |||
2015-03-11 | Allow cs clone to clone levels too | Adam | |
2015-03-11 | Make cs_clone behave closer to how the help describes it | Adam | |
2015-02-03 | Make module version system work | Adam | |
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2015-01-26 | Check virtual mode bases better | Adam | |
2015-01-10 | Always use source name when logging server kicks | Adam | |
2015-01-10 | Log user away messages | Adam | |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames | |||
2015-01-05 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: CMakeLists.txt include/modules.h include/serialize.h modules/commands/bs_assign.cpp modules/commands/bs_badwords.cpp modules/commands/bs_bot.cpp modules/commands/bs_control.cpp modules/commands/bs_kick.cpp modules/commands/cs_access.cpp modules/commands/cs_akick.cpp modules/commands/cs_drop.cpp modules/commands/cs_entrymsg.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_invite.cpp modules/commands/cs_kick.cpp modules/commands/cs_mode.cpp modules/commands/cs_register.cpp modules/commands/cs_seen.cpp modules/commands/cs_set.cpp modules/commands/cs_suspend.cpp modules/commands/cs_topic.cpp modules/commands/cs_unban.cpp modules/commands/cs_xop.cpp modules/commands/hs_del.cpp modules/commands/hs_list.cpp modules/commands/hs_request.cpp modules/commands/ms_ignore.cpp modules/commands/ms_send.cpp modules/commands/ns_recover.cpp modules/commands/ns_register.cpp modules/commands/ns_suspend.cpp modules/commands/os_dns.cpp modules/commands/os_noop.cpp modules/commands/os_oper.cpp modules/commands/os_session.cpp modules/database/db_sql_live.cpp modules/encryption/enc_bcrypt.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_ldap_oper.cpp modules/fantasy.cpp modules/m_dnsbl.cpp modules/m_sasl.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp modules/webcpanel/webcpanel.cpp modules/webcpanel/webcpanel.h src/command.cpp src/messages.cpp src/modulemanager.cpp src/regchannel.cpp src/serialize.cpp | |||
2014-12-29 | Allow configuring casemaps | Adam | |
2014-12-28 | Merge pull request #96 from webczat/termfork | Adam | |
Anope will now fork even when not started from a tty, like init scripts. |