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-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
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
2012-10-21
Fix /RESTART not closing file descriptors
attilamolnar
2012-10-21
Make better use of User::GetFullRealHost()
attilamolnar
2012-10-21
Fix KILL accepting SIDs, get rid of potentially unsafe snprintf and strlcpy
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-12
Fix unregistered users getting global notices, also fix certain commands work...
attilamolnar
2012-10-11
Add myself to the Other Contributors list
Adam
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-09-13
Don't allow banned users to NOTICE a channel when security:restrictbanneduser...
attilamolnar
2012-07-17
Fixed Windows build
Adam
2012-07-13
Move STATS handler back to cmd_stats so it's hotpatchable again
attilamolnar
2012-07-11
cmd_commands Don't show server only commands to users
attilamolnar
2012-07-07
cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp f...
attilamolnar
2012-07-06
Fix to show ERR_NEEDMOREPARAMS for cmd_userhost and cmd_ison
Shawn Smith
2012-07-06
Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...
Justin Crawford
2012-07-02
Remove leftover #ifdefs and #includes from cmd_*.cpp
attilamolnar
2012-06-17
Fix pending invites not being removed when a channel was deleted or had its T...
attilamolnar
2012-05-25
Debian typo fixes.
Peter Powell
2012-05-16
Check whether it is empty parameter before checking its value
Chin Lee
2012-05-16
Fix issue #120 reported by @swilde
Chin Lee
2012-05-14
Merge pull request #109 from Justasic/insp20
Robin Burchell
2012-05-03
Rewrote the color codes parser to be one function, not two
Justin Crawford
2012-05-03
Merge pull request #96 from Justasic/insp20
Robin Burchell
2012-04-22
Fixed using a function on every call for /motd, causing lag on large networks...
Justin Crawford
[next]