Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
0e5bbe8
Started creating a Quarkus implementation of VileBot1
Christopher-Chianelli Apr 19, 2021
042f076
Refactor the code to use Kitteh
Christopher-Chianelli May 26, 2021
ef098f1
Add weather service to Quarkus implementation
Christopher-Chianelli May 27, 2021
592d262
Add list commands to the Quarkus implementation of VileBot
Christopher-Chianelli May 27, 2021
0f91f22
Add Karma Roll service to Quarkus VileBot
Christopher-Chianelli May 27, 2021
bebae87
Add TTC service to Quarkus VileBot1
Christopher-Chianelli May 29, 2021
afa66ca
Add URL title announcer service to the Quarkus version of VileBot
Christopher-Chianelli May 29, 2021
d687219
Allow getting event user with method parameter
Christopher-Chianelli May 29, 2021
9c168f7
Add tests for UserPing and Karma services
Christopher-Chianelli May 29, 2021
8a86afb
Add tests for WeatherService in vilebot-quarkus
Christopher-Chianelli May 31, 2021
78cdefa
Add tests for UserListService in vilebot-quarkus
Christopher-Chianelli May 31, 2021
6f1c89f
Add tests for UserListService in vilebot-quarkus
Christopher-Chianelli May 31, 2021
97085aa
Add tests for TtcService in vilebot-quarkus
Christopher-Chianelli May 31, 2021
3543df7
Add KarmaRollService test, TestUrlStreamHandler uses a Jar
Christopher-Chianelli May 31, 2021
62bd3ea
Add tests to quarkus-irc-bot
Christopher-Chianelli Jun 5, 2021
4769f36
Cache compiled patterns, make ClientCreatorImpl implement ClientCreator
Christopher-Chianelli Jun 5, 2021
d71749c
Add help command generation to quarkus-irc-bot
Christopher-Chianelli Jun 6, 2021
bdf48ad
Add back owilliams to !lessweather
Christopher-Chianelli Jun 7, 2021
418c14e
Remove setURLFactory hack, add OnMessage/OnPrivateMessage handler
Christopher-Chianelli Jun 9, 2021
5eab2e2
Add Fact and Quote service
Christopher-Chianelli Jun 16, 2021
2aa8685
Add tweet announcement service
Christopher-Chianelli Jun 16, 2021
1dfe8f0
Add twitter correction service to Quarkus implementation
Christopher-Chianelli Jun 16, 2021
c5848de
Add Jeopardy service to Quarkus implementation
Christopher-Chianelli Jun 16, 2021
6a5cd55
Add Summon Service to Quarkus implementation
Christopher-Chianelli Jun 17, 2021
40099b6
Add Rock Paper Scissors service to Quarkus implementation
Christopher-Chianelli Jun 17, 2021
49554e5
Strip trailing spaces before checking regex
Christopher-Chianelli Jun 21, 2021
cbbab97
Add RemindMe service to Quarkus implementation
Christopher-Chianelli Jun 21, 2021
a595220
Add OmgwordService to Quarkus implementation
Christopher-Chianelli Jun 21, 2021
61a4420
Add old header comment to OmgwordService
Christopher-Chianelli Jun 21, 2021
3455535
Add Markov commands
Christopher-Chianelli Jun 21, 2021
2bf7072
Add News and Fake News services to Quarkus implementation
Christopher-Chianelli Jun 21, 2021
ef1bad9
Add LastSeenService to Quarkus Impl
Christopher-Chianelli Jun 28, 2021
0b4fba0
Add LastMessageSedService to Quarkus impl
Christopher-Chianelli Jun 28, 2021
7917c55
Add KarmaTransferService to Quarkus impl
Christopher-Chianelli Jun 28, 2021
8dbe33a
Add KaomojiService to VileBot Quarkus implementation
Christopher-Chianelli Jul 19, 2021
9a602a8
Add JokesService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
17270d3
Add JazizService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
6e16da7
Add InspirationService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
4b7a8c9
Add ImageToAsciiService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
b3ca96f
Add GetInfoOnService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
9be75c0
Add FortuneService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
d9aad42
Add Excuse service to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
82bc6b6
Add DownOrJustMeService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
b44775e
Add DecideService to Quarkus implementation
Christopher-Chianelli Jul 19, 2021
07f3753
Add CountdownService; Made Java 15+ compatiable; Formatted Code
Christopher-Chianelli Jul 19, 2021
35a6a19
Remove code that was not required
Christopher-Chianelli Jul 19, 2021
fbdc16a
Add AsciiService to Quarkus implementation
Christopher-Chianelli Jul 20, 2021
29247c2
Add AnswerQuestionService to Quarkus implementation
Christopher-Chianelli Jul 20, 2021
560b141
Add ChurchService to Quarkus implementation
Christopher-Chianelli Jul 20, 2021
f60a2e2
Add Admin Commands, Cache Font Files, reuse old Password logic
Christopher-Chianelli Aug 1, 2021
56bf4ca
Migrate to Quarkus 2.1.1.Final; rename packages; formatting
Christopher-Chianelli Aug 10, 2021
9a5ed40
Add karma announcer; make @OnMessage and @Handler work on all bots
Christopher-Chianelli Aug 10, 2021
5af1cb6
Add additional unit tests
Christopher-Chianelli Aug 18, 2021
189349d
Add NewsService Unit Test
Christopher-Chianelli Aug 19, 2021
3f1abf0
Add Unit Test for LastSeenService
Christopher-Chianelli Aug 19, 2021
8a6575b
Add Unit Tests for LastMessageSedService
Christopher-Chianelli Aug 19, 2021
6280e97
Add remaining unit tests for user facing services
Christopher-Chianelli Aug 21, 2021
a89e235
Add AdminManagementService unit test
Christopher-Chianelli Aug 21, 2021
2e995b1
Add AdminPingService unit tests
Christopher-Chianelli Aug 21, 2021
f9a3f4a
Add unit tests for AuthService
Christopher-Chianelli Aug 21, 2021
3731432
Add GetLogService unit tests
Christopher-Chianelli Aug 21, 2021
e3a5544
Add unit tests for NickChangeService
Christopher-Chianelli Aug 21, 2021
44c0f5f
Add unit tests for OpsService
Christopher-Chianelli Aug 21, 2021
9d18fd2
Add BaseNick unit tests
Christopher-Chianelli Aug 21, 2021
eb974fe
Add unit tests for MangleNicks
Christopher-Chianelli Aug 21, 2021
9042571
Add LimitService unit tests
Christopher-Chianelli Aug 21, 2021
4e40598
Add LogDB unit tests
Christopher-Chianelli Aug 21, 2021
3e4584d
Add unit tests for UserlistDB
Christopher-Chianelli Aug 21, 2021
bf1b4ae
Add unit tests for ExcuseDB
Christopher-Chianelli Aug 21, 2021
80901f2
Add unit tests for LastSeenDB
Christopher-Chianelli Aug 21, 2021
540ccb7
Add unit tests for GroupDB
Christopher-Chianelli Aug 21, 2021
01a9f76
Add unit tests for QuoteFactDB
Christopher-Chianelli Aug 21, 2021
f3d807f
Add unit tests for PasswordDB
Christopher-Chianelli Aug 21, 2021
9824cd9
Add !rankn and !revrankn; add unit tests for KarmaDB
Christopher-Chianelli Aug 21, 2021
a2ec692
Add unit tests for ChurchDB
Christopher-Chianelli Aug 21, 2021
8d6528c
Add server-control.sh; make Client use nick as username
Christopher-Chianelli Aug 21, 2021
8900d7a
Remove old Vilebot impl; renamed Quarkus impl
Christopher-Chianelli Aug 21, 2021
4a2bd3d
Split too long message, mangle !speak and !gospel
Christopher-Chianelli Aug 25, 2021
7d93302
Add README; Allow using Channel as a parameter
Christopher-Chianelli Aug 31, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</properties>

<modules>
<module>quarkus-irc-bot</module>
<module>vilebot</module>
</modules>

Expand Down
39 changes: 39 additions & 0 deletions quarkus-irc-bot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.DS_Store
target
*.iml
.idea
.settings
.project
.classpath
.vscode/
*~
local-test
out
lib
bin
dependency-reduced-pom.xml
derby.log
hotspot.log
.directory
.java-version
.graal-install
hs_err_pid*.log
dumps
*.orig
*.rej
.factorypath
graph-output.dot
*.swp
*.swo
ObjectStore
.gradle
build
docker/distroless/bazel-*
/.apt_generated_tests/
quarkus.log
replay_*.logß
nbactions.xml
nb-configuration.xml
.cache
/lsp/
.jbang
202 changes: 202 additions & 0 deletions quarkus-irc-bot/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
127 changes: 127 additions & 0 deletions quarkus-irc-bot/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.oldterns.vilebot</groupId>
<artifactId>quarkus-irc-bot-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>quarkus-irc-bot-deployment</artifactId>
<name>Quarkus IRC Bot - Deployment</name>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc-deployment</artifactId>
</dependency>
<dependency>
<groupId>com.oldterns.vilebot</groupId>
<artifactId>quarkus-irc-bot</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-netty-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jackson-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mutiny-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-context-propagation-deployment</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-internal</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.4.2.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>


<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>

</project>
Loading