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
Age
Commit message (
Expand
)
Author
2017-11-19
Add subcommand syntax help, and reference subcommand help in syntax error mes...
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-04-07
irc2sql: fix changing status modes to update ison modes
Adam
2017-04-07
Merge commit '7453c71c005671f729e26f2bbeeb750d32c88718'
Adam
2017-04-07
Merge commit '76ea11198028b6a1ab4f739d239bf890ce6d937e'
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-11-05
irc2sql: fix changing status modes to update ison modes
Adam
2016-11-05
irc2sql: fix crash on shutdown with no sql
Adam
2016-11-05
irc2sql: update max topic len to 512
Adam
2016-11-04
irc2sql: fix a couple SQL errors
Adam
2016-10-09
Various other modname fixes
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
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-04-30
irc2sql: handle away messages.
Jyzee
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-20
Speed up akill xline checks
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-03-09
irc2sql: removed the currentusers field from the chan table, keeping it updat...
DukePyrolator
2014-01-21
Fix missing colon in stats and top, fix smileys and actions count. Patch by b...
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-06
Fix compile with -std=c++11
Adam
2014-01-03
Move modules/stats under extras because it depends on m_mysql, update its con...
Adam