summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
AgeCommit message (Collapse)Author
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-13And update modules.example.confAdam
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-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-01Added a web panel module + a default templateAdam
2012-08-08Update pid and motd file pathsCronus
2012-05-15m_ldap_authentication: Removed the dependency on a specific binddn in favour ↵Jeremy
of searching the tree for matching criteria and using the returned DN
2012-05-09Made ssl cert and keyfiles configurableAdam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2011-10-21Added m_rewriteAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-10Added m_proxyscanAdam
2011-08-20Removed m_async_commands, it can still cause crashes from invalid pointers ↵Adam
on the stack & is a giant mess anyway
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-07-17Fixed hs_request and corrected a typo(?) in hs activatelethality
2011-07-17Fixed up cs_set_misc and ns_set_miscAdam
2011-07-14Added cs_syncAdam
2011-07-14Added bs_autoassignAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.