[Ircd] element index
Package indexes
Core
Clients
All elements
a
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
_
_
top
__construct
irc::__construct()
in Irc
Irc object constructor.
__construct
me::__construct()
in Me
__construct
channel::__construct()
in Channel
Creates a new instance of a channel.
__construct
gline::__construct()
in Gline
__get
gline::__get()
in Gline
Magic getter function
__get
channel::__get()
in Channel
__set
gline::__set()
in Gline
__set
channel::__set()
in Channel
a
top
add
idle::add()
in Idle
Starts the idle monitor for the given nickname.
addaccess
channel::addaccess()
in Channel
Add user to the channel access list with the given level
addBan
channel::addBan()
in Channel
Adds a ban record to the channel
addMode
channel::addMode()
in Channel
Sets the channels active modes in BIN
adduser
channel::adduser()
in Channel
Add a user to this channel with the given channel modes.
addUserStatus
channel::addUserStatus()
in Channel
Add a channel status to the given user.
add_auto_status1
channel::add_auto_status1()
in Channel
Convert IRCD mode prefixes to their letter equivalence -- not sure if this is used...
c
top
CAPAB
CAPAB
in IRCRaw
channel
channel
in Channel
BuddyServ IRC Services
check_dosave
idle::check_dosave()
in Idle
Checks for all users that should receive a idle bonus
cMode
handler::cMode()
in Handler
CMODE_BAN
CMODE_BAN
in ChanModes
CMODE_EXEMPT
CMODE_EXEMPT
in ChanModes
CMODE_FOUNDER
CMODE_FOUNDER
in ChanModes
CMODE_HALFOP
CMODE_HALFOP
in ChanModes
CMODE_INVITED
CMODE_INVITED
in ChanModes
CMODE_INVITEONLY
CMODE_INVITEONLY
in ChanModes
CMODE_KEY
CMODE_KEY
in ChanModes
CMODE_LIMIT
CMODE_LIMIT
in ChanModes
CMODE_MODERATE
CMODE_MODERATE
in ChanModes
CMODE_NOCOLOR
CMODE_NOCOLOR
in ChanModes
CMODE_NOEXTERNAL
CMODE_NOEXTERNAL
in ChanModes
CMODE_OP
CMODE_OP
in ChanModes
CMODE_OPERONLY
CMODE_OPERONLY
in ChanModes
CMODE_OPTOPIC
CMODE_OPTOPIC
in ChanModes
CMODE_PRIVATE
CMODE_PRIVATE
in ChanModes
CMODE_PROTECT
CMODE_PROTECT
in ChanModes
CMODE_REGCHAT
CMODE_REGCHAT
in ChanModes
CMODE_REGONLY
CMODE_REGONLY
in ChanModes
CMODE_SECRET
CMODE_SECRET
in ChanModes
CMODE_VOICE
CMODE_VOICE
in ChanModes
create
gline::create()
in Gline
Create a new gline to add to the database
CTCP
CTCP
in IRCRaw
ChanModes
ChanModes
in ChanModes
Channel
Channel
in Channel
d
top
del
gline::del()
in Gline
Delete a gline from our memory
deluser
channel::deluser()
in Channel
Remove a user entry from the current channel.
disconnect
irc::disconnect()
in Irc
Disconnects from the irc server.
e
top
EOB
EOB
in IRCRaw
exists
idle::exists()
in Idle
Check if the given user is getting bonuses
exists
gline::exists()
in Gline
Check if a gline for the current mask already exists
exists
channel::exists()
in Channel
Check if a given channel currently exists.
f
top
findMatchingBan
channel::findMatchingBan()
in Channel
Find an return a ban matching a mask.
g
top
get
channel::get()
in Channel
Check for an instance of the given channel or creates one if not found.
get
gline::get()
in Gline
Get an instance of a gline object, or returns false if not exist.
get_object
idle::get_object()
in Idle
Get an already active idle clients object.
get_points
idle::get_points()
in Idle
Get the current idle points for a user.
get_time
idle::get_time()
in Idle
Get the time the user started getting idle bonus this session.
gline
gline
in Gline
BuddyServ IRC Services
Gline
Gline
in Gline
h
top
handler
handler
in Handler
BuddyServ IRC Services
hasUserStatus
channel::hasUserStatus()
in Channel
Check if the user has a given status.
has_access
channel::has_access()
in Channel
Check if a user has the given access level to the channel.
has_burst
irc::has_burst()
in Irc
This command checks if we have finished our sync
Handler
Handler
in Handler
i
top
idle
idle
in Idle
IDLE_KARMAHOUR
IDLE_KARMAHOUR
in Idle
IDLE_MULTIPLIER
IDLE_MULTIPLIER
in Idle
Idle
Idle
in Idle
Irc
Irc
in Irc
IRCRaw
IRCRaw
in IRCRaw
INTRODUCE
INTRODUCE
in IRCRaw
INVITE
INVITE
in IRCRaw
irc
irc
in Irc
Provides basic mechanisms for the IRCD socket connection.
isBanned
channel::isBanned()
in Channel
Checks if the given mask is banned from this channel.
isMember
channel::isMember()
in Channel
is_juped
channel::is_juped()
in Channel
Check if the channel is juped or not.
is_registered
channel::is_registered()
in Channel
Is a registered channel?
k
top
KICK
KICK
in IRCRaw
KILL
KILL
in IRCRaw
KLINE
KLINE
in IRCRaw
m
top
Me
Me
in Me
me
me
in Me
BuddyServ IRC Services
MODE
MODE
in IRCRaw
MSG
MSG
in IRCRaw
n
top
nickChange
handler::nickChange()
in Handler
Handle nickname changes (NOT new nick introductions)
NOTICE
NOTICE
in IRCRaw
o
top
ok
irc::ok()
in Irc
Actually connected to an irc server?
OPERWALL
OPERWALL
in IRCRaw
p
top
part
handler::part()
in Handler
Handle channel parts
PART
PART
in IRCRaw
PASS
PASS
in IRCRaw
PONG
PONG
in IRCRaw
populate
gline::populate()
in Gline
Grab all the glines from the database and add it to our local memory.
q
top
QUIT
QUIT
in IRCRaw
r
top
RAW
RAW
in IRCRaw
remaccess
channel::remaccess()
in Channel
Remove access for a user
remove
idle::remove()
in Idle
Remove a user from the idle monitoring, and save their current settings.
remove
channel::remove()
in Channel
Remove a channel from our current list of active channels.
removeBan
channel::removeBan()
in Channel
Remove a ban from the channel records.
removeBansMatching
channel::removeBansMatching()
in Channel
Remove all bans matching a mask.
removeMode
channel::removeMode()
in Channel
Removes a mode from the channel bits
removeUserStatus
channel::removeUserStatus()
in Channel
Remove a channel user status from a user
rename_user
channel::rename_user()
in Channel
Called when a user who is on this channel changes their nickname.
RESV
RESV
in IRCRaw
run_expires
gline::run_expires()
in Gline
Expire glines that are past due.
s
top
send
irc::send()
in Irc
Send a string to the ircd server
SERVER
SERVER
in IRCRaw
setBurst
irc::setBurst()
in Irc
Sets the objects burst check.
sJoin
handler::sJoin()
in Handler
Handle server channel joins.
SJOIN
SJOIN
in IRCRaw
sql_single
channel::sql_single()
in Channel
Check the database for an entry for the given channel.
SVINFO
SVINFO
in IRCRaw
SVSNICK
SVSNICK
in IRCRaw
t
top
TOPIC
TOPIC
in IRCRaw
u
top
UserModes
UserModes
in UserModes
uMode
handler::uMode()
in Handler
Handle usermode changes
UMODE_ADMIN
UMODE_ADMIN
in UserModes
UMODE_CLOAK
UMODE_CLOAK
in UserModes
UMODE_GLOBOPS
UMODE_GLOBOPS
in UserModes
UMODE_HIDE
UMODE_HIDE
in UserModes
UMODE_INVISIBLE
UMODE_INVISIBLE
in UserModes
UMODE_NETADMIN
UMODE_NETADMIN
in UserModes
UMODE_OPERATOR
UMODE_OPERATOR
in UserModes
UMODE_REGISTERED
UMODE_REGISTERED
in UserModes
UMODE_REGPRIV
UMODE_REGPRIV
in UserModes
UMODE_SNOTICE
UMODE_SNOTICE
in UserModes
UMODE_WALLOPS
UMODE_WALLOPS
in UserModes
UNKLINE
UNKLINE
in IRCRaw
usercount
channel::usercount()
in Channel
Return the amount of users on this channel.
userIntroduction
handler::userIntroduction()
in Handler
Handle new nickname introductions from the server
USERMODE
USERMODE
in IRCRaw
w
top
WHOIS
WHOIS
in IRCRaw
a
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
_