summaryrefslogtreecommitdiff
path: root/data/mysql
AgeCommit message (Collapse)Author
2016-10-17Address casemapping issues in sqlite/mysqlAdam
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-01Rewrote the access systems and added a flags access systemAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_forbidAdam
2011-04-28Added a unique key for the anope_cs_mlock tableAdam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe.
2010-12-12Added cs_entrymsgAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-11-07Removed two primary keys on some metadata tables, they should not have themAdam
2010-10-31Fixed bug #1197 - Store vhosts in MySQLAdam
2010-10-29Removed the example anope_commands php code, it was removed in favor of xmlrpcAdam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-12Made the SQL tables use foriegn keys and references to each other, removed ↵Adam
many now unnecessary queries from db_mysql
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is ↵Adam
faster. Removed db_mysql_execute for now.
2010-03-31Added a small example webpage that can be used to register nicknames online ↵Adam-
via SQL git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2852 5417fbe8-f217-4b02-8779-1006273d7864