summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-10Include botserv/* in default Services Administrator opertype to behave like 1.8Adam
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-12-29Allow configuring casemapsAdam
2014-12-28Merge pull request #94 from webczat/2.0Adam
Fix issue 1627.
2014-12-28Only disable CMP0026 if it existsAdam
2014-12-28Merge pull request #93 from alexbarton/ngircd-fix-servertokenAdam
ngIRCd protocol module: fix servertoken
2014-12-28Merge pull request #95 from webczat/2.0xAdam
fix chanserv.cpp using Get for bool extensible items
2014-12-28Merge pull request #96 from webczat/termforkAdam
Anope will now fork even when not started from a tty, like init scripts.
2014-12-28Replace spaces in opertypes with underscores in stats oAdam
2014-12-28Fix crash when non-users register channelsAdam
2014-12-28Fix adding regmoderated mode twice in plexusAdam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-19Disable CMP0026 warnings on cmake 3Adam
2014-12-12Anope will now fork even when not started from a tty, like init scrpits.Michał Zegan
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd.
2014-12-12Fix issue 1627.Michał Zegan
It required that the FHost message was rewritten for the insp20 protocol module instead of relying on inspircd12's version. The insp20 version internally removes +x mode on host change.
2014-12-12Changed calls to Get() for bool extensible items to HasExt in the chanserv ↵Michał Zegan
module, remove duplication of code.
2014-12-11Remove os exception moveAdam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them ↵Adam
places, which is much less error prone
2014-12-07Add SAVE support to inspircd20Adam
2014-12-07Update the dutch language file.Robby-
2014-12-05Change webpanel access add to just add via the commands, split Command::Run ↵Adam
into two so I can do this as I need to run named commands for it
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-12-02Link m_ldap against ldap_r not ldapAdam
2014-11-30Correctly assign nicks to their respective host serversAlexander Barton
Use the "server token" parameter of NICK commands to find the host server and correctly assign the nick name to this server. This allows Anope to correctly free all nick names again when (remote) servers leave the network, which fixes arbitrary "KILL attacks" when such nick names reconnect later on. Initial debugging and patch by DukePyrolator, thanks a lot!
2014-11-30Fix server token assignment of servers in the networkAlexander Barton
1. the directly linked server, our upstream, always has token "1", and 2. for remote servers in the network, the token and description filds were interchanged during registration, therefore up to now no server could be found by Server::Find() using its assigned server token.
2014-11-25Move automatically identified for log message to usersAdam
2014-11-24Set require_oper in /os operAdam
2014-11-24Fix sid generator generating invalid sids after sid 999Adam
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-11-15Allow 0 ttb in flood kickerAdam
2014-11-15Fix access dup check to account for accountsAdam
2014-11-08Fix bahamut mode handlerAdam
2014-11-08Fix not removing zones from server->zonesAdam
2014-11-06Fix typo in botserv.example.confAdam
2014-11-04Show access denied if /os kick can't kick the targetAdam
2014-11-04Allow mlock to be enforced when unsetting defcon modesAdam
2014-11-04Move chan register event prior to applying final mode changes, so cs_mode ↵Adam
can set mlock on register. #1620
2014-11-03enc_bcrypt is no longer extra because it doesn't depend on external ↵Adam
dependencies anymore
2014-11-03Fix log message when enabling botserv kickersAdam
2014-11-03Merge pull request #91 from Alef-Burzmali/2.0+fix-addakillerAdam
Keep the akiller's name when updating the reason.
2014-11-03Merge pull request #92 from Alef-Burzmali/2.0+update-frAdam
Update the French translation
2014-10-29Update French language file.Thomas Fargeix
2014-10-28Update the French install instructions.Thomas Fargeix
2014-10-24Keep the akiller's name when updating the reason.Thomas Fargeix
The name of the oper issuing an akill or a sxline could be removed by updating the reason, even though addkiller was enabled.
2014-10-16Validate credentials sent via sasl moreAdam
2014-10-14Show extended strftime output for suspend infoAdam
2014-10-14Set access masks to the case of the nick they match, if anyAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon.
2014-10-12Move nick register event to make it easier for modules to determine if a ↵Adam
newly registered nick is confirmed or not. Add confirm event.