Age | Commit message (Expand) | Author |
2015-04-16 | cmd_userhost Fix +H hidden opers being shown as opers | Attila Molnar |
2015-02-04 | cmd_userhost List 5 users in the reply even if the query (incorrectly) contai... | Attila Molnar |
2015-01-21 | Fix numeric ERR_NOTREGISTERED not containing the user's nick | Attila Molnar |
2015-01-19 | Merge branch 'insp20+penalty' into insp20 | Attila Molnar |
2015-01-17 | cmd_list: Give +s precedence to +p | Daniel Vassdal |
2015-01-12 | Increase penalty for some core commands | Attila Molnar |
2014-12-30 | Fix User::age being incorrectly used in some places instead of signon | Attila Molnar |
2014-11-30 | Don't submit a reload worker if the module doing the reload is scheduled for ... | Attila Molnar |
2014-10-13 | Avoid calling methods on NULL pointers wherever possible. | Peter Powell |
2014-10-13 | Fix various warnings when building with LLVM 3.5. | Peter Powell |
2014-06-07 | Fix harmless loop off-by-ones found by Moonlightning | satmd |
2014-04-12 | Correct the syntax messages of a few modules. | Robby- |
2014-04-04 | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar |
2014-03-11 | cmd_names Allow opers having the channels/auspex priv to view the NAMES list ... | Attila Molnar |
2014-02-20 | Fix /who on opers incorrectly showing +i opers to | Adam |
2014-02-11 | Fix various problems detected by Clang 3.4. | Peter Powell |
2014-01-21 | Increase the penalty for a few core commands | Attila Molnar |
2013-11-12 | Fix remote /MODULES bug | Daniel Vassdal |
2013-08-27 | Fix crash caused by passing a large integer to ctime() | attilamolnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-06-01 | cmd_who Hide +i users when listing users on a server and hidewhois is off | attilamolnar |
2013-05-23 | Update authors | 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-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 |