index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
m_redis.cpp
Age
Commit message (
Expand
)
Author
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam
2014-12-27
Remove now unnecessary eventhook constructor calls in module init lists
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-04-20
New event system
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-07-20
Fix not setting the correct compile flags on modules and fix the resulting wa...
Adam
2013-05-28
Include <iterator> in services.h as now more than one file uses it
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-18
Fix Windows build
Adam
2013-05-17
Yet another variable shadowing error which only show on newer gcc versions
Adam
2013-05-17
Add Redis database support
Adam