summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2013-03-30Add /bs set banexpire command to configure if/when botserv bans expireAdam
2013-03-30Split up bs_kick subcommands into real subcommandsAdam
2013-03-29Fix /bs set privateAdam
2013-03-30uuups, we already have the year 2013DukePyrolator
2013-03-30added charybdis protocol supportDukePyrolator
2013-03-21Merge branch '1.9' of github.com:anope/anope into 1.9Adam
2013-03-21Properly cleanup after entrymsglists and ajoinlists when destructedAdam
2013-03-20Merge pull request #13 from attilamolnar/1.9+inspversionfixAdam
InspIRCd: Don't reply to VERSION
2013-03-20Check that channels still exist before nulling their ci pointer in ↵Adam
channelinfos destructor Change the persist setting on a channel to mean only that it is being enforced ircd-side
2013-03-19InspIRCd: Don't reply to VERSIONattilamolnar
InspIRCd sends all known version strings at burst and remembers the version strings sent to it. When a client does a /version <server> the cached version string is sent.
2013-03-18Add db_sql:import config option so we can know for sure whether or not we ↵Adam
want a database import
2013-03-16Remove remaining disable_ns_register references in example configAdam
2013-03-16Have db_flatfile store object ids if they are set, even though it doesn't ↵Adam
use them, so that if other database modules that use them are loaded they can keep track of objects properly
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-15Fix missing dependencies message to include the source folder, there is no ↵Adam
specific source file on modules with multiple source files
2013-03-13Refactor mask/entry code, allow full matching (against users real host/ip) ↵Adam
if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done
2013-03-13Allow opers to override chanserv kick/ban, botserv say/act, and akick's ↵Adam
peace setting
2013-03-13Allow m_ldap_authentication to block email changes if emails are controlled ↵Adam
by ldap, don't tell users they must change their email during initial user registration
2013-03-03update the users password after a successful ldap authenticationDukePyrolator
2013-03-03improved the operserv mode commandDukePyrolator
2013-03-02Fix compile warning in webcpanel/memosAdam
2013-03-02Fix build with -std=c++11Adam
2013-03-02Fix /ns drop nick showing "your nick" and not the nick you specified if the ↵Adam
nick isn't registered
2013-03-02Fixed logic fail in /ns resendAdam
2013-03-01Fix Windows buildAdam
2013-03-01Don't have cs_seen update data for users on syncing serversAdam
2013-02-28Fix entrymsg's creation time being reset from restartsAdam
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵Adam
down syntax, fix os_session messages to reference ip
2013-02-24Allow /cs up and /cs down to take an optional nick argAdam
2013-02-24fixed wrong parameter count in cs_updownDukePyrolator
2013-02-23Add SVSNICK and SVSHOLD to hybridAdam
2013-02-23Revert "do not send RESV from operserv when its not introduced"DukePyrolator
This reverts commit 2336b4723c484bd1d4307c24f8f0b16de18e502c.
2013-02-23Add missing SVSHold funcs to plexus protocol moduleAdam
2013-02-23Fix akick list/view not showing masks sometimesAdam
2013-02-23do not send RESV from operserv when its not introducedDukePyrolator
2013-02-22This OnServerSync event hook in inspircd20 can go away (it does nothing ↵Adam
currently)
2013-02-20Add Matthew to webpanel credits, fix alignment of akill listAdam
2013-02-20Merge pull request #12 from MatthewM/webcpanelAdam
Web Panel Modifications
2013-02-20Add /cs mode clear command that behaves like the old /cs clear modes/bans/etcAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-19Merge branch '1.9' of github.com:anope/anope into 1.9Adam
2013-02-19Fix some OpenBSD build issues, and bugs #1485 #1486 #1487Adam
2013-02-19fixed a typo in the last SASL commitDukePyrolator
2013-02-17SASL sends AUTHFAIL on unsupported mechanisms, fixes bug #1482DukePyrolator
2013-02-16InsIRCd only sends QUIT on KILL for users 1 hop from us, so always ↵Adam
internally kill users that we kill. Bug #1481
2013-02-16Fix missing CheckInit check in db_sql_liveAdam
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them ↵Adam
on startup
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-15Fixed unserializing servers in dns zonesAdam
2013-02-14Switch Destroy methods to deleteAdam