X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-globals.el;h=814d41fa054d8cf23b84edbe0d7cc3bf34100aad;hb=a0b576c2225bad55b58b7646314c0194172a4742;hp=dbbd8d2cf1bb794d36615fe34bd85252acabca1a;hpb=6d046bcb1450df250fb33796a99749ea68d88702;p=riece diff --git a/lisp/riece-globals.el b/lisp/riece-globals.el index dbbd8d2..814d41f 100644 --- a/lisp/riece-globals.el +++ b/lisp/riece-globals.el @@ -65,8 +65,11 @@ (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.") ;;; Variables local to the server buffers: (defvar riece-server-name nil @@ -117,15 +120,15 @@ 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. Local to the server buffers.") -(defvar riece-filter-semaphore nil - "Semaphore for riece-filter. -Local to the server buffers.") ;;; Variables local to the channel buffers: (defvar riece-freeze nil @@ -179,6 +182,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)