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
/
module.cpp
Age
Commit message (
Expand
)
Author
2010-04-22
Actually use readtimeout from the config & fixed many valgrind errors
Adam-
2010-02-25
Rewrote part of the Timer and CallBack code for modules to be sane
Adam-
2009-10-18
Fix a few things that bugged me when I was working on one of my own modules.
cyberbotx
2009-09-27
Removed old mod_version system for detecting module versions and replaced wit...
Adam-
2009-06-26
Changed module callbacks to use new Timer API
adam-
2009-04-06
Replace Set*Help() functions with virtual *ServHelp() functions that can be o...
cyberbotx
2009-02-19
Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...
rburchell
2009-02-19
Remove (and neuter) old event system. Not used by anything in core.
rburchell
2009-02-15
HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...
cyberbotx
2009-02-09
Squashed commit: merge next (1.9.1) back to trunk.
rburchell
2009-01-03
Housekeeping contact address updates.
sjaz
2009-01-02
Update copyrights for 2009.
rburchell
2008-11-28
Removed mod_current_module, again, so far, no ill-effects...
cyberbotx
2008-11-27
Moved moduleDeleteLanguage() to Module::DeleteLanguage().
cyberbotx
2008-11-22
Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...
cyberbotx
2008-11-15
Modules now delete themselves instead of letting the core do it (just incase ...
robbeh
2008-11-15
Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...
rburchell
2008-11-15
Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...
rburchell
2008-11-15
Nuke eventprintf() and EvtMessage from orbit
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-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
Add module.cpp and modulemanager.cpp.
Robin Burchell w00t@inspircd.org
[prev]