aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* !voice should target a nickname, not a user objectGravatar jesopo2020-02-041-1/+2
* store timestamp and current git commit when loading a moduleGravatar jesopo2020-02-031-14/+2
* actually return gitlab _note resultGravatar jesopo2020-02-031-3/+3
* pull project name from "project_name" when "project" doesn't existGravatar jesopo2020-02-031-1/+4
* check git-show-private *after* we have unfiltered_targetsGravatar jesopo2020-02-011-4/+4
* Revert "support gitea respository["private"] as well as project["visibility_l...•••This reverts commit 7f659837abd3c3c8c16db51cffbeb2ffa879765f. Gravatar jesopo2020-02-011-2/+2
* throw helpful errors when RSS pages cannot be decodedGravatar jesopo2020-01-311-1/+8
* support gitea respository["private"] as well as project["visibility_level"]Gravatar jesopo2020-01-311-2/+2
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-3016-31/+35
* replace "/" in channel logfile names with ","Gravatar jesopo2020-01-301-1/+7
* allow !msearch to work in PMGravatar jesopo2020-01-301-4/+3
* give messages.py a shorter _nameGravatar jesopo2020-01-301-0/+2
* "found messages: (n/j) ..." -> "found: (n/j) ..."Gravatar jesopo2020-01-301-2/+1
* show "i/found_i" on each !msearch lineGravatar jesopo2020-01-301-5/+4
* add !msearch, to search for patterns in recent messagesGravatar jesopo2020-01-301-0/+27
* add IRCBuffer.BufferLine.format() - /me vs message formattingGravatar jesopo2020-01-301-4/+1
* update rainbow.py to use command specGravatar jesopo2020-01-301-7/+2
* show target user in !ping responseGravatar jesopo2020-01-301-1/+1
* update wikipedia.py to use command specsGravatar jesopo2020-01-291-6/+4
* add "lstring" command spec; "last string" - explicit args or last messageGravatar jesopo2020-01-291-7/+2
* channel_log timestamps should be yyyy-mm-ddGravatar jesopo2020-01-291-1/+2
* 'type'->'object'; 'type' is already in useGravatar jesopo2020-01-291-3/+3
* switch tweets to use utils.datetime.to_pretty_time()Gravatar jesopo2020-01-281-2/+2
* 'object'->'type'Gravatar jesopo2020-01-281-1/+1
* remove unused ROOT_DIRECTORY and LOGS_DIRECTORYGravatar jesopo2020-01-281-3/+0
* disable logging by default but allow enabling bot/server-wideGravatar jesopo2020-01-271-7/+17
* move channel_log/__init__.py to channel_log.pyGravatar jesopo2020-01-272-0/+0
* move logs to new data_directory(), log all channels by defaultGravatar jesopo2020-01-271-5/+4
* MergeRequest Notes do not have an "issue" itemGravatar jesopo2020-01-271-7/+8
* `event` doesn't exist in _quiet_method()Gravatar jesopo2020-01-261-1/+1
* we should be checking if there are no flags specifiedGravatar jesopo2020-01-261-1/+1
* find "word" type, not cuser (because i can be 'user')Gravatar jesopo2020-01-261-3/+3
* fix _ban looking for user instead of cuser, fix kickban _kick argGravatar jesopo2020-01-261-2/+2
* fix channel_op spec arg indexesGravatar jesopo2020-01-261-3/+3
* add spec arg names to echo.pyGravatar jesopo2020-01-261-3/+3
* update karma.py to use command specGravatar jesopo2020-01-261-9/+10
* remove debug printsGravatar jesopo2020-01-261-2/+0
* remove channel_op.py usage, specs cover itGravatar jesopo2020-01-251-35/+19
* implement default spec argument typesGravatar jesopo2020-01-252-9/+9
* change command specs to be compiled at runtime by a decoratorGravatar jesopo2020-01-252-20/+20
* update echo.py to use command spec languageGravatar jesopo2020-01-251-8/+6
* update mode list functions to not use `args`Gravatar jesopo2020-01-251-6/+1
* !cunmute needs an `event` argGravatar jesopo2020-01-251-1/+1
* use new command specs in channel_op.pyGravatar jesopo2020-01-241-94/+73
* add !lsearch to show what !clear would removeGravatar jesopo2020-01-231-34/+55
* wordiest-prevent-highlight -> words-, apply to !wordusers tooGravatar jesopo2020-01-231-8/+10
* search for QUIET prefix anywhere, not just at the start of stringGravatar jesopo2020-01-231-2/+2
* get channelset quiet-method list from QUIET_METHODSGravatar jesopo2020-01-231-1/+1
* fix duplicate "insp" QUIET_METHODS entryGravatar jesopo2020-01-231-1/+1
* add "!clear quiets|mutes"Gravatar jesopo2020-01-231-16/+44