summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-23Anope 2.0.0 Release2.0.0Adam
2014-03-23Update version.logAdam
2014-03-23Regen langauge filesAdam
2014-03-22SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. ↵Robby-
Improve the log message for failed logins.
2014-03-22Do not allow SASL login to suspended nicksAdam
2014-03-20Make bouncymodes harder to trigger by only bumping server modcount when ↵Adam
something changes
2014-03-19Show a better log message when disconnecting from the uplinkAdam
2014-03-19cs_set_misc: Add missing override capability for services operators, and ↵Robby-
logging.
2014-03-17Update the dutch language file.Robby-
2014-03-17m_ssl_gnutls: Fix deprecation warnings when using newer GnuTLS versions.Robby-
2014-03-14Mark all channels as syncing when we connect to our uplink. They willAdam
finish syncing later when the uplink syncs. Normally the channel state is fully synced here anyway, except if we do not know the modes the uplink has yet. Also fix a related issue with resetting chanels and bouncing modes on our clients, if this is done prior to knowing which modes exist it would silently fail.
2014-03-13Do not allow users to add certs that other users are using. Only allow ↵Adam
adding certfps if the user is using it.
2014-03-11Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronousAdam
library cals from blocking... Fix multiple possible null pointer derefs if modules pass null interfaces (none currently do, but it is allowed) Fix memory leak from results when services are destructed Timeout queries that never come back.
2014-03-10Update the dutch language file.Robby-
ns_maxemail: Bold code 2 -> 002.
2014-03-10Merge pull request #64 from ShutterQuick/2.0+hsgroupsyncAdam
2.0+hsgroupsync
2014-03-10Merge pull request #63 from alexbarton/ngircd-fix-KILLAdam
ngircd protocol module: really kill users
2014-03-10Do not send unregistered notice to users who are logged in, even if their ↵Adam
nick isn't registered
2014-03-10Set nickserv's modesonid on login tooAdam
2014-03-10Fix compile error in m_sasl_dh-aes and m_sasl_dh-blowfish on unusually old ↵Adam
g++ versions
2014-03-10Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to ↵Adam
bypass ns_maxemail
2014-03-09Make nickserv/glist show the correct expire time for unconfirmed nicksAdam
2014-03-09Add missing space to session exception expiration messageAdam
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵Adam
default to allow normal users to use it.
2014-03-09irc2sql: removed the currentusers field from the chan table, keeping it ↵DukePyrolator
updated on each join/part eats too many ressources
2014-03-06ns_group: Don't require a nick param when logged inDaniel Vassdal
2014-03-06hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be ↵Daniel Vassdal
per account rather than nick.
2014-03-05Open database files using std::ios_base::binary in db_flatfile, which ↵Adam
Windows can require
2014-03-05ngircd protocol module: really kill usersAlexander Barton
ngIRCd doesn't send a QUIT for each user KILL'ed, so kill them immediately.
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which ↵Adam
do not exist
2014-03-04Do not allow guest nicks to exceed nicklen, and use a default enforcer ↵Adam
ident/host if none is provided
2014-03-03Update the dutch language file.Robby-
2014-03-01When unserializing channels with persist, set their ts=now. If we are ↵Adam
supposed to lower it later we will then.
2014-03-01Convert limit and key mlocks in db_oldAdam
2014-03-01Set +x on plexus when vhosts are activated, fix desync from /hs offAdam
2014-03-01Make db_old load entrymsgAdam
2014-03-01Export interface for cs_entrymsgAdam
2014-03-01Make chanserv/invite show who invited youAdam
2014-03-01Fix botserv help to show the correct fantasy charactersAdam
2014-03-01Allow opers with chanserv/administration to use fantasy, even if they don't ↵Adam
have the access for it
2014-03-01When unserializating channels and persist is set, only assign chanserv if ↵Adam
the perm channel mode doesnt exist
2014-03-01Do not enforce mlock when enforcing mlockAdam
2014-03-01Check modes after applying mlocks in db_oldAdam
2014-03-01Do not allow changing the email of unconfirmed accountsAdam
2014-03-01Fix incorrect comment in modules.example.confAdam
2014-02-28Allow svsjoin/svspart on yourselfAdam
2014-02-27Hybrid does not let us add resvs as a server, but the core expects to be ↵Adam
able to qline bot nicks before introducing the bots as a way to prevent collisions, so try harder to find a valid bot to send resvs on startup
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
in memory, which does weird things. For fun different ircds implement this differently (Unreal compares timestamps, TS6 compares timestamps and user username/host), and whether or not we get a kill for our user also varies, so just kill everyone. This can't really happen anyway with properly set qlines, only if services haven't yet set the qlines, or possibly in a bot add/nick user introduce race, or with enforcers, which not many ircds require.
2014-02-27Allow registration=mail forceemail=false to work, and simply give fully ↵Adam
registered accounts to people who do not provide an email to nickserv/register
2014-02-27Do not take modes from users in channels with secureops off if we are always ↵Adam
lowering channels timestamps to their creations
2014-02-26Remove unreachable code in config.cpp, this error is caught earlierAdam