summaryrefslogtreecommitdiff
path: root/modules/extra/m_async_commands.cpp
AgeCommit message (Collapse)Author
2011-08-20Removed m_async_commands, it can still cause crashes from invalid pointers ↵Adam
on the stack & is a giant mess anyway
2011-08-04Added a command:permission settingAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed ↵Adam
properly in 1.9.5
2011-04-25Fixed crash when certain nicks expireAdam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-04Added LDAP supportAdam
2011-02-26Replaced the few language strings we use with #defines to prevent ↵Adam
accidentally translating them if we shouldnt
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats ↵Adam
pointless and made m_asynch_commands respect user language settings.
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy ↵Adam
load.
2011-02-17Split db_mysql_live into two modules so other modules can make use of the ↵Adam
asynchronous command interface