| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | | core_dns Only clear the slot of the request if the object in the slot matches... | Attila Molnar | 2015-05-13 | 1 | -1/+2 |
| * | | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | Attila Molnar | 2015-05-13 | 1 | -0/+3 |
| * | | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | Attila Molnar | 2015-05-13 | 1 | -0/+7 |
| * | | Remove support for non-unloadable (VF_STATIC) modules•••No module we ship uses this flag and new modules should not use it either to make hotfixing possible
| Attila Molnar | 2015-05-12 | 1 | -2/+2 |
| * | | cmd_modules Don't show the memory addresses of Module objects to opers | Attila Molnar | 2015-05-12 | 1 | -4/+4 |
| |/ |
|
| * | Merge branch 'master+whoiscontext' | Attila Molnar | 2015-05-04 | 1 | -33/+74 |
| |\ |
|
| | * | core_whois Fix numeric 319 not obeying MaxLine | Attila Molnar | 2015-05-04 | 1 | -2/+7 |
| | * | core_whois Simplify CommandWhois::SplitChanList() | Attila Molnar | 2015-04-28 | 1 | -6/+3 |
| | * | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine()
| Attila Molnar | 2015-04-28 | 1 | -26/+65 |
| | * | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | Attila Molnar | 2015-04-28 | 1 | -14/+14 |
| * | | core_hostname_lookup Don't adjust DnsBad stats•••This is done by core_dns
| Attila Molnar | 2015-05-01 | 1 | -2/+0 |
| |/ |
|
| * | Merge branch 'master+dns' | Attila Molnar | 2015-04-27 | 1 | -118/+53 |
| |\ |
|
| | * | core_dns Drop incoming packets containing a different question from what we a... | Attila Molnar | 2015-04-27 | 1 | -0/+7 |
| | * | core_dns Update DNS::Request::name to be the same as in the packet | Attila Molnar | 2015-04-27 | 1 | -0/+3 |
| | * | core_dns Remove incomplete support for multiple questions per query | Attila Molnar | 2015-04-21 | 1 | -15/+13 |
| | * | core_dns Reject incoming packets with qdcount != 1 | Attila Molnar | 2015-04-21 | 1 | -0/+3 |
| | * | core_dns Don't store query class code in Question | Attila Molnar | 2015-04-21 | 1 | -4/+4 |
| | * | core_dns Remove ability to pack answers | Attila Molnar | 2015-04-21 | 1 | -77/+2 |
| | * | core_dns Add typedef for request id, change it to uint16_t | Attila Molnar | 2015-04-21 | 1 | -4/+1 |
| | * | core_dns Allow usage of id 65535 | Attila Molnar | 2015-04-21 | 1 | -6/+6 |
| | * | core_dns Allow usage of id 0 | Attila Molnar | 2015-04-21 | 1 | -6/+8 |
| | * | core_dns Move packet source address checking before packet processing | Adam | 2015-04-21 | 1 | -9/+9 |
| * | | Merge insp20 | Attila Molnar | 2015-04-20 | 9 | -16/+58 |
| |/ |
|
| * | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType
| Attila Molnar | 2015-04-12 | 1 | -6/+5 |
| * | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -2/+2 |
| * | Fix issues with some numerics introduced in the WriteNumeric() conversion and... | Attila Molnar | 2015-01-11 | 2 | -3/+8 |
| * | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one
| Attila Molnar | 2015-01-10 | 2 | -2/+2 |