[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-03-28 12:36:15
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-03-28 12:36:05 UTC Modified files: TODO.es Log message: Actualizacion TODO ---------------------- diff included ---------------------- Index: ircd-ircdev/TODO.es diff -u ircd-ircdev/TODO.es:1.13 ircd-ircdev/TODO.es:1.14 --- ircd-ircdev/TODO.es:1.13 Wed Mar 23 10:36:06 2005 +++ ircd-ircdev/TODO.es Mon Mar 28 04:35:55 2005 @@ -1,7 +1,7 @@ # # TODO para ircd-ircdev # -# $Id: TODO.es,v 1.13 2005/03/23 18:36:06 zolty Exp $ +# $Id: TODO.es,v 1.14 2005/03/28 12:35:55 zolty Exp $ # # Insertar las nuevas entradas al principio de la lista TODO. # @@ -38,7 +38,6 @@ la mascara. - [G] Si un global lo manda un ircop, que salga el prefijo de Mensaje global con la mascara o avisar mediante wallops global. - - [G] Modo de canal +D para conferencias. Mirar Asuka o Universal ircu de Run. - [S] Buscar una forma para cifrar IPs con un cambio de clave de cifrado incluido. - [S] Comando SVSNICK. - [S] Comando SVSMODE. @@ -58,17 +57,150 @@ - [G] Soporte SSL para client<->server. - [G] Mirar si el aviso de invites lo haga con wallchops o con raw. - [D] Documentar para Doxygen el Watch y el DDB + - [G] Soporte de +e (exceptions) de canales + - [G] STATS J para listar nicks en jupe + - [G] Modo de canal +u de esconder mensajes de quit y part (evitar + publicidad) + - [G] Sistema de modulos dinámicos + - [G] Bloque Logging en el .conf BUGS CONOCIDOS -------------------------------------------------------------------------------------- 1/Nov/2003 - - [G] Bug en nicks Jupeados en el ircd.conf. - [G] Bajo en ciertas circunstancias desconocidas del ircd.conf no pueden entrar clientes al IRCD. Investigar eso. - Leyenda: [G] General [U] Undernet [D] DDB [S] Services + +RESERVA DE MODOS: +Se muestran aqui modos para evitar incompatibilidades +Canal: +a hace admin de canal (Unreal) +A solo Admins (Unreal) +A APASS (Undernet) +c No ansi y mirc colores (Quakenet, Unreal, Bahamut) +C No CTCP (Quakenet, Unreal) +D Conferencias (Undernet, Quakenet) +e Excepciones (Unreal) +f Modo para controlar flood (Unreal) +G censura con badword (Unreal) +h da halfop (Unreal) +I exceptions de invite (Unreal) +j join throttling (Unreal) +K No knock (Unreal) +L envia a otro canal si ta lleno (Unreal) +M Solo +r pueden hablar (Unreal, Bahamut) +N No notices (Quakenet) +N No cambios de nick (Unreal) +O solo IRcops pueden entrar (Unreal) +q Founder de canal (Unreal) +Q solo uline pueden kickear (Unreal) +r Canal registrado (Dalnet) +R No entrada sin +r (Quakenet, Undernet) +S quita los colores (Unreal) +T No notices (Unreal) +u Esconder razon QUIT/PART (Quakenet) +u Auditorium (Unreal) +U UPASS (Undernet) +V No se permite /invite (Unreal) +z Solo pueden entrar +z SSL (Unreal) + +Incompatibilidades de modos de canales: +N QuakeNet con T de Unreal +D Undernet, QuakeNet con u de Unreal + + + +Usuarios: +A Server Admin (Unreal, Bahamut) +a Services Admin (Unreal, Bahamut) +B Bot (Unreal) +C Co-Admin (Unreal) +d dead no recibe msg canales (Undernet, Unreal) +g send y recv globops (Unreal, Bahamut) +G No badwords (Unreal) +h (sethost) (Quakenet) +h HelpOp (Unreal, Bahamut) +H Hide IRCOP status (Unreal) +I solo ops, esconder idle (Quakenet) +I Invisible oper (Bahamut) +n esconder canales whois/who (Quakenet) +N Network Admin (Unreal) +p esconder canales whois (Unreal) +q Solo pueden kickearle ulines (Unreal) +R Solo hablan +r (Quakenet, Unreal) +S proteccion de Services (Unreal) +t usar /vhost (Unreal) +T No recibir ctcps (Unreal) +v Notices sobre rechazos de DCC por virus (Unreal) +V WebTv User (Unreal) +W ver quien te hace whois (Unreal) +X solo ops, equivalente a JOIN #canal OPER (Quakenet) +z SSL client (Unreal) + +Incompatibilidades de modos de usuarios: +n QuakeNet con p de Unreal +h QuakeNet con t de Unreal + + +CURIOSIDADES: +Quakenet + * Command /check + Allows opers to see information about a channel, user or server. + Syntax: Check Channel: /check <#channel> [-i|-o|-u] + Check Server: /check <server> + Check User: /check <nick|hostmask|CIDR> [-c] + + Performing a /check on a server returns its status: + * bursting + ! awaiting burst acknowledgement + = network service + + network hub + +F:HIS_GLINE + * Type: boolean + * Default: TRUE + + As per QuakeNet Security, this removes the reason for GLINE from quit +messages. + +F:USER_HIDECHANS + * Type: boolean + * Default: FALSE + + This allows normal users to set the +n usermode (hide channels from +whois/who), + this is only recommended in special circumstances. + +F:AUTOINVISIBLE + * Type: boolean + * Default: TRUE + + As per QuakeNet Security, this option sets user mode +i on all +connecting clients + automatically. + +F:HIS_USERIP + * Type: boolean + * Default: TRUE + + As per QuakeNet Security, add the ability to disable the /USERIP +command for users. + +F:AUTOCHANMODES + * Type: boolean + * Default: TRUE + + Enable or disable auto (default) channel modes for new channels. + +F:AUTOCHANMODES_LIST + * Type: string + * Default: "ntCN" + + AUTOCHANMODES_LIST should contain the default channelmodes (e.g. +"ntCN") which will + be set by default on new channels. ----------------------- End of diff ----------------------- |