index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't disregard matched backslashes before ampersand
jesopo
2019-09-08
1
-1
/
+1
*
support sed ampersand syntax
jesopo
2019-09-08
1
-1
/
+6
*
accept "," as well as ":" as a sed target marker
jesopo
2019-09-07
1
-1
/
+1
*
force timezone info on to badge dates
jesopo
2019-09-07
1
-2
/
+2
*
use default webfinger url when host-meta lookups fail
jesopo
2019-09-07
1
-2
/
+3
*
only strip "@" once from the start of fedi usernames
jesopo
2019-09-07
1
-1
/
+3
*
only strip "nick: " prefix from karma when the nickname is known
jesopo
2019-09-07
1
-3
/
+8
*
don't group capture disregarded "nick: " prefix in karma
jesopo
2019-09-07
1
-1
/
+1
*
change to karma regex to best-effort strip "nick: "
jesopo
2019-09-07
1
-1
/
+1
*
support /embed/<id> youtube urls too
jesopo
2019-09-07
1
-0
/
+2
*
remove try-rejoin (on 477) logic. will move to a module later
jesopo
2019-09-07
3
-20
/
+2
*
return quote category even if =quote isnt present
jesopo
2019-09-07
1
-3
/
+6
*
477 should check that we're *not* in a channel before trying rejoin
jesopo
2019-09-07
1
-1
/
+1
*
better wording of "!stats <alias>"
jesopo
2019-09-07
1
-1
/
+1
*
support showing !stats per-network
jesopo
2019-09-07
1
-20
/
+35
*
disregard empty JOIN channel params (e.g. "JOIN #bad,")
jesopo
2019-09-07
1
-1
/
+1
*
Show the line that was actually send from !raw, after format and filter
jesopo
2019-09-07
1
-1
/
+5
*
'reconnections' dict is on IRCBot, not IRCServer
jesopo
2019-09-07
1
-3
/
+3
*
remove !qadd because !quote does the same things now
jesopo
2019-09-05
1
-24
/
+0
*
show how many quotes found when searching with !quote
jesopo
2019-09-05
1
-1
/
+2
*
support searching for quote content in !quote
jesopo
2019-09-05
1
-3
/
+11
*
Change README.md to make it clear that I will add new networks for good people
jesopo
2019-09-05
1
-1
/
+1
*
automatically PART blacklisted channels if we join them (SAJOIN e.g.)
jesopo
2019-09-05
1
-0
/
+5
*
use tweet_mode="extended" for !tw user_timeline() calls too
jesopo
2019-09-05
1
-1
/
+1
*
don't just remove the first key in a JOIN when there's a blacklisted channel
jesopo
2019-09-05
1
-11
/
+16
*
add channel_blacklist.py
jesopo
2019-09-05
1
-0
/
+30
*
add a `create` flag to IRCChannels.get_id() to optionally not create new ids
jesopo
2019-09-05
1
-2
/
+3
*
'bot' -> '_bot'
jesopo
2019-09-05
1
-1
/
+1
*
switch to using pytz instead of an API for localised time
jesopo
2019-09-05
2
-17
/
+6
*
remove debug prints from info.py
jesopo
2019-09-05
1
-2
/
+0
*
'recieved' -> 'received'
jesopo
2019-09-04
1
-1
/
+1
*
add !grab as an alias of !quotegrab
jesopo
2019-09-04
1
-0
/
+1
*
add which.py - closes #134
jesopo
2019-09-04
1
-0
/
+18
*
cache when a setting isn't set but don't cache "default" value
jesopo
2019-09-04
1
-3
/
+5
*
only cache get_setting value when it's not the default value
jesopo
2019-09-04
1
-4
/
+7
*
Switch more settings to FunctionSettings
jesopo
2019-09-04
6
-53
/
+31
*
switch throttle.py to use FunctionSetting
jesopo
2019-09-04
1
-7
/
+6
*
make utils.from_pretty_time() format much stricter
jesopo
2019-09-04
1
-12
/
+11
*
add a bot-wide setting to allow showing git webhook activity for private repos
•••
closes #127
jesopo
2019-09-04
1
-1
/
+4
*
Force removal of ":" from user_time.py API-provided ISO8601
jesopo
2019-09-04
1
-0
/
+6
*
correctly qualify DeadlineExceededException namespace
jesopo
2019-09-03
1
-1
/
+1
*
also url_sanitise youtube urls found with argless !yt commands
jesopo
2019-09-03
1
-1
/
+1
*
url_sanitise youtube urls (cut off ")"/">")
jesopo
2019-09-03
1
-1
/
+2
*
move mixed_unicode.py to bitbot-modules
jesopo
2019-09-02
1
-87
/
+0
*
remove strax.py - no one uses it
jesopo
2019-09-02
1
-47
/
+0
*
remove shakespeare.py - no one uses it
jesopo
2019-09-02
1
-70
/
+0
*
remove books.py - no one uses it
jesopo
2019-09-02
1
-59
/
+0
*
default relay-extras to False
jesopo
2019-09-02
1
-2
/
+2
*
use utils.deadline() in utils.http.request, not raw sigalrm
jesopo
2019-09-02
1
-18
/
+15
*
move deadline alarm time check inside try/finally
jesopo
2019-09-02
1
-5
/
+5
[next]