* riece-server.el: Implement flood protection.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 25 Sep 2004 03:58:17 +0000 (03:58 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 25 Sep 2004 03:58:17 +0000 (03:58 +0000)
commit2f125711ab9af88f8f767e0d76dcf0c099110c55
treeec4dcd16b100b5b19b1ddc796d97e5bd7bbe653b
parent041ee997ed636dfcebe3efc2ba6dff2690e46799
* riece-server.el: Implement flood protection.
(riece-flush-send-queue): New function.
(riece-process-send-string): Use it.
* riece-options.el (riece-max-send-size): New user option.
* riece-globals.el (riece-send-queue): New variable.
lisp/riece-globals.el
lisp/riece-options.el
lisp/riece-server.el