index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-04 | adapted for local username and password for titus_liviusHEADmaster | Andreas Baumann | |
2022-11-07 | fix formatting syntax | Erich Eckner | |
2022-11-07 | logbot.py: escape some "{}" to not expand in format() | Erich Eckner | |
2022-11-06 | more python2 -> python3 fixes | Erich Eckner | |
2022-11-06 | python2 -> python3: the beginning | Erich Eckner | |
2021-05-24 | logbot.py: fix channels | Erich Eckner | |
2021-05-24 | convert.sh: style changes | Erich Eckner | |
2021-05-24 | logbot.py: change to libera.chat | Erich Eckner | |
2020-08-23 | convert.sh: pidgin format changed ("html") | Erich Eckner | |
2020-01-08 | logbot.py: use relative path for latest.html symlink - so it works on the ↵ | Erich Eckner | |
mirrors, too | |||
2019-11-27 | logbot.py: add link to "latest" | Erich Eckner | |
2019-11-27 | logbot.py: save symlink to latest logs, too | Erich Eckner | |
2019-02-28 | convert.sh: fix typo in regex concerning joined statements | Erich Eckner | |
2019-02-28 | convert.sh: understand ii left messages | Erich Eckner | |
2019-02-28 | convert.sh: be a little more verbose on errors | Erich Eckner | |
2018-05-07 | convert.sh: understand ii | Erich Eckner | |
2018-04-09 | convert.sh: switch order of arguments to avoid race condition | Erich Eckner | |
2018-04-09 | convert.sh: soweit fertig | Erich Eckner | |
2018-04-09 | convert.sh: remove addresses for all formats | Erich Eckner | |
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 | |