Age | Commit message (Collapse) | Author |
|
Server to prevent errors when dumping users"
This reverts commit 9a1cf6a11b12c06cd925dd6a789ec98fe750c8ad, since it
was a hack to work around the undumpable Channel (and consequently
Server and Netmask) caused by 847a977b228b35f5ab281a31dd3724a4db887dff
"#any? and #all? methods for Channel#mode to check if modes are set"
and fixed by 8f8205310518e7b0626d657ba9667f7bfc745371 "Dumpable
definition of #any? and #all? methods for Channel#mode"
|
|
prevent errors when dumping users
|
|
|
|
|
|
Some files had DOS-style line endings. Change all of them to Unix-style.
|
|
|
|
netmasks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transient BotUser permanent
|
|
|
|
users
|
|
|
|
|
|
|
|
&block) to store bot-specific Irc::User data. Currently relies on the data structure in the associated BotUser
|
|
when loading data
|
|
|
|
retrieve the associated BotUser and its data
|
|
|
|
|
|
|
|
|
|
|
|
A TransientBotUser can only be created with an associated Irc::User or Irc::Netmask.
If an Irc::User cannot be logged in as a normal BotUser, TransitentBotUsers are tried.
Optionally, a TransientBotUser can be created automatically.
|
|
|
|
|
|
|
|
changing them
|
|
|
|
modified a few files to allow translated messages
created gettext template file
initialized gettext files for Japanese and Simplified Chinese
|
|
|
|
|
|
|
|
contains a master password which is numeric and unquoted
|
|
|
|
|
|
|
|
|
|
|
|
for <user>' command
|
|
|
|
|
|
the creation/deletion of botusers
|
|
boolean ones. still needs work for setting and resetting. no user creation yet
|