e5b9f1634a
completely remove usages of django-adminplus
...
it was futzing up some /admin/ login stuff, and I hadn't actually used
the three views using it in years, so probably better to just yeet it
(technical term) into the sun.
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-05-03 13:24:38 -05:00
03e1269cf2
updates to bump the whole app to Django 5.0
...
note that this removes support for python 3.8 and 3.9!
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-05-03 12:44:57 -05:00
420a7b1472
add the ability to disable the web display of some apps
2023-03-27 16:05:42 -05:00
a214d8acfd
remove unused weather underground key
2023-03-27 14:26:51 -05:00
d962b275ff
remove the gitlab bot, it's its own project now
2023-03-02 08:05:42 -06:00
68f7c80b7e
put the security middleware as the first middleware
...
I don't think I've ever gotten a solid idea that this is *necessary*,
but I've seen other docs refer to/assume this, so sure?
2023-02-20 10:30:13 -06:00
1cf0364268
move templates aroudn to satisfy packaging now that it's being tested
2023-02-16 16:14:06 -06:00
76bcdd5fef
config flag for having !dice/!random prefix the nick
...
with the discord-irc bridge in play, the bot was sending all !roll
results to the bridge user, which wasn't all that useful
2022-07-14 23:00:05 -05:00
75a1b8d7f3
version bump (new Django!) and remove twitter lib
2021-10-27 07:50:13 -05:00
fd5c4dad1a
remove unused import
2021-10-26 23:10:45 -05:00
7264deee2a
remove the long unsupported and unused twitter module
2021-10-26 22:58:24 -05:00
76e5546bcb
remove django registration stuff, unused/desired
2021-10-26 22:25:08 -05:00
6136127c5f
move IRC server settings to database
...
this is the first step in trying to get the bot to support multiple
servers with different channels, countdown triggers, and so on
this also ends up affecting some configuration around:
* dispatch
* markov
* admin privmsg form
2021-04-25 10:17:41 -05:00
2f98a64cdd
version bumps and migration to django 2.2
2019-06-21 10:05:40 -05:00
0589939137
support multiple strings as counting as nick highlights
...
also, treat @nicks as being addressed, since we are doing discord
through bitlbee now
2019-01-10 08:48:15 -06:00
4bf922eef0
mpdbot: show icecast site in the output
2017-03-10 20:53:59 -06:00
217b8a15cd
simple mpd client thing
...
gets now playing status
2017-03-10 20:36:56 -06:00
a4d51b1f2c
remove choices app, everything is in facts now
...
closes bss/dr.botzo#15
2017-02-11 09:37:03 -06:00
cd23f062a9
collapsing all of dr_botzo one directory
2017-02-04 11:51:22 -06:00
2ffdf26ec2
reorganizing project directories, part 1
2015-05-08 20:37:22 -05:00
77e52acc75
Markov: first cut of markov in django
...
this is just a basic port of the tables into django models right now.
there's some serious slowness in the state creation that i need to fix
before this does anything, but i want to get this in a real database on
a real linode before i go too much further, so here it is
2014-04-05 10:52:29 -05:00
92b7e3b333
templates and static dirs for when they happen
2014-03-20 19:19:43 -05:00
5fff9411a5
Races: add module to do a crude racebot thing
...
join/start/update/finish/leave. good enough start i think
2014-03-16 15:46:15 -05:00
2553e6bed1
load django_extensions
2014-03-16 14:02:02 -05:00
84ee09d4a3
migrate Seen to django models and whatnot
...
this also adds south and django_extensions stuff, because that is the
natural thing to do. this is a pretty good start, i think
2014-03-16 11:35:01 -05:00
6d85a580f3
normal django localsettings.py import thing
2014-03-16 09:34:39 -05:00
e21bebc24c
django skeleton
2014-03-16 09:22:11 -05:00