Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ↵ | Adam | |
ns_resetpass allow remote-id to get past things such as kill immed. | |||
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. | |||
2010-10-22 | Fixed some Windows problems | Adam | |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ↵ | Adam | |
and fixed a potential crash from rehashing while sending mail | |||
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam | |
This allows modules (xmlrpc) to create and accept SSL connections. Also fixed unloading m_mysql at certain times and made the threading engine always work correctly on Windows. | |||
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-27 | Added a new logging system | Adam | |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we ↵ | Adam | |
convertTo unsigned values, and fixed the mail delay error message to give the correct time. | |||
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
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-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-18 | Rewrote the mail system to use threading | Adam | |