index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | convert.sh: make links nice(r) | Erich Eckner | |
2018-04-06 | convert.sh: understand ACTION, too | Erich Eckner | |
2018-03-19 | logbot.py: wait 10sec for registration to be applied before joining the channels | Erich Eckner | |
2018-03-19 | logbot.py: python -> pyhton2 | Erich Eckner | |
2017-11-15 | logbot.py: change help message | Erich Eckner | |
2017-11-14 | logbot.py: make light colors darker | Erich Eckner | |
2017-10-17 | pimp convert.sh | Erich Eckner | |
2017-10-09 | convert.sh new for converting wee chat logs to irc-logbot logs | Erich Eckner | |
2017-07-03 | do not log host | Erich Eckner | |
2017-03-29 | change log folder | Erich Eckner | |
2017-03-29 | ignore "logs" directory in git | Erich Eckner | |
2017-03-29 | change channel | Erich Eckner | |
2012-10-10 | Merge pull request #20 from jaraco/master | Chris Oliver | |
Fixed two errors in HTML color handling code | |||
2012-10-09 | Fix possible KeyError if code is not a color code | Jason R. Coombs | |
2012-10-09 | Fix IndexError due to unintentionally moving call out of try block | Jason R. Coombs | |
2012-10-09 | Merge pull request #19 from jaraco/master | Chris Oliver | |
HTML Colors from ANSI codes | |||
2012-10-09 | Added support for converting the ANSI color codes to HTML styles | Jason R. Coombs | |
2012-09-17 | Strip ASCII color codes from messages. Fixes #18 | Chris Oliver | |
2012-06-11 | Update master | Chris Oliver | |
2012-06-11 | Merge pull request #17 from FiXato/master | Chris Oliver | |
Added support for per-channel timezone offsets. | |||
2012-06-12 | Bugfix: forgot to strip the newlines from channellocations | Filip H.F. "FiXato" Slagter | |
2012-06-12 | Force lowercase channel keys | Filip H.F. "FiXato" Slagter | |
Force the channel keys of the CHANNEL_LOCATIONS_FILE config to lowercase. | |||
2012-06-12 | Added documentation for localised channels. | Filip H.F. "FiXato" Slagter | |
Includes an example of what to put in the CHANNEL_LOCATIONS_FILE config file. | |||
2012-06-11 | Add support for timezone offsets on a per channel basis. | Filip H.F. "FiXato" Slagter | |
You can now create a file at CHANNEL_LOCATIONS_FILE that contains a list of channels and (pytz) timezone location names. All log files for specified channels from that point on will have their timestamps adjusted to the given timezone. If a channel is not specified in the config file, it will default to the timezone specified by DEFAULT_TIMEZONE (which defaults to UTC). I've started storing this info in a separate config file as I plan to move all the other settings into a config file as well so people don't need to edit the script (allowing the script to be re-used more easily). | |||
2012-06-08 | Merge pull request #15 from FiXato/master | Chris Oliver | |
Prevent nick and quit messages from showing up in channels the user wasn't in | |||
2012-06-09 | Use the channel_title in one more position | Filip H.F. "FiXato" Slagter | |
Update for the lowercase channelname fix. | |||
2012-06-09 | Force channel log filenames to be lowercase when appending to logs | Filip H.F. "FiXato" Slagter | |
In some rare cases a logfile with a different capitalisation was still being created. | |||
2012-06-09 | Only write quit events on channels that actually had the user in it | Filip H.F. "FiXato" Slagter | |
Should prevent the quit messages from showing up in all channel logs. | |||
2012-06-08 | Only write the nick change event on channels that actually have the nick on ↵ | Filip H.F. "FiXato" Slagter | |
the channel This should prevent nick changes appearing in logs that don't have the user on the channel. | |||
2012-02-09 | Added regex to parse urls. Closes #14 | Chris Oliver | |
2012-01-21 | Updated readme | Chris Oliver | |
2012-01-19 | Catch all FTP errors | Chris Oliver | |
2012-01-19 | Markdown readme update | Chris Oliver | |
2012-01-19 | Release 0.4.2 | Chris Oliver | |
2012-01-19 | Clean up upload error handling, fixes #11 | Chris Oliver | |
2012-01-19 | Clarify configuration settings. Fixes #12 | Chris Oliver | |
2012-01-19 | Configurable log folder locally | Chris Oliver | |
2012-01-19 | Try reconnect if other type of error | Chris Oliver | |
2012-01-19 | Split filenames on windows | Chris Oliver | |
2012-01-19 | Use python path splitting to allow windows filename parsing | Chris Oliver | |
2012-01-19 | Skip if empty remote filename | Chris Oliver | |
2012-01-19 | Clarify compatible python versions | Chris Oliver | |
2011-12-13 | Reconnect FTP if we have a timeout. | Chris Oliver | |
2011-10-22 | Updated readme for 0.4.1 | Chris Oliver | |
2011-10-22 | Version bump and added example log file | Chris Oliver | |
2011-10-22 | Removed old configs and added debug to file upload | Chris Oliver | |
2011-10-22 | Display filename when uploading | Chris Oliver | |
2011-10-22 | Create directory on 553 error | Chris Oliver | |
2011-09-24 | cgi escape messages | Chris Oliver | |
2011-09-23 | If no person is specified, then the mode changed on the channel | Chris Oliver | |