Age | Commit message (Expand) | Author |
2010-12-12 | The rest of the earlier command changes | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed some unused code paths in some of the modules | Adam |
2010-12-12 | Fixed some of the language strings | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Allow users to drop their own nickrequests | Adam |
2010-12-12 | Allow users to remove their own access in channels | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-12-12 | Allow akill/szline/sqline to accept user names as a mask argument | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-12-12 | Just store lang strings in a char array, no need for the extra overhead of ST... | Adam |
2010-12-12 | Do not allow ghosting unidentified users if the recover command exists | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-11-21 | Fixed replacing %R with /msg on non gettext builds | Adam |
2010-11-21 | Fixed some language string names | Adam |
2010-11-05 | Fixed /ms sendall syntax error message | Adam |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with calculate... | Adam |
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 |
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 |
2010-10-06 | Made nickserv:nogroupchange work | Adam |
2010-10-06 | Added lang/unused.sh, used to find unused language strings. Also removed a lo... | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |
2010-09-26 | Partial fix for finding gettext with CMake, still doesn't fix the lack of fin... | Naram Qashat |
2010-09-26 | Added a short docs/LANGUAGES file explaining how to add translations for the ... | Adam |
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 |
2010-07-30 | Fixed some Windows issues with hashing and sockets. This currently limits bui... | Adam |
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ... | Naram Qashat |
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 Anope::stri... | Naram Qashat |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |