| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 26 | -102/+99 |
| * | Fix some numerics | Attila Molnar | 2016-02-24 | 1 | -1/+1 |
| * | Merge insp20 | Attila Molnar | 2016-02-22 | 2 | -2/+10 |
| * | Fix build errors on CentOS 6 and OpenBSD. | Peter Powell | 2016-02-20 | 2 | -2/+2 |
| * | core_whois Switch to Numeric::Builder | Attila Molnar | 2015-12-30 | 1 | -53/+75 |
| * | cmd_names Switch to Numeric::Builder | Attila Molnar | 2015-12-30 | 1 | -17/+5 |
| * | cmd_names Inherit handler from SplitCommand | Attila Molnar | 2015-12-30 | 2 | -6/+6 |
| * | core_ison Switch to Numeric::Builder | Attila Molnar | 2015-12-30 | 1 | -26/+16 |
| * | core_ison Inherit handler from SplitCommand | Attila Molnar | 2015-12-30 | 1 | -4/+6 |
| * | core_ison Simplify handler | Attila Molnar | 2015-12-30 | 1 | -14/+7 |
| * | Convert remaining NOTICEs implemented using WriteServ() to WriteNotice() | Attila Molnar | 2015-12-29 | 1 | -2/+2 |
| * | cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel•••Fixes issue #1117 reported by @ProgVal
| Attila Molnar | 2015-12-28 | 1 | -4/+6 |
| * | Fix some whitespace issues | Attila Molnar | 2015-12-28 | 1 | -6/+6 |
| * | Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless
- m_dccallow is calling FindNickOnly() so it had the check needlessly
| Attila Molnar | 2015-12-07 | 2 | -2/+2 |
| * | Add minimum channel rank and exception list parameters to the OnUserInvite hook | Attila Molnar | 2015-12-06 | 1 | -3/+10 |
| * | cmd_invite Fire the OnUserInvite event before announcing the invite | Attila Molnar | 2015-12-06 | 1 | -1/+2 |
| * | cmd_invite Extend scope of the prefix character variable | Attila Molnar | 2015-12-06 | 1 | -20/+17 |
| * | Remove <options:ircumsgprefix> entirely | Attila Molnar | 2015-12-06 | 1 | -8/+1 |
| * | Merge branch 'master+reloadmod' | Attila Molnar | 2015-12-01 | 1 | -14/+571 |
| |\ |
|
| | * | core_reloadmodule Allow modules to handle reload failures of other mods | Attila Molnar | 2015-11-26 | 1 | -0/+14 |
| | * | core_reloadmodule Allow modules to save and restore their own data when reloa... | Attila Molnar | 2015-11-26 | 1 | -2/+32 |
| | * | core_reloadmodule Save and restore module state (modes, extensions) on reload | Attila Molnar | 2015-11-26 | 1 | -0/+497 |
| | * | Handle module reloading in core_reloadmodule entirely | Attila Molnar | 2015-11-26 | 1 | -13/+29 |
| * | | core_whowas Purge nicks as soon as they no longer have any entries | Attila Molnar | 2015-11-23 | 1 | -7/+13 |
| * | | core_whowas Add WhoWas::Manager::PurgeNick() | Attila Molnar | 2015-11-23 | 1 | -16/+21 |
| * | | core_whowas Remove dead code | Attila Molnar | 2015-11-23 | 1 | -13/+8 |
| |/ |
|
| * | info: Move ChrisTX and Shawn to former contributors section. | Robin Burchell | 2015-11-09 | 1 | -2/+2 |
| * | info: Update my copyright since I've touched this rather extensively. | Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| * | info: Move SaberUK to Core Developers.•••Reflects reality, he's done a fair chunk of work. :)
| Robin Burchell | 2015-11-09 | 1 | -2/+2 |
| * | info: Reflect reality, and move everyone who hasn't committed since 2010 to "...•••Self-explanatory, I hope.
| Robin Burchell | 2015-11-09 | 1 | -1/+3 |
| * | info: Merge "Regular Contributors" and "Other Contributors" into "Active Cont...•••Neither of the two other titles were really informative, and this now gels with
"Former Contributors".
| Robin Burchell | 2015-11-09 | 1 | -5/+3 |
| * | info: Remove searchirc.com (now defunct), change irc-junkie credits to Asmo.•••Asmo was the guy who deserves thanks, not the site, per-se.
| Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| * | info: Move the early three of us to a "founding developers" section.•••Reflecting the reality that we are of some kind of importance, even if we aren't
really doing much nowdays except sipping cocktails on the beach.
| Robin Burchell | 2015-11-09 | 1 | -3/+5 |
| * | info: Move jackmcbarn from developers back to contributors.•••His last contribution was moving his name here, which doesn't seem to quite gel.
| Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| * | core_channel Implement invite (un)serialization | Attila Molnar | 2015-11-02 | 2 | -1/+48 |
| * | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel
- Accessible using the provided API after including the appropriate header
- Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS
- Expiration of timed invites are implemented using Timers
- When creating a new invite let a non-timed invite override a timed one
| Attila Molnar | 2015-11-02 | 5 | -9/+321 |
| * | Move ServerConfig::InvBypassModes into core_channel | Attila Molnar | 2015-11-02 | 1 | -1/+2 |
| * | Move handling of <options:invitebypassmodes> into core_channel | Attila Molnar | 2015-11-02 | 1 | -1/+48 |
| * | Fail invalid dns responses instead of drop | Adam | 2015-07-06 | 1 | -3/+12 |
| * | Merge branch 'master+movenames' | Attila Molnar | 2015-05-19 | 4 | -5/+106 |
| |\ |
|
| | * | cmd_names Do the HasPrivPermission() check only in the NAMES handler | Attila Molnar | 2015-05-16 | 2 | -9/+8 |
| | * | Move Channel::UserList() from core to cmd_names | Attila Molnar | 2015-05-16 | 3 | -2/+77 |
| | * | Move topic and NAMES sending on join from core into core_channel | Attila Molnar | 2015-05-16 | 1 | -0/+17 |
| | * | cmd_topic Extract code sending RPL_TOPIC and RPL_TOPICTIME into a function | Attila Molnar | 2015-05-16 | 2 | -2/+12 |
| * | | Move InspIRCd::SendError() to cmd_die•••Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
| Attila Molnar | 2015-05-17 | 3 | -2/+26 |
| * | | Move code that quits all users from InspIRCd::Cleanup() to cmd_die | Attila Molnar | 2015-05-17 | 1 | -0/+9 |
| * | | Encase the IPv6 address in `STATS p` with square brackets.•••This is a widely used format as without it the port is ambigious.
| Peter Powell | 2015-05-17 | 1 | -0/+5 |
| |/ |
|
| * | Merge pull request #1041 from SaberUK/master+ipv6-nameserver•••Fix IPv6 nameservers not being detected by the resolv.conf parser. | Attila Molnar | 2015-05-13 | 1 | -1/+1 |
| |\ |
|
| | * | Fix IPv6 nameservers not being detected by the resolv.conf parser.•••This fixes #973. Forward port of #974.
| Peter Powell | 2015-05-10 | 1 | -1/+1 |
| * | | core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc... | Attila Molnar | 2015-05-13 | 1 | -1/+12 |