1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some unnecesary code. More... over 13 years ago
Minimal style change to comply with PEP8. More... over 13 years ago
Removed some unnecesary code. More... over 13 years ago
Modified the realza_url_cb function to diferentiate public channel and private channel messages and act apropiately in each case. Added support for action messages, to fix a bug handling them. More... over 13 years ago
Modified the resaltados_cb function to takes into account action messages and to work in private messages too. More... over 13 years ago
Replaced al "string".format() with "string".join() because it's more readable More... over 13 years ago
Removed some code that doesn't make any sense with the way the GatoScript is intended to work. More... over 13 years ago
Fixed the help function wrongly stating that "/transmission" command would show Azureus statistics. More... over 13 years ago
Added some white lines and deleted white spaces in empty lines to comply with PEP8 recomendations. More... over 13 years ago
Added the ayuda_cb function and deleted a lot of old lines that where commented out in its place. More... over 13 years ago
Removed a comma left in previous changes More... over 13 years ago
Changed the way used to get the date/time. It's better to import the datetime module just for this than to open a system process like before just for this. More... over 13 years ago
Replaced all string.format() with string.join() because it's easier to read and I like it better More... over 13 years ago
Removed some unnecesary lines. More... over 13 years ago
Reflowed many lines to feet in 79 characters to comply with PEP8 Replaced all "string".format() with "string".join() to improve readability More... over 13 years ago
Removed some unnecesary imports More... over 13 years ago
Replaced 3 nested if's with one "if X and Y and Z" that's easier to read. Replaced all "string".format() with "string".join() for the same reason. Fixed a typo that caused this module to not be functional. More... over 13 years ago
Modified the module initialization so it uses the auxiliar module to manage database accesses, instead of doing it directly. More... over 13 years ago
Replaced all "string".format() apearances with "string".join(), to make it more uniform, easier to read and because I like it better. Fixing at the same time some missing double quotes that caused a bug. More... over 13 years ago
Removed some superfluous code that may cause problems More... over 13 years ago
Minor style change in antispam_cb function More... over 13 years ago
Reworked some string formating to make them easier to read. More... over 13 years ago
Added HexChat recognition to gato_info_cb More... over 13 years ago
Added docstrings to gatodb_cursor_execute and gatodb_commit functions More... over 13 years ago
Changes to comply with PEP8: Added some white lines between functions Added spaces around operatos Reworked a string formating to make it shorter. Changed comparisons from "==" to "is" when comparing entities instead of values (None) or booleans (True/False) More... over 13 years ago
Minor style fixes in amarok, audacious, banshee, exaile and rhythmbox player modules More... over 13 years ago
Removed the protection against ClonerX. It's been years since this malware stoped spreading and now it only generates false positives, causing more problems than it fixes. More... over 13 years ago
Fix for the regexp who deals with actions, to be more compatible across diferent servers. Fixes Freedesktop problems? And 2 style changes. More... over 13 years ago
Small fix for amarok module and added some doclines. More... over 13 years ago
Removed rhythmbox-dbus module. It never worked right, Rhythmbox dbus interface changed for 3.0 breaking it even more and I'm planning to rework the media players anyway. More... over 13 years ago