summaryrefslogtreecommitdiff
path: root/modules/m_redis.cpp
AgeCommit message (Collapse)Author
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting ↵Adam
warnings
2013-05-28Include <iterator> in services.h as now more than one file uses itAdam
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-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.
2013-05-18Fix Windows buildAdam
2013-05-17Yet another variable shadowing error which only show on newer gcc versionsAdam
2013-05-17Add Redis database supportAdam