Compare commits
No commits in common. "df2e7495c73d57d73a68bb1e215c8511e3468ed1" and "36afeaad421fc13f75140626353af4fff5f9035f" have entirely different histories.
df2e7495c7
...
36afeaad42
10 changed files with 226 additions and 345 deletions
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db
|
package db
|
||||||
|
|
||||||
import modules.uac.UACModule
|
import modules.uac.UACModule
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.internal
|
package db.internal
|
||||||
|
|
||||||
class NotFoundException extends Throwable
|
class NotFoundException extends Throwable
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.modules
|
package db.modules
|
||||||
|
|
||||||
import slick.dbio.DBIO
|
import slick.dbio.DBIO
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.modules.executor
|
package db.modules.executor
|
||||||
|
|
||||||
import slick.jdbc.JdbcProfile
|
import slick.jdbc.JdbcProfile
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.modules.uac
|
package db.modules.uac
|
||||||
|
|
||||||
import db.internal.NotFoundException
|
import db.internal.NotFoundException
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.modules.uac
|
package db.modules.uac
|
||||||
|
|
||||||
import db.modules.DatabaseModule
|
import db.modules.DatabaseModule
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
/*
|
|
||||||
UNIT_CA5 - Stream management bot
|
|
||||||
Copyright (C) 2024 digimint
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
package db.modules.uac
|
package db.modules.uac
|
||||||
|
|
||||||
import db.modules.uac.UACSchema
|
import db.modules.uac.UACSchema
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue