[[project @ 2005-06-28 10:57:28 by unknown_lamer] unknown_lamer**20050628105728 Pass from->getNick () instead of from->getAddress () to hooks/action ] { hunk ./AUTHORS 12 -Dale Smith +Dale Smith (Documentation, Detailed Error Reporting) hunk ./ChangeLog 2 + + * source/Parser.C (parseCTCP): Hook::ACTION is now passed + from->getNick () instead of from->getAddress () (consistency fix) hunk ./NEWS 23 + * hooks/action is now passed the user's nick instead of the full + address like all other hooks hunk ./TODO 10 +* More detailed script error reporting +* Commands::sendCTCP, Commands::sendCTCPReply hunk ./TODO 15 -* Register a lazy catch handler (in Interp::Startup) that prints more - debug info to the log (filename, line number, column number, - etc.). Check the mod_guile source for the lazy catch handler in it. -* Utils::valid_nickname_p should have a configurable max nick length - (now that most networks allow for longer than nine character - nicks). This is dependant upon the new configuration system hunk ./TODO 20 -* Commands::sendCTCP, Commands::sendCTCPReply hunk ./source/Parser.C 884 - // FIXME: from->getAddress should - // be nick. MAYBE, depending on - // whether this could be - // considered a bug or a feature - // change to normalize - // hooks/action with the other - // hooks. Maybe a 3.0 change? - from->getAddress () + " " + to + + from->getNick () + " " + to + hunk ./source/Parser.C 888 - getAddress + getNick }