summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
Also classify ulines as protected
2014-02-09Log memoserv/sendallAdam
2014-02-07Properly convert suspended nicks and channels in db_oldAdam
2014-02-07Allow other modules to suspend nicknames and channels without having to ↵Adam
subclass suspendinfo
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-02-07Update cs_updown.cppShutterQuick
cs_updown: Make CS DOWN remove all modes, not just one
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2014-02-05Process mode changes in ns_ajoin before joining users, fixes not being able ↵Adam
to ajoin users to +R channels on Unreal
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-02-03Actually just allow mode clear to take any mode nameAdam
2014-02-03Fix typo in mode clear, exempts -> exceptsAdam
2014-02-02Apply the last commit to cs_listAdam
2014-02-01ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)Daniel Vassdal
2014-02-01ns_ajoin: Treat ',' as a separator.Daniel Vassdal
2014-01-31protocol/(inspircd12/unreal/charybdis): Have SASL login in on the account ↵Daniel Vassdal
name instead of nick alias
2014-01-28Use TBURST on hybrid to set topicsAdam
2014-01-26Fix cs_clone allowing users to clone a channel to itselfAttila Molnar
2014-01-26Correct error message in gl_global to reference the right moduleAdam
2014-01-26Use the SQLine reason in the kick reason for sqlined channelsAdam
2014-01-26Revert "Rename db_old hash plain -> none which is what 1.8 calls it"Adam
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
2014-01-25Fix setname handler on unrealAdam
2014-01-21Fix missing colon in stats and top, fix smileys and actions count. Patch by ↵Adam
bush.
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-20Alias charybdis/uid -> ratbox/uid because grawity is weirdAdam
2014-01-19m_chanstats: fixed the config options NSDefChanstats and CSDefChanstatsDukePyrolator
2014-01-17m_chanstats: do not count negative words if you have more smileys in a line ↵DukePyrolator
than words
2014-01-15Fix webcpanels chanserv/modes pageAdam
2014-01-14Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist ↵Adam
with no parameters, as they are "unusual"
2014-01-09Fix repeat kicker message to show the correct number of times a user can say ↵Adam
the same thing before being kicked
2014-01-09Fix empty ttb in bs kick repeat onAdam
2014-01-09Hook to OnUserLogin instead of OnNickIdentify in ns_ajoinAdam
2014-01-09Remove help access levels from help output because it no longer existsAdam
2014-01-09Rename db_old hash plain -> none which is what 1.8 calls itAdam
2014-01-09Make DNSBL log message use the module type and give it a category tooAdam
2014-01-06Fix compile with -std=c++11Adam
2014-01-06Hide +s channels from /cs list output to non opersAdam
2014-01-06Add the channel name to reply of cs-status, useful for applicationsDaniel Oaks
2014-01-04Fix recovering enforcers not properly quitting themAdam
2014-01-04Allow m_sql_authentication to disable email changing similar to ↵Adam
m_ldap_authentication
2014-01-04Make /cs status use the chanserv/auspex privilege instead of ↵Adam
chanserv/access/modify, as it only views channel access
2014-01-04Also make m_sql_authentication block nick grouping if it is disabling ↵Adam
registration
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its ↵Adam
config a bit to look similar to all of the other config files
2014-01-02Add an explicit privilege for os_config's modifyAdam
2014-01-02Update os_configAdam
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2014-01-02Have db_old load news.db tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2014-01-01Make inspircds module class names not conflict because it confuses OSXAdam
2013-12-31I don't think this OnBotKick to hold channels is necessary anymore as Sync ↵Adam
should cover everything now, and this causes weird things when the last user in a channel kicks themselves out using the bot. Also handle users rejoining a channel while its held better.