summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2012-06-12Bugfix: forgot to strip the newlines from channellocationsFilip H.F. "FiXato" Slagter
2012-06-12Force lowercase channel keysFilip H.F. "FiXato" Slagter
2012-06-12Added documentation for localised channels.Filip H.F. "FiXato" Slagter
2012-06-11Add support for timezone offsets on a per channel basis.Filip H.F. "FiXato" Slagter
2012-06-08Merge pull request #15 from FiXato/masterChris Oliver
2012-06-09Use the channel_title in one more positionFilip H.F. "FiXato" Slagter
2012-06-09Force channel log filenames to be lowercase when appending to logsFilip H.F. "FiXato" Slagter
2012-06-09Only write quit events on channels that actually had the user in itFilip H.F. "FiXato" Slagter
2012-06-08Only write the nick change event on channels that actually have the nick on t...Filip H.F. "FiXato" Slagter
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
2012-01-19Clarify compatible python versionsChris Oliver
2011-12-13Reconnect FTP if we have a timeout.Chris Oliver
2011-10-22Updated readme for 0.4.1Chris Oliver
2011-10-22Version bump and added example log fileChris Oliver
2011-10-22Removed old configs and added debug to file uploadChris Oliver
2011-10-22Display filename when uploadingChris Oliver
2011-10-22Create directory on 553 errorChris Oliver
2011-09-24cgi escape messagesChris Oliver
2011-09-23If no person is specified, then the mode changed on the channelChris Oliver
2011-09-23Fixed a bug where channel modes would crash the bot and cleaned up excess whi...Chris Oliver
2011-04-07Added nickserv authChris Oliver
2010-12-11Removed my password...wow I'm dumb.Chris Oliver
2010-12-11Messages in a channel directed to the bot send a h a help messageChris Oliver
2010-12-11Use FTP_WAIT and add a Back linkChris Oliver