r24725 - /scripts/KGB/TODO

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 29 19:56:53 UTC 2008


Author: dmn
Date: Fri Aug 29 19:56:49 2008
New Revision: 24725

URL: http://svn.debian.org/wsvn/?sc=1&rev=24725
Log:
Update TODO. protocol change proposal

Modified:
    scripts/KGB/TODO

Modified: scripts/KGB/TODO
URL: http://svn.debian.org/wsvn/scripts/KGB/TODO?rev=24725&op=diff
==============================================================================
--- scripts/KGB/TODO (original)
+++ scripts/KGB/TODO Fri Aug 29 19:56:49 2008
@@ -1,5 +1,19 @@
 * make the server log somewhere -- either syslog or a log file
 * throttle IRC messages somehow to avoid being kicked/banned for
   flooding
-* highlight branch and package name
-* highlight modification flags
+* modification tags should be sent separately, not as part of file names.
+  would allow that modification flags be formatted on the server
+
+  Proposed protocol:
+
+  file list becomes an array ref of hashrefs
+
+  changes  => [
+     {
+        path=> "/some/path",
+        action=> "add", # (or "delete" or "modify")
+        prop_change => 1, # or 0 (or not present)
+     }
+
+* transmit branch and package as separate fields so that the server
+  can highlight them




More information about the Pkg-perl-cvs-commits mailing list