aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* allow channels to specify quotes should be per-channelGravatar jesopo2019-09-251-4/+22
* request tweet stream as tweet_mode="extended"Gravatar jesopo2019-09-251-1/+2
* show alias of disconnected server when it's a cancelled timerGravatar jesopo2019-09-251-1/+4
* serve pub key, not certGravatar jesopo2019-09-252-3/+14
* don't .strip() tls certGravatar jesopo2019-09-251-1/+1
* _ap_url already array-ifiesGravatar jesopo2019-09-251-1/+1
* reference mask_split, not sGravatar jesopo2019-09-241-1/+1
* don't throw when account name is nullGravatar jesopo2019-09-241-1/+1
* switch ban-format-account from a serverset to channelsetGravatar jesopo2019-09-241-1/+1
* support having a separate ban format for users with accountsGravatar jesopo2019-09-241-3/+9
* use ban-format for mute masksGravatar jesopo2019-09-241-3/+4
* support "$$" as "$" in ban-formatGravatar jesopo2019-09-241-4/+7
* support $a (account) in ban-mask settingGravatar jesopo2019-09-241-3/+5
* .lstrip("-") from unset setting nameGravatar jesopo2019-09-241-1/+1
* 'ref' doesn't always come in "a/b/c" format for GiteaGravatar jesopo2019-09-241-1/+1
* utf8-decode translation dataGravatar jesopo2019-09-241-2/+2
* don't favourite starting words when first_word is providedGravatar jesopo2019-09-241-8/+10
* support first-word argument to !markovforGravatar jesopo2019-09-241-2/+4
* support first_word with no found second_word•••useful for "!markov <word>" so that "<word>" can be mid-chain Gravatar jesopo2019-09-231-3/+13
* 'start' -> 'first_word'Gravatar jesopo2019-09-231-1/+1
* allow an arg to !markov to chose the first wordGravatar jesopo2019-09-231-10/+15
* 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