summaryrefslogtreecommitdiff
path: root/modules/database/db_redis.cpp
AgeCommit message (Collapse)Author
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2015-07-08Fix a ton of typos.Peter Powell
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' {} \;
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting ↵Adam
warnings
2013-05-27Initially attach all modules to all events, and detach them as the events ↵Adam
are run if they are not implemented per module
2013-05-18Fix Windows buildAdam
2013-05-17You would think my compiler would at least warn me about this. but no.Adam
2013-05-17Add Redis database supportAdam