index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-19 | Catch all FTP errors | 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 | |
2011-12-13 | Reconnect FTP if we have a timeout. | 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 | |
2011-09-23 | Fixed a bug where channel modes would crash the bot and cleaned up excess ↵ | Chris Oliver | |
whitespace | |||
2011-04-07 | Added nickserv auth | Chris Oliver | |
2010-12-11 | Removed my password...wow I'm dumb. | Chris Oliver | |
2010-12-11 | Messages in a channel directed to the bot send a h a help message | Chris Oliver | |
2010-12-11 | Use FTP_WAIT and add a Back link | Chris Oliver | |
2010-12-11 | Fixed uploading a bit | Chris Oliver | |
2010-12-11 | FTP uploading, doesn't create any directories though | Chris Oliver | |
2010-10-13 | Changed version number | Chris Oliver | |
2010-10-10 | Make all channel names lower cased and reversed nick changes | Chris Oliver | |
2010-10-10 | Changed default channel back to #keryx | Chris Oliver | |
2010-10-10 | Remove unnecessary prints in terminal | Chris Oliver | |
2010-10-10 | Fixed nick changes from being in their own log | Chris Oliver | |
2010-10-10 | Pass in ALL parameters on init and use self in quit | Chris Oliver | |
2010-10-09 | Rewrote the bot from scratch :) | Chris Oliver | |
2010-10-08 | Removed index writing for better or for worse | Chris Oliver | |
2010-10-08 | Save actions, better date format, various bug fixes | Chris Oliver | |
2010-03-07 | Added nickserv authentication support | Chris Oliver | |
2010-03-07 | Added username coloring from cryzed's patch | Chris Oliver | |
2010-03-01 | Fixed a bug if mode change had extra arguments it would crash on unpacking ↵ | Chris Oliver | |
the values | |||
2010-02-28 | Fixed bug where if logs folder exists and no index.html exists, the bot will ↵ | Chris Oliver | |
crash | |||
2010-02-13 | Added a multithreaded bot manager | Chris Oliver | |
2010-02-13 | Working nick changes | Chris Oliver | |
2010-02-13 | Missing ) and added nick/topic changes | Chris Oliver | |
2010-02-13 | Added readme and index.html generation | Chris Oliver | |
2010-02-13 | Fixed up the bot a ton, rewrote it from scratch | Chris Oliver | |
2010-02-08 | Added auto-identify | Chris Oliver | |
2010-02-08 | Removed spaces around nicks | Chris Oliver | |
2010-02-08 | prettified the theme and output | Chris Oliver | |