summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/pages/memoserv
AgeCommit message (Collapse)Author
2014-01-02Move modules out of extras that dont have external dependenciesAdam
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-11-22fixed webcpanel not html escaping displayed memos, bug reported by MietzieDukePyrolator
2013-05-26Fix webcpanel buildAdam
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-03-02Fix compile warning in webcpanel/memosAdam
2013-02-20Merge pull request #12 from MatthewM/webcpanelAdam
Web Panel Modifications
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2012-12-17Added a modal window interface to MemoServs page that will automaticly fade ↵MatthewM
out after a give time (currently 5s)
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-10-07Remove the asynchronous identifing hack and replace it with something ↵Adam
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
2012-09-01Added a web panel module + a default templateAdam