summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-02-07Normalize databases by not allowing generic Object referencesAdam
Remove redis database support
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵Adam
module out of extras.
2016-10-22SQLite.md: typoAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-07Update Changes.confAdam
2016-10-07Note Windows installer fixes in changelogAdam
(cherry picked from commit 0e0615c6fecce363e0ad007319c777cf9481dd25)
2016-10-06Update ChangesAdam
2016-10-02Add the notice method to XMLRPC.Sketch
(cherry picked from commit 1d198da4369a7eb7efa7775cc97041d2a870a86a)
2016-10-02Correct umode +I change in Changelog, is for unrealAdam
(cherry picked from commit addd2a1987dccff6ad4c8a68f5c48c9f850912ec)
2016-10-02Document m_xmlrpc_main opersRobby
(cherry picked from commit 45dfea5ad94408b77b2901b8f2afe162863f9a14)
2016-10-02Remove default session exception expiry timeAdam
2016-10-01Fix typo in changesAdam
(cherry picked from commit 97a13081e9483f2070abdb7fad8ec486a46139ac)
2016-10-01Update ChangelogsAdam
(cherry picked from commit a434651e75f3254123dcd606c3b64dfd9c0a7334)
2016-09-28README: Update to UnrealIRCd 4Adam
2016-09-23Document m_xmlrpc_main noticeAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-30Remove anopesmtp because it's stupidAdam
2015-12-14Rename "example.conf" to "anope.example.conf".Peter Powell
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-12-14Install into "~/anope" by default instead of "~/services".Peter Powell
2015-12-14Use the binary name "anope" on all platforms.Peter Powell
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-18Update my email address.Robby
2015-07-08Fix a ton of typos.Peter Powell
2015-06-29Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵Adam
account
2015-04-04Merge pull request #117 from aFreshMelon/fix-xmlrpc-phpAdam
Fix xmlrpc php
2015-04-04A variety of small improvements to xmlrpc.phpSebastian
Pretty simple stuff. * Better method names * Better DocBlocks * Lowercase variables
2015-04-01Make xmlrpc.php comply with PSR-2 coding standardSebastian
2015-04-01Remove workaround that is no longer neededSebastian
This workaround was required previously but breaks the code with the corrections to the XML-RPC response.
2015-03-22Fix typo in ChangesAdam
2015-03-12Update Changes.conf and ChangesAdam
2015-02-03Properly unescape xmlrpcAdam
2015-01-05Merge branch '2.0' into 2.1Adam
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-11-24Rewrite serializable to have field level granularityAdam
Represent serializable objects in a digraph, and as a result made most object relationships implicitly defined, and use the graph to trace references between objects to determine relationships. Edges may also be marked as having a dependency of the object they point to, which allows for automatic cleanup and deletion of most objects when no longer needed. Additionally, this allows not having to require in-memory copies of everything when using external databases. db_sql has been rewritten for this and now always requires a database to function. db_sql with MySQL now requires InnoDB to make use of transactions and foreign key constraints.
2014-10-28Update the French install instructions.Thomas Fargeix
2014-10-12Add exempts and optionally allow authenticated users past m_dnsblAdam
2014-10-12Add an operserv/oper/modify privilege.Thomas Fargeix
The operserv/oper command privilege allows to add operators with fewer or the same privileges as ourself. This new privilege allows to have operators who can use operserv/oper to see the list of operators and their privileges, but cannot add new operators.
2014-10-12Add a chanserv/access/list privilegeThomas Fargeix
Replace the existing chanserv/access/list command access, only used in cs_xop, by a privilege with the same name. It which allows read-only access to cs_access, cs_flags, cs_xop and cs_akick, while the already-existing chanserv/access/modify privilege allows to modify them.
2014-10-06Update INSTALL to reflect cmake requirementAdam
2014-06-23Merge branch '2.0' into 2.1Adam
Conflicts: cmake/Anope.cmake cmake/FindGettext.cmake include/access.h include/messages.h include/modes.h include/modules.h include/users.h modules/CMakeLists.txt modules/commands/bs_bot.cpp modules/commands/cs_access.cpp modules/commands/cs_ban.cpp modules/commands/cs_clone.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_list.cpp modules/commands/cs_log.cpp modules/commands/cs_mode.cpp modules/commands/cs_status.cpp modules/commands/cs_suspend.cpp modules/commands/cs_updown.cpp modules/commands/cs_xop.cpp modules/commands/ms_check.cpp modules/commands/ns_access.cpp modules/commands/ns_cert.cpp modules/commands/ns_group.cpp modules/commands/ns_register.cpp modules/commands/ns_set.cpp modules/commands/ns_suspend.cpp modules/commands/os_session.cpp modules/commands/os_svs.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_regex_pcre.cpp modules/extra/m_sql_authentication.cpp modules/extra/stats/m_chanstats.cpp modules/protocol/bahamut.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd12.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/chanserv/channel.cpp modules/pseudoclients/nickserv/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp src/access.cpp src/bots.cpp src/channels.cpp src/language.cpp src/modes.cpp src/modulemanager.cpp src/process.cpp src/users.cpp src/version.sh
2014-05-31Update WIN32.txt reflecting new Windows stuffAdam
2014-05-30Updates Changes and Changes.confAdam
2014-04-01protocol/inspircd12: Remove supportDaniel Vassdal
2014-04-01Remove documentation files we don't use/don't work/are wrong/seem out of ↵Adam
scope/why don't we have a wiki
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵Adam
default to allow normal users to use it.
2014-02-20update help infolethality
2014-02-20Updated services crontab locationlethality
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam
Add support for SSL connections powered by GnuTLS