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
/
commands
Age
Commit message (
Expand
)
Author
2013-06-04
Reduce User* -> Membership* lookups on part and kick
attilamolnar
2013-06-04
Channel::KickUser() and cmd_kick changes
attilamolnar
2013-06-02
Route WALLOPS like a regular command, remove OnWallops hook
attilamolnar
2013-06-01
Watch mode names with ModeWatchers instead of mode letters
attilamolnar
2013-06-01
Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()
attilamolnar
2013-06-01
Remove (non-functional) total_bytes counter from Command
attilamolnar
2013-05-21
Merge pull request #545 from SaberUK/master+logging-cleanup
Attila Molnar
2013-05-20
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-18
Remove the size argument from IsChannel and IsNick.
Peter Powell
2013-05-16
Get rid of strlcpy(), strlcat(), charlcat() and charremove()
attilamolnar
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-27
Move <performance:nouserdns> to <connect:nouserdns>.
Peter Powell
2013-04-26
Fix Windows
Adam
2013-04-26
Modularize DNS
Adam
2013-04-13
Add <security:allowcoreunload>.
Peter Powell
2013-04-13
Channel::JoinUser() and Channel::ForceChan() changes
attilamolnar
2013-04-13
Remove the deprecated invite API
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-04-09
Move most whois related code from the core into cmd_whois
attilamolnar
2013-04-04
Stop recreating hashmaps every hour, move garbage collection code related to ...
attilamolnar
2013-04-04
Move whowas settings into cmd_whowas from ConfigReader
attilamolnar
2013-04-04
Make cmd_whowas act like a module, remove special handling
attilamolnar
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-04-01
Move member variables from User to LocalUser
attilamolnar
2013-04-01
cmd_stats List opers without iterating the whole userlist
attilamolnar
2013-04-01
cmd_stats List opers without iterating the whole userlist
attilamolnar
2013-04-01
cmd_invite Check if the inviting user is on the channel before potentially te...
attilamolnar
2013-04-01
Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...
attilamolnar
2013-04-01
Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...
attilamolnar
2013-04-01
Change User::GetIPString() to return const std::string&
attilamolnar
2013-03-29
cmd_kill Send snotice to servers when both the oper and the victim are on the...
attilamolnar
2013-03-27
cmd_lusers Fix miscounting
attilamolnar
2013-03-03
cmd_lusers Be smart and know how many invisible users are there without itera...
attilamolnar
2013-03-03
cmd_lusers Use of size() instead of counting elements
attilamolnar
2013-03-03
cmd_lusers Refresh max local/global user counters after a user connects
attilamolnar
2013-03-03
cmd_lusers Convert to a module
attilamolnar
2013-02-11
cmd_invite Send invite announcements to halfops and higher when <security:ann...
attilamolnar
2013-02-11
cmd_invite Correct error message when the user has no privs to invite and no ...
attilamolnar
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-11-29
Add a typedef for LocalUserList
attilamolnar
2012-11-29
cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop
attilamolnar
2012-11-28
Change empty string assignments to .clear() or remove them entirely
attilamolnar
[next]