summaryrefslogtreecommitdiff
path: root/modules/extra/m_alias.cpp
AgeCommit message (Collapse)Author
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-16Expand more on m_alias and changed some std::string usage in sockets.cpp to ↵Adam
use Anope::string
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-11Fixed some problems with m_alias and fantasyAdam
2011-01-05update copyrights for 2011lethality
2010-12-24Fixed Windows buildAdam
2010-12-23Fixed a crash in m_aliasAdam
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ↵Adam
to cut back on their code duplication. More work can be done in the future to remove even more of it.
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added command aliasesAdam