Giter Club home page Giter Club logo

laika-weblogs's People

Contributors

c-stevens avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

laika-weblogs's Issues

Implement MAC/HMAC in weblogs MAP

As per the limitations listed in the readme, the final phase of the Message Authentication Protocol is not cryptographically tied to the valid proof agreed upon by client and server.

The protocol can be further enhanced and secured by adding a MAC/HMAC scheme to this stage of the protocol

Fix nickname mapping to include maps from channel JOINs

Currently nickname mapping to channels occurs once the bot notifies the weblogs observer that a user has spoke in a certain channel. This mapping is maintained in order to generate QUIT messages for each channel they've been spotted in.

However, an edge case exists where a user is spotted JOINing a channel (or set of channels) but does not say anything in any of them before QUIT/PARTing. In this case, no QUIT messages are generated because the nick is unmapped until they send a message to a channel.

This can be resolved by adding mapping logic under the logServerData() method, much like is found in the following logic:

if l.hostname != self.logConfig.get('bouncerHostname'): # Avoid logging bouncer messages (if any)

This will not resolve cases where the bot comes online after a user has already joined a channel. There is still no initial mapping at that stage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.