Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-05 | Fixed /ms sendall syntax error message | Adam | |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with ↵ | Adam | |
calculate_depends, and fixed building without gettext | |||
2010-10-31 | Fixed replacing %R's in email messages and fixed anopesmtp to really work | Adam | |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-10-28 | Made gettext work on Debian and updated some documentation | Adam | |
2010-10-26 | Fixed Windows build with gettext | Adam | |
2010-10-23 | Made the language system still work even if the locales are not installed on ↵ | Adam | |
the system | |||
2010-10-06 | Made nickserv:nogroupchange work | Adam | |
2010-10-06 | Added lang/unused.sh, used to find unused language strings. Also removed a ↵ | Adam | |
lot of unused language strings. | |||
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules ↵ | Adam | |
since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules. | |||
2010-09-26 | Partial fix for finding gettext with CMake, still doesn't fix the lack of ↵ | Naram Qashat | |
finding non-standard paths though. | |||
2010-09-26 | Added a short docs/LANGUAGES file explaining how to add translations for the ↵ | Adam | |
core and modules, updated TODO, and fixed a few small bugs | |||
2010-09-26 | Changed the language system to use gettext | Adam | |
2010-08-27 | Added a new logging system | Adam | |
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-30 | Fixed some Windows issues with hashing and sockets. This currently limits ↵ | Adam | |
building to VS 2010, will look at 2008 later | |||
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ↵ | Naram Qashat | |
replace_all_* functions to actually work if the original and replacement strings are not the same length. | |||
2010-07-27 | Some windows fixes from the Anope::string commit | Adam | |
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 | Renamed all of source files from .c to .cpp | Adam | |