summaryrefslogtreecommitdiff
path: root/src/core/ss_main.c
AgeCommit message (Expand)Author
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-18Made all modules version be VERSION_STRINGAdam
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-12Made Command::Execute's params constAdam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-09-07Added the OnBotPreLoad event to fix introducing StatServAdam-
2009-08-08Actually, make use of it now. Pseudoclients are introduced automatically if s...rburchell
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-03-31Send snotice after connecting to the network. Also change OnServerConnect to ...rburchell
2009-03-31Fix ss_main's client introduction.rburchell
2009-02-19Fix ns_update, thanks DP. Fix two compile errors.rburchell
2009-02-10Fixed compile error in ss_main.cyberbotx
2009-02-10Fix modules to use the right type (CommandReturn, not CommandResult)rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-30Set ss_main to be permanent, as well as set it's type, author, and version.cyberbotx
2008-11-30Fix issue with ss_main where it doesn't recreate StatServ when it's unloaded ...cyberbotx
2008-11-30Modified BotInfo to store a pointer to a command hash table (this is so modul...cyberbotx
2008-11-29Added ss_main.c, a small sample showing how to create a pseudo-client from a ...cyberbotx