-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- v2.0c1
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.0
- v1.2.1
- V1.2.0
- 5.0.1
- 5.0
- 4.3
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1
- 4.0
- 4.0b2
- 4.0b1
- 3.9.1
- 3.9
- 3.8.5
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8
- 3.7
- 3.6.2
- 3.6.1
- 3.6
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5
- 3.4
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.1
- 3.3
- 3.2
- 3.1.2
- 3.1.1
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0
- 2.99.6
- 2.99.5
- 2.99.4
- 2.99.3
- 2.99.2
- 2.99.1
- 2.2
- 2.1.1
- 2.1.0
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0rc6
- 2.0rc5
- 2.0rc4
- 2.0rc3
- 2.0rc2
- 1.8.0
- 1.3.1
Showing
185 changed files
with
13,154 additions
and
7,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,5 @@ bots/y-bot/output/ | |
/bots/alice2/output/ | ||
/bots/professor/output/ | ||
/scratch/ | ||
temp/ | ||
temp/ | ||
conversations/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<aiml> | ||
|
||
<category> | ||
<pattern>YADMIN BOT PROPERTIES</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.properties.PropertiesAdminExtension"> | ||
BOT | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>YADMIN GET BOT PROPERTY *</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.properties.PropertiesAdminExtension"> | ||
GET BOT <star/> | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>YADMIN USER PROPERTIES</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.properties.PropertiesAdminExtension"> | ||
USER | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>YADMIN GET USER PROPERTY *</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.properties.PropertiesAdminExtension"> | ||
GET USER <star/> | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
</aiml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<aiml> | ||
|
||
<category> | ||
<pattern>RDF LIST SUBJECTS</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.rdf.RDFAdminExtension"> | ||
SUBJECTS | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>RDF LIST PREDICATES SUBJECT *</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.rdf.RDFAdminExtension"> | ||
PREDICATES <star/> | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>RDF LIST OBJECTS SUBJECT * PREDICATE *</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.rdf.RDFAdminExtension"> | ||
OBJECT <star index="1" /> <star index="2" /> | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
</aiml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<aiml> | ||
|
||
<category> | ||
<pattern>TRANSCRIPT</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.transcript.TranscriptAdminExtension"> | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
<category> | ||
<pattern>TRANSCRIPT # PROPERTIES</pattern> | ||
<template> | ||
<extension path="programy.extensions.admin.transcript.TranscriptAdminExtension"> | ||
PROPERTIES | ||
</extension> | ||
</template> | ||
</category> | ||
|
||
</aiml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.