summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-11InspIRCd 2.0: Re-set server-side mlock when an incoming METADATA mlock from ↵Attila Molnar
a bursting server changes it
2015-03-11InspIRCd 2.0: Pass use_server_side_topiclock and use_server_side_mlock ↵Attila Molnar
references to METADATA handler
2015-03-11InspIRCd 2.0: Add METADATA handler, pass everything to inspircd12/metadataAttila Molnar
2015-02-23Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵Adam
which forces a rebuild
2015-02-10Merge pull request #102 from miwob/master+protocol-missing-modesAdam
- Added some missing user modes to the ircd-hybrid protocol module
2015-02-10Merge pull request #103 from miwob/master+hybrid-misc-changesAdam
Misc changes to the ircd-hybrid protocol module:
2015-02-10Merge pull request #104 from miwob/master+anope.de_DE.po-minor-updateAdam
- Minor update to anope.de_DE.po; removed double space + proper translat...
2015-02-10- Minor update to anope.de_DE.po; removed double space + proper translationmiwob
2015-02-08Misc changes to the ircd-hybrid protocol module:miwob
- Increase MaxModes to 6 - SendLogout(): send "+d *" instead of "+d 0" - Update copyright year - Removed user mode +z from supported modes
2015-02-07- Added some missing user modes to the ircd-hybrid protocol modulemiwob
2015-02-06Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-overrideAdam
- Removed SendGlobopsInternal() override as it's basically a duplicate o...
2015-02-06Merge pull request #100 from miwob/master+hybrid-protocol-cmode-ctcpAdam
- Update ircd-hybrid protocol module to support channel mode 'C' (no CTC...
2015-02-06- Removed SendGlobopsInternal() override as it's basically a duplicate of ↵miwob
SendGlobopsInternal() in protocol.c
2015-02-06- Update ircd-hybrid protocol module to support channel mode 'C' (no CTCPs)miwob
2015-02-05Fix os_mode to handle channels going away due to mode changes, and maybe cs_modeAdam
2015-02-03Make module version system workAdam
2015-02-03Properly unescape xmlrpcAdam
2015-01-28More properly track topic change sources and allow users with access to ↵Adam
change topics through topiclock
2015-01-26Check virtual mode bases betterAdam
2015-01-26Fix negatively locking param modes in default mlockAdam
2015-01-11Merge pull request #98 from flotwig/patch-1Adam
cs_entrymsg to use SET permission, not isFounder
2015-01-11cs_entrymsg to use SET permission, not isFounderZach Bloomquist
Correcting syntax error (i don't actually know c++)
2015-01-10Fix m_xmlrpc server configuration optionAdam
2015-01-10Always use source name when logging server kicksAdam
2015-01-10Log user away messagesAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ↵Adam
allowed in nicknames
2015-01-10Include botserv/* in default Services Administrator opertype to behave like 1.8Adam
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-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-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