Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-08-17 | Added a Date field to the Header | genius3000 | |
2016-07-23 | Fix making directories from the Windows installer | Adam | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-12-08 | Update LOG dir in anoperc | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-07-15 | Fix support for passing relative install paths to CMake. | Peter Powell | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-01 | Support DESTDIR | Dominic Hargreaves | |
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See <http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html> | |||
2014-02-23 | Use a more reliable way to detect if services are running in anoperc | Adam | |
2014-01-01 | Update 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-12-01 | made the chanstats fantasy modules work again. | DukePyrolator | |
2013-10-26 | added the irc2sql gateway module | DukePyrolator | |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if ↵ | Adam | |
users want them built they should copy or symlink them out of extras | |||
2013-04-13 | Fix build on Solaris | Adam | |
2013-04-06 | Made the missing dependencies message from cmake more descriptive for modules | Adam | |
2013-01-09 | Update 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-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-10-31 | Fixed anopesmtp logging | Adam | |
2012-10-29 | Made anopesmtp less hard to debug | Adam | |
2012-10-09 | Made the warnings given by cmake for not having | Adam | |
the dependencies for modules look less scary as they confuse dumb people currently | |||
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a ↵ | Adam | |
module. | |||
2011-08-08 | Added a few sanity checks which never really should happen to db-convert | Adam | |
2011-01-20 | Removed db-upgrade, its no longer needed | Adam | |
2011-01-18 | Bug #1232 - Fixed db-convert to properly convert mode lock parameters | Adam | |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-11-02 | Fixed anopesmtp. Again. It works on Windows now | Adam | |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with ↵ | Adam | |
calculate_depends, and fixed building without gettext | |||
2010-10-31 | Fixed replacing %R's in email messages and fixed anopesmtp to really work | Adam | |
2010-10-28 | removed an extra space from db-convert | DukePyrolator | |
2010-10-28 | do not store memo numbers on db-convert | DukePyrolator | |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we ↵ | Adam | |
might as well make that update memos too. Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database. | |||
2010-10-11 | Fixed Windows again | Adam | |
2010-08-15 | Changed a few small things in the db format because it already changed ↵ | Adam | |
anyway, bumped DB version to 2 | |||
2010-08-08 | Fix an error in db-upgrade on sha256 encrypted passwords. | Naram Qashat | |
2010-08-08 | Add a db-upgrade to convert base64-encoded encrypted passwords to ↵ | Naram Qashat | |
hexadecimal strings of the raw data, add in Anope::Hex for C-style strings and added Anope::Unhex, modified the encryption modules to use Hex and Unhex. | |||
2010-07-25 | Epic commit to replace most of the strings in Anope with a single ↵ | Naram Qashat | |
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing. | |||
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. | |||
2010-07-09 | Removed autotools and the makefiles. This will be reintroduced differently ↵ | Adam | |
before the 1.9.3 release. | |||
2010-06-28 | added some missing includes to src/tools/smtp.h | DukePyrolator | |
2010-06-28 | Fixed the makefiles to correctly build and install the new anopesmtp and ↵ | Adam | |
db-convert | |||
2010-06-27 | The next of a few "CBX OCDing over code style" commits, maybe the last. | Naram Qashat | |
NOTES: I have been unable to compile the db_mysql_* functions on my system here, so those are untested. db-convert seems to be badly programmed and needs more work in my opinion. | |||
2010-06-25 | Moved src/tools/README to docs/TOOLS | Adam | |
2010-06-25 | Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb | Adam | |
2010-06-22 | Made db-convert really convert nickalias lastseen/lastused/lastquit | Adam | |