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 (
Collapse
)
Author
Age
Files
Lines
...
*
TRACE log RSS timing
jesopo
2019-07-08
1
-0
/
+7
|
*
Handle request_many() not returning a Response for a url
jesopo
2019-07-08
1
-0
/
+4
|
*
catch async exceptions in utils.http.request_many()
jesopo
2019-07-08
1
-1
/
+6
|
*
add missing schema in utils.http.sanitise_url, use in rss.py
jesopo
2019-07-08
2
-2
/
+5
|
*
switch rss.py to use utils.http.request_many
jesopo
2019-07-08
1
-9
/
+3
|
*
switch to using asyncio's event loop
jesopo
2019-07-08
1
-6
/
+7
|
*
implement utils.http.request_many as a tonado ioloop yield
jesopo
2019-07-08
3
-2
/
+21
|
*
only set last_stdout/last_stderr when there's actually output
jesopo
2019-07-07
1
-8
/
+9
|
*
support rss/atom feeds that have no feed title
jesopo
2019-07-07
1
-2
/
+4
|
*
Merge pull request #81 from fosslinux/master
jesopo
2019-07-06
1
-1
/
+1
|
\
|
|
|
|
fix typo; closes issue #80
|
*
fix typo; closes issue #80
fosslinux
2019-07-06
1
-1
/
+1
|
/
*
"paramatered" -> "parametered"
jesopo
2019-07-04
3
-3
/
+3
|
*
add bot-wide command-method option
jesopo
2019-07-04
1
-1
/
+4
|
*
Add -D cli arg to tolerate disconnections on startup
jesopo
2019-07-04
1
-3
/
+6
|
*
Add !editserver command
jesopo
2019-07-04
2
-0
/
+44
|
*
WARN log when a RSS feed throws in _check_url
jesopo
2019-07-04
1
-1
/
+2
|
*
add botset IntSetting for RSS interval
jesopo
2019-07-04
1
-1
/
+4
|
*
add line about `/msg <bot> identify` in setup.md
jesopo
2019-07-04
1
-0
/
+1
|
*
treat 437 the same as 433 (nickname already in use)
jesopo
2019-07-04
2
-2
/
+11
|
*
threading.Lock() around any access to _write_buffer
jesopo
2019-07-04
1
-22
/
+26
|
*
use stdout.append_prefix to put user nickname in without color
jesopo
2019-07-03
1
-1
/
+1
|
*
Allow commands to append to out/err prefix
jesopo
2019-07-03
1
-7
/
+11
|
*
Merge pull request #78 from AntonMcClure/master
jesopo
2019-07-03
1
-0
/
+6
|
\
|
|
|
|
Add user nickname to !weather prefix
|
*
Add user nickname to \!weather prefix
Anton McClure
2019-07-03
1
-0
/
+6
|
/
*
< is important!
jesopo
2019-07-03
1
-2
/
+2
|
*
extra newline between '>' lines so they don't get joined together
jesopo
2019-07-03
1
-0
/
+2
|
*
'``' -> '>'
jesopo
2019-07-03
1
-4
/
+4
|
*
'-' is a special char in markdown
jesopo
2019-07-03
1
-1
/
+1
|
*
Add docs/help/channels.md
jesopo
2019-07-03
1
-0
/
+21
|
*
update setup.md to reflect new `!perform` interface
jesopo
2019-07-03
1
-1
/
+1
|
*
unset saved channel key on -k
jesopo
2019-07-03
1
-0
/
+4
|
*
remove debug prints
jesopo
2019-07-03
1
-2
/
+0
|
*
catch +k cmodes (MODE, 324) and store them
jesopo
2019-07-03
1
-0
/
+11
|
*
return parsed modes from IRCChannel.parse_modes, pass through mode events
jesopo
2019-07-03
5
-13
/
+26
|
*
Show an error (instead of throwing) when !define gets a 404
jesopo
2019-07-03
1
-10
/
+14
|
*
'+= 1' -> '+= value'
jesopo
2019-07-02
1
-1
/
+1
|
*
add !duckstats
jesopo
2019-07-02
1
-4
/
+40
|
*
Intercept JOINs and attach known keys (channel_keys.py)
jesopo
2019-07-02
2
-17
/
+35
|
*
use raw/unformatted Setting usage strings for require_setting output
jesopo
2019-07-02
1
-1
/
+1
|
*
Revamp perform.py (including adding channel-performs)
jesopo
2019-07-02
1
-27
/
+61
|
*
improve !ud regex
jesopo
2019-07-02
1
-1
/
+1
|
*
Actually use sanitised url when getting <title>
jesopo
2019-07-02
1
-2
/
+1
|
*
use utils.http.url_sanitise() in title.py
jesopo
2019-07-02
1
-1
/
+1
|
*
url_validate() -> url_sanitise()
jesopo
2019-07-02
1
-1
/
+1
|
*
Add utils.http.url_validate() for best-effort url tidying
jesopo
2019-07-02
1
-0
/
+16
|
*
mulitline-concat shouldn't be a c2c tag
jesopo
2019-07-02
1
-1
/
+1
|
*
pass IRCUser objects through formatted.notice events
jesopo
2019-07-02
1
-2
/
+3
|
*
Pass channel object along with formatted.notice.channel events
jesopo
2019-07-02
1
-1
/
+1
|
*
Add setting to disable relaying joins/parts/quits/modes/etc
jesopo
2019-07-02
1
-3
/
+11
|
*
Don't double-shorten `push` range urls
jesopo
2019-07-02
1
-2
/
+1
|
[prev]
[next]