]> jfr.im git - erebus.git/shortlog
erebus.git
2023-06-15  John Runyonfix tls setup
2023-06-15  John Runyonadding tls support, import ssl and wrap
2023-06-15  John Runyonreddark - dont display message if its blank
2023-06-15  John Runyonreddark - more resilience
2023-06-15  John Runyonfix genhelp - py3 doesnt support __cmp__
2023-06-14  John Runyoncore/bot - add config flag to wait for hidden host...
2023-06-14  John Runyonreddark - add topic suffix and move updateinterval...
2023-06-14  John Runyonfix config write... py2 docs tell you to open(...,...
2023-06-14  John Runyonimplement handleState and getText
2023-06-14  John Runyonadd reddark streamer, first step
2023-06-14  John Runyonfix cfg.getboolean with a default of True
2023-06-14  John Runyonfix sseclient to work with chunked responses
2023-06-14  John Runyonimport sseclient-0.0.27 to track modifications
2023-05-08  John Runyontrivia - add tie-breaker for target votes with no winne...
2023-01-05  John Runyonadd utility function to trivia module
2023-01-05  John Runyonupdate team
2023-01-05  John Runyonminor cleanup to make code paths more similar
2022-12-14  John Runyonmisc fixes
2022-02-13  John Runyonnew `server` module - !SERVER and !UPTIME commands
2022-02-13  John Runyonmodlib - clarify levels
2022-02-13  John Runyonbot core - track time connected to server & which serve...
2022-02-01  John Runyonallow python to write bytecode files
2022-01-30  John Runyontrivia - two bugfixes
2022-01-30  John Runyonbot._msg - fix calculation
2022-01-30  John Runyonrefactor bot.msg/slowmsg/fastmsg to use a single helper...
2022-01-30  John RunyonFix a bug that could lose messages from the queue.
2021-12-15  zonidjantrivia - FINDQ searches for partial matches now, too
2021-07-23  zonidjanurls - escape .s in open.spotify.com
2021-07-23  zonidjantrivia add todo
2021-07-23  zonidjanadd codeql
2021-07-23  zonidjanuserinfo - py3 has dict_keys which doesnt support ...
2021-07-23  zonidjantrivia - py3 compat
2021-07-23  zonidjanhelp - call showcommands if needed; dont expose IP
2021-04-10  zonidjanpy3 updates
2021-03-08  zonidjandont initialize the recvbuffer with 8KB of NUL
2021-03-08  zonidjanuse functools.wraps instead of rolling our own
2021-03-08  zonidjanstafflist - add response if there are no staff
2021-03-08  zonidjanfix bug where bot wouldnt notice if it recovered permnick
2021-03-08  zonidjanadd WeatherStack weather module
2021-03-08  zonidjantrivia - update !start wrong-channel message
2021-03-08  zonidjanbot - update a few spots where it should use permnick
2020-08-23  zonidjanadd log message when connecting a new Bot
2020-08-23  zonidjantrivia - update correct answer format
2020-08-23  zonidjanupdate bot.config.example
2020-08-23  zonidjanfix config bug
2020-04-04  zonidjanbot bugfixes
2020-04-04  zonidjantrivia - show streak breaker, fix streak calc
2020-04-04  zonidjantrivia - bugfix - write HOF before updating lastwon...
2020-03-29  zonidjanadd streaks to trivia
2019-12-10  zonidjanfix links with no title
2019-10-18  zonidjanadd querycb()
2019-10-18  zonidjantrivia - allow truncating !delq response
2019-09-16  zonidjanurls - massive rework
2019-09-16  zonidjanhave multiple DB connections for use in different threads
2019-09-16  zonidjanchanges to config
2019-09-16  zonidjanfix bot sitting inactive when a write error occurs
2019-09-06  zonidjanfix subtext thinking random lines are for it
2019-09-05  zonidjanmake url titles be sent back on one line
2019-09-05  zonidjanconvert trivia's dep on userinfo to softdep
2019-09-02  zonidjanfix subtext regex
2019-08-23  zonidjanurls - remove URL before title
2019-08-21  zonidjanurls - collapse whitespace in title
2019-08-20  zonidjanadd reference to showcommands to help help
2019-08-20  zonidjanurls - show http errors
2019-08-20  zonidjanlook for NOTICE pre-registration with source also
2019-06-30  zonidjantrivia - allow truncating showq response
2019-06-30  zonidjanCOPYING -> LICENSE
2019-05-31  zonidjanallow to truncate messages
2019-05-24  zonidjantrack and report uptime in !resources
2019-05-23  zonidjanremove weather module - RIP wunderground API
2019-05-23  zonidjansubtext - add warning regarding regex DoS
2019-05-23  zonidjantrivia - add args requirements for findq/findqre, fix...
2019-05-23  zonidjantrivia - alias !trivia to !start
2019-05-23  zonidjantrivia - small bugfixes
2019-05-23  zonidjantrivia - use fastmsg more places, update messaging
2019-05-23  zonidjanallow to kickall by auth directly
2019-05-23  zonidjanallow to address bot by nick
2018-08-19  zonidjanadd misc module - one function: reduce, to reduce a...
2018-08-18  zonidjanuserinfo - use return-to-reply shortcut
2018-08-17  zonidjanuserinfo - remove _ from keys/has/get/set/delete
2018-08-17  zonidjanuserinfo - avoid filling memory with nonexistent users
2018-08-12  zonidjancontrol - use new bot.reply return shortcut
2018-08-12  zonidjanadd `bot.reply` function and hook return shortcut
2018-07-30  zonidjanuse tuple for formatting
2018-07-30  zonidjanupdate encoding
2018-07-30  zonidjanstafflist - add online nicks
2018-07-30  zonidjanadd CQ alias for qclear
2018-07-30  zonidjanfurther work and securing on GENHELP
2018-07-19  zonidjanmsg - rename cmsg to say
2018-07-18  zonidjanweather - dont fail when wunderground screws up time
2018-07-18  zonidjanfix crash on message consisting of solely the trigger
2018-05-14  zonidjantrivia - allow to set topic via services
2018-04-19  zonidjanrename run.sh to run
2018-04-19  zonidjanremove config.setup()
2018-04-19  zonidjanconfig - fix getboolean
2018-04-11  zonidjanmore py3 compat
2018-04-10  zonidjanMerge branch 'master' of github.com:zonidjan/erebus
2018-04-10  zonidjanfurther py3 compatibility work
2018-04-07  JohnUpdate README.md
2018-04-07  JohnUpdate README.md
next