summaryrefslogtreecommitdiff
path: root/modules/core/db_mysql.cpp
AgeCommit message (Collapse)Author
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-08-04Added a command:permission settingAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-19Fixed compile from the earlier mergeAdam
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_forbidAdam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.