Age | Commit message (Expand) | Author |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell |
2021-01-07 | Update copyright to 2021. | Robby |
2020-01-04 | Update copyright to 2020. | Robby |
2019-01-01 | Update copyright to 2019. | Robby |
2018-04-25 | Update copyright to 2018. | Robby |
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 |
2016-01-28 | Update copyright to 2016. This was done with: | Robby |
2015-07-13 | Unset extensibles on larger objects when they destruct | Adam |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-01 | fixed using language files for third party modules | DukePyrolator |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-03-29 | Fix detecting module langauge files | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-11-23 | Made IRCDProto a Service | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something better.... | Adam |
2012-10-06 | Fixed module language file path | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-02-05 | Removed the LIBINTL include hack | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-09-26 | Partial fix for finding gettext with CMake, still doesn't fix the lack of fin... | Naram Qashat |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-08-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them mem... | Adam |
2010-07-30 | Some more slight cleanups, this time in modes.cpp and module.cpp. | Naram Qashat |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need version.... | Naram Qashat |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-21 | Fixed a few Windows problems with cleaning out the runtime directory | Adam |
2010-06-20 | Store modules in a list and xlines in a vector, not deques. We need to be abl... | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- |