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 | Moved Commands stuff to its own file and changed Command::name to be ci::stri... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | 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-12-13 | Moved hostserv/set priv to commands, only check for HasCommand() when trying ... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-12 | Fix default OnSyntaxError subcommand to be the last param if its size is less... | Adam- |
2009-11-11 | Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-17 | Made MOD_STOP returned from commands really halt processing (stops OnPostComm... | Adam- |
2009-08-30 | Add messages at the bottom of HELP telling you if you can/cant use the comman... | Adam- |
2009-07-25 | Changed params parameter of Command's Execute() from std::vector<std::string>... | cyberbotx |
2009-07-24 | Changed subcommand parameter of Command's OnHelp() from std::string to ci::st... | cyberbotx |
2009-07-06 | Made pre-command channel sanity checks only apply to ChanServ and BotServ. It... | adam- |
2009-07-02 | Really fix bug #1088 | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-05-07 | Move where command permission checking is done, patch by Adam. | cyberbotx |
2009-05-05 | Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ... | cyberbotx |
2009-04-16 | Check Command::permission in command handler. | rburchell |
2009-04-10 | Fix crash in mod_help_cmd when a non-existing command is looked up, spotted b... | cyberbotx |
2009-04-03 | Fix bug #1045, patch from Adam, suspended channels can no longer be administe... | cyberbotx |
2009-04-03 | Added service argument to OnPreCommand, added OnPostCommand event, changed th... | cyberbotx |
2009-04-02 | Remove capability for commands to hook existing commands, add an OnPreCommand... | rburchell |
2009-04-01 | Change some stuff to use NC::IsServicesOper instead of is_services_*. | rburchell |
2009-03-23 | Fix part #2 of bug #1010, patched partially by Adam and cleaned up / finished... | cyberbotx |
2009-02-16 | Fix wrong service listed in "to identify" | rburchell |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | Check nick_identified() instead of u->na, as this may incorrectly treat peopl... | rburchell |
2009-02-15 | Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif... | rburchell |
2009-02-15 | Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for... | rburchell |
2009-02-11 | Make max params work correctly, and fix bs_act to request params correctly. A... | rburchell |
2009-02-11 | Fix naming discrepancy meaning some commands were not issuing syntax errors. | 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-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-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-08 | Same cleanups for help_cmd, mod_help_cmd, etc insanity. | Robin Burchell w00t@inspircd.org |
2008-11-08 | Compress do_run_cmd() into mod_run_cmd(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Remove completely unused and quite duplicated run_cmd() vs mod_run_cmd(). | Robin Burchell w00t@inspircd.org |
2008-11-07 | Remove createModule stuff.. instead, pass string to loadModule. This still is... | Robin Burchell w00t@inspircd.org |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |