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
/
modulemanager.cpp
Age
Commit message (
Expand
)
Author
2009-01-03
Housekeeping contact address updates.
sjaz
2009-01-02
Update copyrights for 2009.
rburchell
2008-12-17
Massive cleanup of the CMakeLists.txt files to finalize them.
cyberbotx
2008-12-17
A few GCC 3.4.x and MSVC++ warning fixes.
cyberbotx
2008-12-17
More CMake work, mostly to handle both *nix and Windows builds.
cyberbotx
2008-11-28
Removed mod_current_module, again, so far, no ill-effects...
cyberbotx
2008-11-28
Removed mod_current_module_name, so far no ill-effects...
cyberbotx
2008-11-28
Removed mod_current_user and mod_current_op, the latter of which was only an ...
cyberbotx
2008-11-26
Various fixes for compiling under Windows.
cyberbotx
2008-11-23
Converted many C-style casts to C++-style casts.
cyberbotx
2008-11-15
Modules now delete themselves instead of letting the core do it (just incase ...
robbeh
2008-11-15
Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...
rburchell
2008-11-15
Cleanup some stuff to a header.
rburchell
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
2008-11-14
Add Module::SetPermanent() and Module::GetPermanent(), used to mark a module ...
rburchell
2008-11-14
Fix: make the module type checks more generic (removing a copy of code), and ...
rburchell
2008-11-14
Various small warning fixes.
rburchell
2008-11-09
addModule + delModule compressed into constructor/destructor.
Robin Burchell w00t@inspircd.org
2008-11-09
Move loadModule() and unloadModule() inside ModuleManager::
Robin Burchell w00t@inspircd.org
2008-11-09
Move modules_core_init() to ModuleManager::LoadModuleList().
Robin Burchell w00t@inspircd.org
2008-11-09
Add module.cpp and modulemanager.cpp.
Robin Burchell w00t@inspircd.org
[prev]