Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a build based on CMake. #44

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add a build based on CMake. #44

wants to merge 6 commits into from

Commits on May 29, 2014

  1. Remove linebreaks from libotr messages to avoid sending random IRC co…

    …mmands.
    
    When OTR session is initiated by sending ?OTR? message, Unknown command
    errors are printed on Irssi status because only the first line gets sent
    as PRIVMSG and the human-readable HTML-formattad instruction message gets
    spit out as raw commands to the IRC server.
    
    This patch works around the problem by converting any line break characters
    (not allowed by IRC protocol) into spaces, thus also avoiding possible
    security issues with any other unexpected output from libotr even if this
    particular message string is fixed (like I intend to do in my next patch).
    Lasse Karkkainen committed May 29, 2014
    Configuration menu
    Copy the full SHA
    23fd799 View commit details
    Browse the repository at this point in the history
  2. Detect the libotr-emitted HTML-formatted init string and replace it w…

    …ith a
    
    description customized for IRC and irssi-otr.
    Lasse Karkkainen committed May 29, 2014
    Configuration menu
    Copy the full SHA
    197f89f View commit details
    Browse the repository at this point in the history
  3. Remove unused variable.

    Lasse Karkkainen committed May 29, 2014
    Configuration menu
    Copy the full SHA
    d164288 View commit details
    Browse the repository at this point in the history
  4. Fix my broken NULL pointer check (and some segfaults).

    Lasse Karkkainen committed May 29, 2014
    Configuration menu
    Copy the full SHA
    3af6561 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Configuration menu
    Copy the full SHA
    2978554 View commit details
    Browse the repository at this point in the history
  2. Add missing #include.

    Lasse Karkkainen committed May 30, 2014
    Configuration menu
    Copy the full SHA
    5b75897 View commit details
    Browse the repository at this point in the history