0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 13 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added NOOP_USERS More... over 13 years ago
handle case where freenode server name is longer than an allowed nick by just ignoring non real users who PM the bot More... almost 14 years ago
added setproctitle awesomeness More... almost 14 years ago
added requirements and sys.path addition to get the bot working with the directory layout More... almost 14 years ago
added gunicorn More... almost 14 years ago
added requirements.txt More... almost 14 years ago
added deployment scripts More... almost 14 years ago
settings clean-up More... almost 14 years ago
Fixed ROOT_URLCONF value for the recent move. More... almost 15 years ago
Moved bot to djangobot (for the eventual bosnobot rewrite). More... almost 15 years ago
Created a specific project directory. More... almost 15 years ago
Facing the truth about logger search (need to fix!). More... almost 15 years ago
Removed djangosphinx (not a complete removal, just enough for now). More... almost 15 years ago
Cleaned up some code. More... over 15 years ago
Removed an extraneous print for debugging. More... over 15 years ago
Fixed the calendar to work localized to the user timezone. More... over 15 years ago
Automatically setup TEMPLATE_DIRS and MEDIA_ROOT. More... over 15 years ago
Allow local_settings.py for setting overriding. More... over 15 years ago
Moved the global_settings.py to settings.py. More... over 15 years ago
Removed the logger evolutions. More... over 15 years ago
Dont need to .lower here since it done in the ChannelPool. More... over 15 years ago
Fixed a long standing bug with the bot not logging #django. More... over 15 years ago
Added back in the latest 100 messages for channel detail. With a proper INDEX this should load quickly. More... over 15 years ago
Added a database index on the logged column. More... over 15 years ago
Moved the colorme loader to the right template. More... over 15 years ago
Fixed the display of today's messages. More... over 15 years ago
Improved the permalinks a bit more to include the time for a bit simpler referencing. More... over 15 years ago
Added message permalinks. Finally! More... over 15 years ago
Moved the page numbering to the URL instead of the GET params. Makes it better indexable by search engines. More... over 15 years ago
Added page to the context in channel_detail_day. More... over 15 years ago