summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-06Fix toggling topiclock when the channel setting is changedAdam
2013-04-06Fix generic mode supportAdam
2013-04-05Fix ns_lists command groupAdam
2013-04-05Made the securefounder checks in cs_set more consistentAdam
2013-04-05Fix not constructing the /bs set greet commandAdam
2013-04-04Move around some of Init() to fork() before initing the socket engine, as ↵Adam
some engines cant survive a fork()
2013-04-04Fix applying some sxlines to users on addAdam
2013-04-04Fix /hs reject syntaxAdam
2013-04-04Fix defcon taking action on new clientsAdam
2013-04-02mentioned the charybdis protocol support in the readme and example configDukePyrolator
2013-04-01fixed using language files for third party modulesDukePyrolator
2013-04-01Revert "added include/version.h to .gitignore"DukePyrolator
This reverts commit b3fd861b3ef4c81a9aafee9df75eddbb37c58e40.
2013-04-01added include/version.h to .gitignoreDukePyrolator
2013-03-31Fix typo in Mode message handlerAdam
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to ↵Adam
really work
2013-03-30Fix loading ttb from databasesAdam
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-29This reference to see if nickcores go away during command execution is no ↵Adam
longer necessary
2013-03-29Fix /bs set privateAdam
2013-03-29Fix detecting module langauge filesAdam
2013-03-30uuups, we already have the year 2013DukePyrolator
2013-03-30added charybdis protocol supportDukePyrolator
2013-03-22Fix build from earlier mergeAdam
2013-03-22Merge remote branch 'attila/1.9+timermanager' into 1.9Adam
2013-03-22Dont call SetCloakedHost in users constructor, just set chost, because ↵Adam
SetCloakedHost logs a message like the user just changed their host
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-21Check for null pointers in HasMLock/SetMLock/RemoveMLock, cs_register can ↵Adam
pass it some sometimes/possibly other places
2013-03-20Improve TimerManagerattilamolnar
Instead of adding timers into a vector and sorting them every time a timer is added, use a multimap
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-14Update nickserv defult names for kill/killquick, hide email, usermask, and quitAdam
2013-03-14Add group and hide setings to fantasy{} blocksAdam
2013-03-14Fix setting BSDefFlags from the configAdam
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-10Identify requests hold command sources and users can disconnect between the ↵Adam
request being dispatched and when it returns, so don't assume the source user pointer is always valid
2013-03-03update the users password after a successful ldap authenticationDukePyrolator
2013-03-03improved the operserv mode commandDukePyrolator
2013-03-03Bump for Anope 1.9.9-gitAdam
2013-03-02Anope 1.9.8 Release1.9.8Adam