aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* add missing "import urllib.parse" to ap_utils.pyGravatar jesopo2019-09-231-0/+1
* add default value of self._load_threadGravatar jesopo2019-09-231-0/+2
* push markov loading half on to a background thread that takes the main thread•••for database actions Gravatar jesopo2019-09-231-4/+17
* add success message, decode http get responseGravatar jesopo2019-09-231-2/+3
* add command for loading logs in to markov (via http)Gravatar jesopo2019-09-231-18/+43
* we only need 1 level of "end" markov chainsGravatar jesopo2019-09-201-1/+0
* copypaste fail, duplicate "markov" command hookGravatar jesopo2019-09-201-1/+1
* add !markovforGravatar jesopo2019-09-201-7/+24
* .lower() markov wordsGravatar jesopo2019-09-201-1/+1
* getting frequency on-insert should be execute_fetchoneGravatar jesopo2019-09-201-2/+2
* remove debug printGravatar jesopo2019-09-201-2/+0
* add a command to generate markov chains (!markov)Gravatar jesopo2019-09-201-1/+12
* '_on_load' -> 'on_load'Gravatar jesopo2019-09-201-1/+1
* database.execute() doesn't fetch dataGravatar jesopo2019-09-201-11/+9
* generate() takes a channel id, not a channelGravatar jesopo2019-09-201-1/+1
* add missing ")" in CREATE queryGravatar jesopo2019-09-201-1/+1
* 'self.database' -> 'self.bot.database'Gravatar jesopo2019-09-201-8/+8
* first draft of markov.pyGravatar jesopo2019-09-201-0/+75
* only show auto-title when response code is 200Gravatar jesopo2019-09-201-9/+9
* 'to' -> 'so', typo in !cfilter commentGravatar jesopo2019-09-201-1/+1
* remove redundant old docstring kwargs from !silenceGravatar jesopo2019-09-201-5/+0
* refactor all checks for channel_type to server.is_channel()Gravatar jesopo2019-09-203-5/+4
* improve !ud usage string (wrt #number)Gravatar jesopo2019-09-201-1/+1
* change !ud index syntax and put it in help textGravatar jesopo2019-09-201-8/+9
* move where optional for_str is insertedGravatar jesopo2019-09-201-1/+1
* 'path' is now 'args'Gravatar jesopo2019-09-201-4/+4
* bitbot is a Service (bot), not a PersonGravatar jesopo2019-09-201-1/+1
* make a better "random ID url" functionGravatar jesopo2019-09-201-5/+4
* make Accept ID (and Follow ID) our own domainGravatar jesopo2019-09-201-3/+7
* 'path' -> 'args' on REST API eventsGravatar jesopo2019-09-201-1/+1
* update _ap_*_url() functions to use path-argsGravatar jesopo2019-09-201-6/+6
* add missing ")"Gravatar jesopo2019-09-201-1/+1
* use path-arg variables for AP urls, not get paramsGravatar jesopo2019-09-201-2/+6
* support path-arg variables in url_forGravatar jesopo2019-09-201-4/+10
* use source Hostmask from multiline batchGravatar jesopo2019-09-191-1/+2
* Allow passing source Hostmask to IRCBatchGravatar jesopo2019-09-191-1/+1
* add missing IRCLine importGravatar jesopo2019-09-191-1/+1
* 'bitbot.dev/multiline' -> 'draft/multiline'Gravatar jesopo2019-09-191-4/+4
* fedi http headers should be PascalCaseGravatar jesopo2019-09-192-4/+4
* actually pass Request objects to utils.http.request_many() from rss.pyGravatar jesopo2019-09-191-2/+5
* give Requests, use them in utils.http.request_many()Gravatar jesopo2019-09-191-0/+1
* append "CVE-" to CVE ids without itGravatar jesopo2019-09-181-1/+5
* move check_urls.py to bitbot-modulesGravatar jesopo2019-09-181-37/+0
* move botsnack to bitbot-modulesGravatar jesopo2019-09-181-19/+0
* move timer.py to bitbot-modulesGravatar jesopo2019-09-181-31/+0
* move slowvoice.py to bitbot-modulesGravatar jesopo2019-09-181-44/+0
* don't use JOIN/QUIT as !seen events (netsplits cause these)Gravatar jesopo2019-09-181-2/+0
* through error when fediverse server is configured but crypto is missingGravatar jesopo2019-09-182-5/+12
* `first` is now a Response object, not a dictGravatar jesopo2019-09-171-1/+1
* 'responsedata' -> 'response.data'Gravatar jesopo2019-09-171-1/+1