index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
language.cpp
Age
Commit message (
Expand
)
Author
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