2007-06-05 altblue Cat v0.2.9: - revived old "cat" tool - printing with(out) line numbers - syntax highlight 2007-05-02 altblue Gnotify v0.5.10: - icons should be *always* named in lowercase (IRC is case insensitive) ! TODO: different settings for each server/network 2007-04-28 altblue Scramble v0.1.0: - initial version of a lame text scrambler 2007-02-12 altblue Gnotify v0.5.9: - fixed missing togglers - proper setters for "timeout" and "urgency" - renamed "ignore_target" to "ignore" - changed "ignore" setter: now it requires a _list_ of patterns, which are used then to build up a proper "qr" - more debugging for QUIT handler (fixme: write a proper context discovery method) Base v0.6.1: - more tweaks on stringifying configuration values 2007-01-29 altblue Gnotify v0.5: - different way of choosing an appropriate notification icon - QUIT handler tries to report the IRC network - QUIT handler reports to last seen channel - hooked configuration system - moved (almost) all code from loader to module - use stringification for "stat" Base v0.6: - dropped Exporter - added "get_network" - added "name" (kinda moniker) - added "stringify" (for value stringification) - configuration save/load system Gnotify v0.4: - stackable events (less notification windows) ! note: you need a current (SVN!) libnotify in order to work properly - more icons 2007-01-28 altblue Gnotify v0.3: - events handling refactorization - silent when xchat is active - silent when "it's me who did it" - less verbose notifications - centralized "ignore_targets" checkers - more events handlers: TOPIC, KICK - support nick avatars (PNGs in $XCHATDIR/icons/avatars/) - moved channel icons in $XCHATDIR/icons/channels/ - moved events icons in $XCHATDIR/icons/events/ 2007-01-27 altblue Gnotify v0.2: - some code cleanup; - dropped useless functionality (beep); - prototyped custom icons per event/target/etc; - linkify URLs; - fixed user identified messages for "notice" events. 2007-01-26 altblue Gnotify v0.1: - initial version (see Gtk2::Notify + Xchat working together) ;-) ! spawned from OSD script, quite a mess :-/