openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
GatoScript
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 8 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed some unnecesary code.
Raúl Soriano
More...
over 13 years ago
Minimal style change to comply with PEP8.
Raúl Soriano
More...
over 13 years ago
Removed some unnecesary code.
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
Modified the resaltados_cb function to takes into account action messages and to work in private messages too.
Raúl Soriano
More...
over 13 years ago
Replaced al "string".format() with "string".join() because it's more readable
Raúl Soriano
More...
over 13 years ago
Removed some code that doesn't make any sense with the way the GatoScript is intended to work.
Raúl Soriano
More...
over 13 years ago
Fixed the help function wrongly stating that "/transmission" command would show Azureus statistics.
Raúl Soriano
More...
over 13 years ago
Added some white lines and deleted white spaces in empty lines to comply with PEP8 recomendations.
Raúl Soriano
More...
over 13 years ago
Added the ayuda_cb function and deleted a lot of old lines that where commented out in its place.
Raúl Soriano
More...
over 13 years ago
Removed a comma left in previous changes
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
Replaced all string.format() with string.join() because it's easier to read and I like it better
Raúl Soriano
More...
over 13 years ago
Removed some unnecesary lines.
Raúl Soriano
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
Raúl Soriano
More...
over 13 years ago
Removed some unnecesary imports
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
Modified the module initialization so it uses the auxiliar module to manage database accesses, instead of doing it directly.
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
Removed some superfluous code that may cause problems
Raúl Soriano
More...
over 13 years ago
Minor style change in antispam_cb function
Raúl Soriano
More...
over 13 years ago
Reworked some string formating to make them easier to read.
Raúl Soriano
More...
over 13 years ago
Added HexChat recognition to gato_info_cb
Raúl Soriano
More...
over 13 years ago
Added docstrings to gatodb_cursor_execute and gatodb_commit functions
Raúl Soriano
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)
Raúl Soriano
More...
over 13 years ago
Minor style fixes in amarok, audacious, banshee, exaile and rhythmbox player modules
Raúl Soriano
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.
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
Small fix for amarok module and added some doclines.
Raúl Soriano
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.
Raúl Soriano
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree