Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | Rewrote the example configurations and split them | Adam | |
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core" | |||
2011-08-01 | Rewrote the access systems and added a flags access system | Adam | |
2011-07-31 | Fixed these ModuleManager::Attach calls once and for all.. | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-05-16 | Added os_forbid | Adam | |
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. | |||
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam | |
2011-03-11 | _()ify Command::SetDesc | Adam | |
2011-02-26 | Replaced the few language strings we use with #defines to prevent ↵ | Adam | |
accidentally translating them if we shouldnt | |||
2011-02-11 | Made the help command description code more sane | Adam | |
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. | |||
2011-01-17 | Made db_plain buffer database writes which prevents | Adam | |
databases from coming corrupted if we crash or if write fails. Also fixed loading all ajoin channels. | |||
2011-01-17 | Fixed ns_ajoins list output formatting | Adam | |
2011-01-17 | Added ns_ajoin | Adam | |