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
/
modules
/
extra
Age
Commit message (
Collapse
)
Author
2010-07-31
Don't dynamically allocate commands in modules anymore, instead made them ↵
Adam
members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code.
2010-07-29
Rewrote the hashing systems to properly handle the new Anope::strings which ↵
Adam
we have everywhere.
2010-07-27
Removed some assertions, replaced with throwing CoreExceptions
Adam
2010-07-27
Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ↵
Adam
release builds
2010-07-27
Some windows fixes from the Anope::string commit
Adam
2010-07-26
Trying to make things a little more const-safe, a work in progress but this ↵
Naram Qashat
is a bit better.
2010-07-25
Some windows fixes caused by the last 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-07-24
Always use non-blocking sockets
Adam
2010-07-15
Moved some files and diretories around, made cmake skip files it knows it ↵
Adam
can't compile because of missing dependices.