Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
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 |