summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-28Mark pure virtual functions with anope_abstractAdam
2014-05-28Merge branch '2.0' into 2.1Adam
Conflicts: .travis.yml src/config.cpp src/version.sh
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20Deprecate enc_old, enc_md5, and enc_sha1Adam
2014-04-20New event systemAdam
2014-04-09Merge pull request #70 from Jyzee/langFR-PatchAdam
Update French language file.
2014-04-09Update French language file.Jyzee
2014-04-07Do not clear all extension items tied to objects when unserializing.Adam
Instead, pass the old object to the unserialization functions and let them incrementally update the object.
2014-04-06Document that memo_mail can be in nickserv defaults. These should move to ↵Adam
memoserv.conf one day.
2014-04-06Do not apply module changes on rehash until after the new config has been ↵Adam
applied. Fix renaming opertypes on reload.
2014-04-06Fix /os mode to not require a mode when setting param modes which taken no ↵Adam
argument when setting
2014-04-04Removal of some more inspircd 1.2 stuffAdam
2014-04-02Set minus no arg on +l in all proto modsAdam
Set oper modes/vhost on oper too, evan after iding Add umode +q to plexus
2014-04-02Fix travis buildAdam
2014-04-02Use std::thread for the threadengineAdam
2014-04-02Remove regex mods, use std::regex insteadAdam
2014-04-02Merge pull request #69 from ShutterQuick/2.1+noinsp12Adam
protocol/inspircd12: Remove support
2014-04-01protocol/inspircd12: Remove supportDaniel Vassdal
2014-04-01Add travis configAdam
2014-04-01Add travis configAdam
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-04-01Remove version.log because this is 2014 and we have gitAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-31Fix compile error in cs_set_misc with C++11 enabledAdam
2014-03-31Bump for Anope 2.1.0-gitAdam
2014-03-31Small Grammar FixZantox
2014-03-31Fix ns_set password to read the correct parameter.Adam
Even though 1 is past the "end" of the vector, because vectors never shrink and due to how the command parser works, it is always less than the capacity, and almost always contains what is in params[0] (though this is of course implementation dependant), which is why this was not identified sooner, as it executes cleanly under valgrind on every machine I can find.
2014-03-31Bump to Anope 2.0.1-gitAdam
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