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
/
core
/
ss_main.c
Age
Commit message (
Expand
)
Author
2009-11-28
Massive move of all of the Config variables out of global scope to the Config...
Adam-
2009-11-12
Made Command::Execute's params const
Adam-
2009-09-20
Removed the file name arg from MODULE_INIT
Adam-
2009-09-15
Removed command position from Module::AddCommand(), it is no longer used beca...
Adam-
2009-09-07
Added the OnBotPreLoad event to fix introducing StatServ
Adam-
2009-08-08
Actually, make use of it now. Pseudoclients are introduced automatically if s...
rburchell
2009-07-25
Changed params parameter of Command's Execute() from std::vector<std::string>...
cyberbotx
2009-03-31
Send snotice after connecting to the network. Also change OnServerConnect to ...
rburchell
2009-03-31
Fix ss_main's client introduction.
rburchell
2009-02-19
Fix ns_update, thanks DP. Fix two compile errors.
rburchell
2009-02-10
Fixed compile error in ss_main.
cyberbotx
2009-02-10
Fix modules to use the right type (CommandReturn, not CommandResult)
rburchell
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-30
Set ss_main to be permanent, as well as set it's type, author, and version.
cyberbotx
2008-11-30
Fix issue with ss_main where it doesn't recreate StatServ when it's unloaded ...
cyberbotx
2008-11-30
Modified BotInfo to store a pointer to a command hash table (this is so modul...
cyberbotx
2008-11-29
Added ss_main.c, a small sample showing how to create a pseudo-client from a ...
cyberbotx