Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-06 | Windows fixes | Adam | |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam | |
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam | |
2012-09-02 | Fix Windows | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-02-14 | Clean up and reorganize our header files | Adam | |
2012-01-25 | Windows | Adam | |
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-09-10 | Removed /bs set msg | Adam | |
2011-09-10 | Made service_reference type safe | Adam | |
2011-08-04 | Added a command:permission setting | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-05-16 | Added os_forbid | Adam | |
2011-05-16 | Expand more on m_alias and changed some std::string usage in sockets.cpp to ↵ | Adam | |
use Anope::string | |||
2011-02-25 | More fixes. Also made db_mysql_live not keep bots updated because thats ↵ | Adam | |
pointless and made m_asynch_commands respect user language settings. | |||
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy ↵ | Adam | |
load. | |||
2011-02-11 | Made the help command description code more sane | Adam | |
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. | |||
2011-01-08 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam | |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam | |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-24 | Fixed Windows build | Adam | |
2010-12-12 | Fixed subcommands | Adam | |
2010-12-12 | The rest of the earlier command changes | Adam | |
2010-12-12 | Added /bs set msg | Adam | |
2010-12-12 | Send replies from fantasy commands back to the channel, this will be ↵ | Adam | |
expanded on later | |||
2010-12-12 | Added command aliases | Adam | |
2010-10-11 | Fixed some warnings | Adam | |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them ↵ | Adam | |
members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code. | |||
2010-07-29 | Rewrote the hashing systems to properly handle the new Anope::strings which ↵ | Adam | |
we have everywhere. | |||
2010-07-25 | Epic commit to replace most of the strings in Anope with a single ↵ | Naram Qashat | |
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing. | |||
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam | |
2010-06-18 | Moved the *Serv help functions to Command, will come in use later with ↵ | Adam | |
subcommands | |||
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 ↵ | Adam | |
ci::string - Will be used after hashing system is rewritten | |||
2010-06-18 | Removed all references to $, git has no svn keywords | Adam | |
2010-01-11 | updated copyright info for 2010 | pimpmylinux | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2753 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, ↵ | cyberbotx | |
changed many other functions to use 'const std::string &' arguments as a chain reaction. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2733 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many ↵ | cyberbotx | |
changes to trunk. Trunk now builds under Windows like it should. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2106 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-01-03 | Housekeeping contact address updates. | sjaz | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1914 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-01-02 | Update copyrights for 2009. | rburchell | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-11-08 | Same cleanups for help_cmd, mod_help_cmd, etc insanity. | Robin Burchell w00t@inspircd.org | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1596 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-11-08 | Compress do_run_cmd() into mod_run_cmd(). | Robin Burchell w00t@inspircd.org | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1595 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-11-08 | Remove completely unused and quite duplicated run_cmd() vs mod_run_cmd(). | Robin Burchell w00t@inspircd.org | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1594 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-09-14 | BUILD : 1.7.21 (1439) BUGS : NOTES : Fixed compiling on windows. We needed ↵ | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b | |
access to do_help_limited(). git-svn-id: svn://svn.anope.org/anope/trunk@1439 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1154 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-09-03 | BUILD : 1.7.21 (1425) BUGS : 873 NOTES : We now show config variables in the ↵ | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b | |
help. git-svn-id: svn://svn.anope.org/anope/trunk@1425 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1140 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b | |
git-svn-id: svn://svn.anope.org/anope/trunk@1345 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1060 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b | |
git-svn-id: svn://svn.anope.org/anope/trunk@1265 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@983 5417fbe8-f217-4b02-8779-1006273d7864 |