| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | cmd_invite Send RPL_AWAY after RPL_INVITING if the target user is away•••This is consistent with other server implementations and the RFC
| Attila Molnar | 2015-01-03 | 1 | -0/+4 |
| * | Merge insp20 | Attila Molnar | 2014-10-27 | 2 | -2/+2 |
| * | cmd_mode Exempt remote users and servers from max modes limitation when chang... | Attila Molnar | 2014-09-04 | 1 | -1/+4 |
| * | Migrate code from ModeParser into cmd_mode (core_user)•••- Process() that takes a std::vector<std::string>
- DisplayCurrentModes()
- DisplayListModes()
| Attila Molnar | 2014-09-04 | 2 | -1/+136 |
| * | core_user Expand the MODE handler into its own file | Attila Molnar | 2014-09-04 | 3 | -28/+54 |
| * | core_who Remove redundant NULL checks from CanView() | Attila Molnar | 2014-08-06 | 1 | -3/+0 |
| * | Merge insp20 | Attila Molnar | 2014-07-25 | 3 | -4/+4 |
| * | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar | 2014-07-19 | 3 | -3/+4 |
| * | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar | 2014-07-19 | 3 | -5/+5 |
| * | core_stats Deduplicate stats L and l code | Attila Molnar | 2014-07-19 | 1 | -14/+13 |
| * | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar | 2014-07-16 | 2 | -2/+2 |
| * | Move typedef ClassVector to ServerConfig::ClassVector | Attila Molnar | 2014-07-16 | 1 | -2/+2 |
| * | core_stats Simplify uptime stats code, don't output years because it is ambig... | Attila Molnar | 2014-07-16 | 1 | -19/+3 |
| * | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar | 2014-07-14 | 3 | -3/+3 |
| * | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead•••Remove the now unused UserMembList typedef too
| Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar | 2014-07-14 | 1 | -3/+2 |
| * | core_hostname_lookup Change source of log messages to MODNAME | Attila Molnar | 2014-07-10 | 1 | -3/+3 |
| * | core_dns Change source of log messages to MODNAME, remove "Resolver: " from a... | Attila Molnar | 2014-07-10 | 1 | -24/+24 |
| * | Remove current time parameter of the Timer constructor | Attila Molnar | 2014-07-10 | 1 | -1/+1 |
| * | core_whowas Rename and move WhoWasGroup to WhoWas::Entry | Attila Molnar | 2014-07-09 | 1 | -5/+10 |
| * | core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of... | Attila Molnar | 2014-07-09 | 1 | -3/+6 |
| * | core_whowas Split database logic into a WhoWas::Manager class | Attila Molnar | 2014-07-09 | 1 | -29/+47 |
| * | core_whowas Clean up GetStats() | Attila Molnar | 2014-07-09 | 1 | -4/+4 |
| * | core_whowas Rename misleading variables and typedefs | Attila Molnar | 2014-07-09 | 1 | -23/+22 |
| * | core_whowas Switch from map to a hash map and from irc::string to std::string | Attila Molnar | 2014-07-09 | 1 | -3/+3 |
| * | core_whowas Change the FIFO to be an intrusive list | Attila Molnar | 2014-07-09 | 1 | -15/+8 |
| * | core_whowas Store the nickname in WhoWas::Nick | Attila Molnar | 2014-07-09 | 1 | -2/+3 |
| * | core_whowas Store time added in WhoWas::Nick | Attila Molnar | 2014-07-09 | 1 | -0/+5 |
| * | core_whowas Delete elements of the per nick deque in the destructor of WhoWas... | Attila Molnar | 2014-07-09 | 1 | -8/+5 |
| * | core_whowas Create class WhoWas::Nick, store pointers to those in the map | Attila Molnar | 2014-07-09 | 1 | -16/+18 |
| * | core_whowas Don't display used bytes in /STATS z•••Calculating this is tricky and the calculation was not realistic
| Attila Molnar | 2014-07-09 | 1 | -3/+1 |
| * | Remove now needless User::ForceNickChange()•••Change call sites to call ChangeNick()
| Attila Molnar | 2014-07-03 | 1 | -1/+1 |
| * | Move calling the OnUserPreNick() hook and the restrictbannedusers check from ... | Attila Molnar | 2014-07-03 | 1 | -0/+22 |
| * | core_user Deduplicate code that calls the OnUserRegister hook | Attila Molnar | 2014-07-03 | 3 | -14/+17 |
| * | core_user Inherit CommandNick from SplitCommand, only handle it for local users | Attila Molnar | 2014-07-03 | 2 | -7/+7 |
| * | Add formatting to InspIRCd::TimeString; switch all code to use it.•••m_httpd also now uses the correct timestamp format.
Windows-specific fixes by @attilamolnar, original PR #849
| Peter Powell | 2014-06-25 | 1 | -5/+1 |
| * | Change all occurrences of plain sort() to std::sort() | Attila Molnar | 2014-06-22 | 1 | -1/+1 |
| * | core_userhost Show real host if the target is the same as the user doing the ... | Attila Molnar | 2014-06-22 | 1 | -1/+1 |
| * | core_userhost Append data to the output in a saner way | Attila Molnar | 2014-06-22 | 1 | -12/+7 |
| * | core_userhost Do the HasPrivPermission() check only once, not once per nick | Attila Molnar | 2014-06-22 | 1 | -9/+3 |
| * | core_ison Use iterators | Attila Molnar | 2014-06-22 | 1 | -5/+6 |
| * | core_ison Extract duplicated code into a function•••Change append(" ") to push_back(' ')
| Attila Molnar | 2014-06-22 | 1 | -22/+25 |
| * | core_ison Truncate string after sending it on overflow instead of recreating it | Attila Molnar | 2014-06-22 | 1 | -2/+3 |
| * | core_ison Don't deduplicate nicks•••Deduplication makes us do pointless processing for every ISON and offers
no benefit at all to proper clients that send a nick only once
| Attila Molnar | 2014-06-22 | 1 | -9/+0 |
| * | core_ison Remove check that is always true | Attila Molnar | 2014-06-22 | 1 | -3/+1 |
| * | core_list Improve readability by assigning the Channel being inspected to a v... | Attila Molnar | 2014-06-22 | 1 | -6/+8 |
| * | core_list Check whether the chan name/topic has to be Match()ed once, not onc... | Attila Molnar | 2014-06-22 | 1 | -1/+2 |
| * | core_list Do the HasPrivPermission() check only once, not once per chan | Attila Molnar | 2014-06-22 | 1 | -1/+3 |