summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2012-12-22Combine all of the set modules now that having them split apart is almost ↵Adam
completely pointless
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-09added a missing permission for operserv/global to the Services Administrator ↵DukePyrolator
block in example.conf
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Add commented command{} blocks for how 1.8 worked, don't show saset in the ↵Adam
help list to registered users.
2012-11-25Rename restoreonghost in nickserv.confAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-25added a config block for cs_seen in chanserv.example.confDukePyrolator
2012-11-24Add IP.Board m_sql_authentication query to modules.example.conf, from ↵Adam
Genesis2001
2012-11-09Add a config option to disable saslAdam
2012-11-07Give suspend the correct permission in botserv.conf, fix pch buildAdam
2012-11-06Added chanserv/status to fantasy commandslethality
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-11-01Expand options:hideprivilegedcommands to not show commands requiring ↵Adam
authentication to unidentified users
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL.
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-29Readd cs_statusAdam
2012-10-29readded ngircd protocol supportDukePyrolator
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-24BIND's forward ability did not work as I expectedAdam
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-13Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at>Adam
2012-10-13And update modules.example.confAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something ↵Adam
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
2012-10-06Fixups and cleanup for the last few commitsAdam
2012-10-02Added operserv/logsearchAdam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-09-29added some example sql querieslethality
2012-09-13Updated example query to include a valid valuelethality
2012-09-12Add m_sql_authentication to allow authenticating users against an external ↵Adam
SQL database
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07These saset command stubs can go awayAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-03updated example.confDukePyrolator
2012-09-02Update version.logAdam
2012-09-01Added a web panel module + a default templateAdam
2012-08-08Put motd in conf/ not data/ and fixed the default values in the configRobby
2012-08-08Update pid and motd file pathsCronus
2012-06-17Updated MODULES somewhatlethality
2012-06-11Split up bs_setAdam
2012-06-01Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-06-01updated chanstatsDukePyrolator