X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-globals.el;h=aa84072ec7ec2131fa557807cd50399e5c918bce;hp=a4addfaf34a29b9f6cd32c62546fa3ca66b09d00;hb=a0dfa79c044432c751a331ceab8e844521033cde;hpb=8bbc36c093dc2629260ecfb0fe74e4a7018c59b3 diff --git a/lisp/riece-globals.el b/lisp/riece-globals.el index a4addfa..aa84072 100644 --- a/lisp/riece-globals.el +++ b/lisp/riece-globals.el @@ -65,8 +65,13 @@ (defvar riece-reconnect-with-password nil "If non-nil, attempt to reconnect with password.") -(defvar riece-obarray-size 1327 - "The size of obarray used by riece on channelname and username space.") +(defvar riece-user-obarray-size 1327 + "The size of obarray used by riece on username space.") + +(defvar riece-channel-obarray-size 103 + "The size of obarray used by riece on channelname space.") + +(defvar riece-addon-dependencies nil) ;;; Variables local to the server buffers: (defvar riece-server-name nil @@ -117,8 +122,11 @@ Local to the server buffers.") (defvar riece-last-send-time nil "Timestamp of the last send. Local to the server buffers.") -(defvar riece-obarray nil - "Namespace of the IRC world. +(defvar riece-user-obarray nil + "USER namespace of the IRC world. +Local to the server buffers.") +(defvar riece-channel-obarray nil + "Channel namespace of the IRC world. Local to the server buffers.") (defvar riece-coding-system nil "Coding system for process I/O. @@ -176,6 +184,8 @@ user's status on the current channel.") "Buffer for messages arrived in the current channel.") (defvar riece-temp-buffer nil "Buffer for temporally use.") +(defvar riece-debug-buffer nil + "Buffer for debug output.") (defvar riece-buffer-list nil) (defvar riece-overriding-server-name nil)