index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
Age
Commit message (
Expand
)
Author
2014-06-22
core_ison Use iterators
Attila Molnar
2014-06-22
core_ison Extract duplicated code into a function
Attila Molnar
2014-06-22
core_ison Truncate string after sending it on overflow instead of recreating it
Attila Molnar
2014-06-22
core_ison Don't deduplicate nicks
Attila Molnar
2014-06-22
core_ison Remove check that is always true
Attila Molnar
2014-06-22
core_list Improve readability by assigning the Channel being inspected to a v...
Attila Molnar
2014-06-22
core_list Check whether the chan name/topic has to be Match()ed once, not onc...
Attila Molnar
2014-06-22
core_list Do the HasPrivPermission() check only once, not once per chan
Attila Molnar
2014-06-20
Check Q-Lines on nick change in core_xline
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-11
Send the membership id when kicking a remote user and drop KICKs with mismatc...
Attila Molnar
2014-06-10
Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...
Attila Molnar
2014-06-10
cmd_kick Assign a value to the kick reason string more reasonably
Attila Molnar
2014-06-10
Use the iterator version of Channel::KickUser() in a few places
Attila Molnar
2014-06-10
Change Channel::KickUser() to accept an iterator, add overload that accepts a...
Attila Molnar
2014-06-10
Move pre-kick checks from core to cmd_kick (core_channel)
Attila Molnar
2014-05-12
Update core_stats.cpp
WindowsUser
2014-04-14
core_lusers Don't capitalize "local users" and "global users"
Attila Molnar
2014-04-09
Avoid double Membership lookup in Channel::UserList()
Attila Molnar
2014-04-09
Move checks determining whether a user is allowed to view the NAMES list of a...
Attila Molnar
2014-04-07
Merge insp20
Attila Molnar
2014-04-02
Move User::SendAll() into core_privmsg
Attila Molnar
2014-04-02
Remove User::WriteTo() functions; use User::WriteFrom() instead
Attila Molnar
2014-03-31
Check if Membership::GetPrefixChar() returns 0 before appending it to a string
Attila Molnar
2014-03-25
Add typedef OperList to UserManager for use with all_opers
Attila Molnar
2014-03-24
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-03-12
Deduplicate and move the *MatchesEveryone() functions to core_xline
Attila Molnar
2014-03-09
cmd_quit Display quit messages of remote users
Attila Molnar
2014-03-09
Move the wallops mode from the core into core_wallops
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-03-07
Move admin settings into core_info
Attila Molnar
2014-03-07
Move {prefix|suffix|fixed}{quit|part} into core_user
Attila Molnar
2014-03-07
Read the die and restart password and their hash type on demand
Attila Molnar
2014-03-06
Update detection in module loading commands that relied on old command module...
Attila Molnar
2014-03-06
Move UNLOADMODULE handler into core_loadmodule
Attila Molnar
2014-03-06
Create the core_stub module
Attila Molnar
2014-03-05
Create the core_xline module
Attila Molnar
2014-03-05
Create the core_user module
Attila Molnar
2014-03-05
Create the core_oper module
Attila Molnar
2014-03-05
Create the core_info module
Attila Molnar
2014-03-05
Create the core_channel module
Attila Molnar
2014-03-05
Move src/commands/cmd_*.cpp to src/coremods[/core_*]/
Attila Molnar