summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-27logbot.py: add link to "latest"Erich Eckner
2019-11-27logbot.py: save symlink to latest logs, tooErich Eckner
2019-02-28convert.sh: fix typo in regex concerning joined statementsErich Eckner
2019-02-28convert.sh: understand ii left messagesErich Eckner
2019-02-28convert.sh: be a little more verbose on errorsErich Eckner
2018-05-07convert.sh: understand iiErich Eckner
2018-04-09convert.sh: switch order of arguments to avoid race conditionErich Eckner
2018-04-09convert.sh: soweit fertigErich Eckner
2018-04-09convert.sh: remove addresses for all formatsErich Eckner
2018-04-06convert.sh: make links nice(r)Erich Eckner
2018-04-06convert.sh: understand ACTION, tooErich Eckner
2018-03-19logbot.py: wait 10sec for registration to be applied before joining the channelsErich Eckner
2018-03-19logbot.py: python -> pyhton2Erich Eckner
2017-11-15logbot.py: change help messageErich Eckner
2017-11-14logbot.py: make light colors darkerErich Eckner
2017-10-17pimp convert.shErich Eckner
2017-10-09convert.sh new for converting wee chat logs to irc-logbot logsErich Eckner
2017-07-03do not log hostErich Eckner
2017-03-29change log folderErich Eckner
2017-03-29ignore "logs" directory in gitErich Eckner
2017-03-29change channelErich Eckner
2012-10-10Merge pull request #20 from jaraco/masterChris Oliver
Fixed two errors in HTML color handling code
2012-10-09Fix possible KeyError if code is not a color codeJason R. Coombs
2012-10-09Fix IndexError due to unintentionally moving call out of try blockJason R. Coombs
2012-10-09Merge pull request #19 from jaraco/masterChris Oliver
HTML Colors from ANSI codes
2012-10-09Added support for converting the ANSI color codes to HTML stylesJason R. Coombs
2012-09-17Strip ASCII color codes from messages. Fixes #18Chris Oliver
2012-06-11Update masterChris Oliver
2012-06-11Merge pull request #17 from FiXato/masterChris Oliver
Added support for per-channel timezone offsets.
2012-06-12Bugfix: forgot to strip the newlines from channellocationsFilip H.F. "FiXato" Slagter
2012-06-12Force lowercase channel keysFilip H.F. "FiXato" Slagter
Force the channel keys of the CHANNEL_LOCATIONS_FILE config to lowercase.
2012-06-12Added 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-11Add 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-08Merge pull request #15 from FiXato/masterChris Oliver
Prevent nick and quit messages from showing up in channels the user wasn't in
2012-06-09Use the channel_title in one more positionFilip H.F. "FiXato" Slagter
Update for the lowercase channelname fix.
2012-06-09Force channel log filenames to be lowercase when appending to logsFilip H.F. "FiXato" Slagter
In some rare cases a logfile with a different capitalisation was still being created.
2012-06-09Only write quit events on channels that actually had the user in itFilip H.F. "FiXato" Slagter
Should prevent the quit messages from showing up in all channel logs.
2012-06-08Only 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-09Added regex to parse urls. Closes #14Chris Oliver
2012-01-21Updated readmeChris Oliver
2012-01-19Catch all FTP errorsChris Oliver
2012-01-19Markdown readme updateChris Oliver
2012-01-19Release 0.4.2Chris Oliver
2012-01-19Clean up upload error handling, fixes #11Chris Oliver
2012-01-19Clarify configuration settings. Fixes #12Chris Oliver
2012-01-19Configurable log folder locallyChris Oliver
2012-01-19Try reconnect if other type of errorChris Oliver
2012-01-19Split filenames on windowsChris Oliver
2012-01-19Use python path splitting to allow windows filename parsingChris Oliver
2012-01-19Skip if empty remote filenameChris Oliver