| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Check Q-Lines on nick change in core_xline | 2014-06-20 | 1 | -0/+21 | ||
| * | Change allocation of InspIRCd::Parser to be physically part of the object con... | 2014-06-13 | 2 | -3/+3 | ||
| * | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | 2014-06-13 | 2 | -4/+8 | ||
| * | Change allocation of InspIRCd::stats to be physically part of the object cont...•••While at it, remove "stats" from all field names | 2014-06-13 | 3 | -18/+18 | ||
| * | Send the membership id when kicking a remote user and drop KICKs with mismatc...•••This fixes the desync happening when a PART+JOIN crosses a KICK targetting the same user. | 2014-06-11 | 1 | -0/+11 | ||
| * | Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...•••The syntax of the server-to-server INVITE command changes from :<source> INVITE <target> <channel> [<expire>] to :<source> INVITE <target> <channel> <chants> [<expire>] | 2014-06-10 | 1 | -4/+17 | ||
| * | cmd_kick Assign a value to the kick reason string more reasonably | 2014-06-10 | 1 | -9/+2 | ||
| * | Use the iterator version of Channel::KickUser() in a few places | 2014-06-10 | 1 | -3/+4 | ||
| * | Change Channel::KickUser() to accept an iterator, add overload that accepts a...•••Remove srcmemb parameter | 2014-06-10 | 1 | -1/+1 | ||
| * | Move pre-kick checks from core to cmd_kick (core_channel) | 2014-06-10 | 1 | -0/+37 | ||
| * | Update core_stats.cpp•••Make this consistent with other "Permission Denied" errors. | 2014-05-12 | 1 | -1/+1 | ||
| * | core_lusers Don't capitalize "local users" and "global users" | 2014-04-14 | 1 | -2/+2 | ||
| * | Avoid double Membership lookup in Channel::UserList()•••The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused | 2014-04-09 | 1 | -1/+1 | ||
| * | Move checks determining whether a user is allowed to view the NAMES list of a... | 2014-04-09 | 1 | -6/+13 | ||
| * | Merge insp20 | 2014-04-07 | 4 | -10/+5 | ||
| * | Move User::SendAll() into core_privmsg•••This functionality is only used by the PRIVMSG and NOTICE handlers | 2014-04-02 | 1 | -1/+19 | ||
| * | Remove User::WriteTo() functions; use User::WriteFrom() instead•••The removed functions were rarely used and all they did was to call User::WriteFrom() with swapped arguments. On call sites, WriteTo() hardly offers any readability improvement over WriteFrom(). | 2014-04-02 | 2 | -2/+2 | ||
| * | Check if Membership::GetPrefixChar() returns 0 before appending it to a string•••Spotted by @barosl | 2014-03-31 | 2 | -2/+8 | ||
| * | Add typedef OperList to UserManager for use with all_opers | 2014-03-25 | 2 | -2/+4 | ||
| * | Add stdalgo::delete_all() that deletes all elements in a container | 2014-03-24 | 1 | -4/+2 | ||
| * | Change allocation of InspIRCd::Timers to be physically part of the object con... | 2014-03-15 | 1 | -1/+1 | ||
| * | Add UserManager::GetUsers() | 2014-03-15 | 5 | -5/+7 | ||
| * | Add InspIRCd::GetChans(), remove ChannelCount() | 2014-03-14 | 3 | -3/+4 | ||
| * | Deduplicate and move the *MatchesEveryone() functions to core_xline | 2014-03-12 | 7 | -5/+105 | ||
| * | cmd_quit Display quit messages of remote users | 2014-03-09 | 1 | -0/+2 | ||
| * | Move the wallops mode from the core into core_wallops | 2014-03-09 | 1 | -2/+2 | ||
| * | Make the maximum hostname length configurable in the config. | 2014-03-08 | 1 | -3/+3 | ||
| * | Move admin settings into core_info | 2014-03-07 | 3 | -4/+27 | ||
| * | Move {prefix|suffix|fixed}{quit|part} into core_user | 2014-03-07 | 4 | -23/+63 | ||
| * | Read the die and restart password and their hash type on demand | 2014-03-07 | 4 | -2/+25 | ||
| * | Update detection in module loading commands that relied on old command module... | 2014-03-06 | 2 | -6/+6 | ||
| * | Move UNLOADMODULE handler into core_loadmodule | 2014-03-06 | 2 | -71/+71 | ||
| * | Create the core_stub module•••This handles CONNECT, LINKS, SERVER and SQUIT | 2014-03-06 | 5 | -202/+156 | ||
| * | Create the core_xline module | 2014-03-05 | 7 | -84/+186 | ||
| * | Create the core_user module | 2014-03-05 | 11 | -290/+317 | ||
| * | Create the core_oper module | 2014-03-05 | 7 | -106/+205 | ||
| * | Create the core_info module | 2014-03-05 | 9 | -156/+259 | ||
| * | Create the core_channel module | 2014-03-05 | 7 | -113/+196 | ||
| * | Move src/commands/cmd_*.cpp to src/coremods[/core_*]/ | 2014-03-05 | 50 | -0/+6289 | ||
