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
/
extra
/
stats
/
m_chanstats.cpp
Age
Commit message (
Expand
)
Author
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-09-14
changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...
DukePyrolator
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-01
Pass password to nick register event so modules like m_ldap_authentication ca...
Adam
2014-04-21
Constify message source for OnChannelMode(Un)Set
Adam
2014-04-20
New event system
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-01-21
Made the chanstats confs try and look similar to every other configuration file
Adam
2014-01-19
m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats
DukePyrolator
2014-01-17
m_chanstats: do not count negative words if you have more smileys in a line t...
DukePyrolator
2014-01-03
Move modules/stats under extras because it depends on m_mysql, update its con...
Adam