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

Feature/47 hypnotoad environment #100

Closed
wants to merge 120 commits into from

Commits on Jun 22, 2014

  1. Add jquery.hammer.min.js

    Jan Henning Thorsen committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    de56613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209bf94 View commit details
    Browse the repository at this point in the history
  3. Improved desktop notification question support

      Require <div class="notification question"/>
    
      TODO: Move desktop_notification settings to session or redis as well
    Jan Henning Thorsen committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    7025316 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. Add actions to right sidebar (used to be nicklist)

      - Add "sidebar" support with animation.
        * Toggle sidebar visibility on tab/tab+shift on a "toggle://" link
        * Focus sidebar content when pressing "return" on a "toggle://" link
        * "Esc" hide sidebar and focus main <input>
      - Add links with "toggle://" to toggle show/hide elments
      - Add default text to "List notifications": "No notifications"
      - Change "Add conversation" to be a right-side sidebar
      - Change "Add conversation" form to display "/join #..." command in
        chat messages list.
      - Change "List notifications" to be a right-side sidebar
      - Change markup order in layout/view to support better tab order
      - Move "Help" from <input> to "Actions" sidebar
        The "Help" icon in the input field was very annoying when trying to
        mark all text on the iphone. (It made it almost impossible)
    
      TODO:
      - Add "go to bottom" link
      - Add "chevron-down" for more conversations than fits in nav bar
      - Add swipe left/right sidebar show/hide
      - Fix javascript coupling (html structure and classnames has changed)
    Jan Henning Thorsen committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    b2020ef View commit details
    Browse the repository at this point in the history
  2. Factored out jquery.notifications.js

    Jan Henning Thorsen committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    bc46181 View commit details
    Browse the repository at this point in the history
  3. Less funky animation for sidebar

    Jan Henning Thorsen committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    519d262 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. Make proxy settable with ENV var

    marcusramberg authored and Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    897796f View commit details
    Browse the repository at this point in the history
  2. Fix to make /register/invite_code work - with test

    marcusramberg authored and Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    1db7b36 View commit details
    Browse the repository at this point in the history
  3. Fix tactile theme css

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    67040af View commit details
    Browse the repository at this point in the history
  4. Requires Mojolicious 5.12

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    44bc47e View commit details
    Browse the repository at this point in the history
  5. Fixed some sidebar tests

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    596b273 View commit details
    Browse the repository at this point in the history
  6. Will hide sidebar when clicking on links and buttons

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    280d6c7 View commit details
    Browse the repository at this point in the history
  7. Will show "not connected" in red

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    8728280 View commit details
    Browse the repository at this point in the history
  8. Chat input takes the whole width on small screens and has just top bo…

    …rder
    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    6cc124b View commit details
    Browse the repository at this point in the history
  9. Cannot wrap form inside form

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    d8c4a5c View commit details
    Browse the repository at this point in the history
  10. Add working ajax actions to chat sidebar

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    ce1b947 View commit details
    Browse the repository at this point in the history
  11. Replace data-target="any" with data-target=""

    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    56b1a23 View commit details
    Browse the repository at this point in the history
  12. Embed conversation list into pjax document

      - Remove /chat/conversations
      - Remove reloadConversationList() javascript method
      - Change title for conversation list items: Show network
      - Add number of unread like in the notification list
      - Add unread count to each channel tab, like notifications count
      - Change styling for unread label
    Jan Henning Thorsen committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    ac1eb34 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. New styling for too many tabs in nav.bar, closes #91

      - selectize will not select on shift+enter
      - shift+return will focus "too many tabs" dropdown
      - "too many tabs" dropdown contains all conversations, which allow
        "cmd+t" behavior, but with shift+return instead
    Jan Henning Thorsen committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    4206cea View commit details
    Browse the repository at this point in the history
  2. Enable to add channel from dropdown channel switcher, #91

    Jan Henning Thorsen committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    2922f12 View commit details
    Browse the repository at this point in the history
  3. Conversation switcher is also a sidebar

    Jan Henning Thorsen committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    67a8c63 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Replace arrow navigation with alt+A, +S and +D

      I chose A,S,D, not because the letters make sense, but because the
      layout makes sense: They are next to each other on the keyboard
      and map in the order of the icons.
    Jan Henning Thorsen committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    06d3bb7 View commit details
    Browse the repository at this point in the history
  2. Add "Help" button to sidebar

    Jan Henning Thorsen committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    693d9cf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Will not init input field until data is received from backend

    Jan Henning Thorsen committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    962c1b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. Fix clicking every link when changing conversation

    Jan Henning Thorsen committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    7b23766 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Refactor javascript code

      - Created jquery.notify.js
      - Created jquery.at-bottom.js
      - Remove jquery.hammer.minjs
    
      TODO:
      - Add doubletap action for autocomplete in input field
      - Clearing new notifications while in the same conversation does not
        currently work.
    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b32a4c3 View commit details
    Browse the repository at this point in the history
  2. Add link to Firefox plugin

      Newer versions of Firefox support native desktop notifications, the
      link to the plugin is for older versions, < v22.
    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    446cd3c View commit details
    Browse the repository at this point in the history
  3. Fix undefined nick in input field

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    ea16407 View commit details
    Browse the repository at this point in the history
  4. Enable to remove channels even if not connected, fixes #73

      - Add notice if not connected to conversation.
      - Will reset connection state on startup
      - Fix typo "reconneting" for connection state.
    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    ca533d1 View commit details
    Browse the repository at this point in the history
  5. Fix scroll to bottom on load

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    0afa92d View commit details
    Browse the repository at this point in the history
  6. Add "external" and "autocomplete" classes to links in conversation

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    41b575c View commit details
    Browse the repository at this point in the history
  7. Fix selectize for channel list

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    1bb35be View commit details
    Browse the repository at this point in the history
  8. Allow seeing notifications even though not in conversation list

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    83ac54b View commit details
    Browse the repository at this point in the history
  9. Fix timestamp overlapping text

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    d235c59 View commit details
    Browse the repository at this point in the history
  10. Try to prevent ws-reconnecting.js from going bananas

      In some cases it use 100%. At least in Chrome.
    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    e280efb View commit details
    Browse the repository at this point in the history
  11. Fix unit tests

    Jan Henning Thorsen committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    ff1f3c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Remove javascript code which is not in use

    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    7d522ed View commit details
    Browse the repository at this point in the history
  2. Fix CSS bugs for print, navbar and sidebar

      * Add CSS for print
      * Remove max-height for conversation selector
      * Moved unread labels in navbar
      * Fix sidebar overlapping timestamp
    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    4ab16d2 View commit details
    Browse the repository at this point in the history
  3. Add more spacing between conversation and nav+input

    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    ce09356 View commit details
    Browse the repository at this point in the history
  4. Hide notification question on on iphone

    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    eff8166 View commit details
    Browse the repository at this point in the history
  5. Smooth scrolling for sidebar on iphone

    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    dc93b8c View commit details
    Browse the repository at this point in the history
  6. Will not focus input when sidebar gets focus

    Jan Henning Thorsen committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    5e27965 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Fix add- and remove-conversation event

    Jan Henning Thorsen committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    fc81a8d View commit details
    Browse the repository at this point in the history
  2. Crafting goto-anything by hand

      - Use pjax for links in sidebar as well
      - Will hide sidebar on pjax load
      - Fix update unread badges in goto-anything after pjax load
      - Buttons can show/hide sidebar
    Jan Henning Thorsen committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    8ee5d92 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Deleted images which is not in use

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    676984c View commit details
    Browse the repository at this point in the history
  2. Add nicks, networks, edit profile and add connection to goto-anything

      - Remove connection_list() helper
    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    4e92514 View commit details
    Browse the repository at this point in the history
  3. Remove 300ms delay on nav bar menu

      - Add jquery.finger.js
        ngryman/jquery.finger@3e7f761
    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    36da496 View commit details
    Browse the repository at this point in the history
  4. Doubletap to complete on input field is back

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    c5c6c80 View commit details
    Browse the repository at this point in the history
  5. Fix icon for desktop notifications

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    b534df6 View commit details
    Browse the repository at this point in the history
  6. Remove italic font styling from error messages

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    2e6a7b6 View commit details
    Browse the repository at this point in the history
  7. Mark notifications as read on view

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6b74e23 View commit details
    Browse the repository at this point in the history
  8. Fix avatar for localhost users

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    4a83f6a View commit details
    Browse the repository at this point in the history
  9. Fix convos:host2convos for localhost

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    39015ff View commit details
    Browse the repository at this point in the history
  10. Change goto-anything formatting

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    01e14ad View commit details
    Browse the repository at this point in the history
  11. Change cmd:// link handling

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6b23e0e View commit details
    Browse the repository at this point in the history
  12. Will not remove private conversation on /topic

    Jan Henning Thorsen committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    b7f4b17 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Prevent scrolling page when scrolling sidebar

    Jan Henning Thorsen committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    b2bd3d1 View commit details
    Browse the repository at this point in the history
  2. Remove initial websocket connect error message

    Jan Henning Thorsen committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    c4b4181 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Factored out more javascript code

      - Add window.convos object
        * window.convos.at_bottom which is updated by scroll event
        * window.convos.current = {...} instead of $(".messages").data(...)
          and $(...).hostAndTarget()
        * window.draw = { ... }
        * window.convos.isChannel(...);
      - Add /js/convos.input.js
        * window.convos.input = $(...)
        * Contains input field logic, autocomplete, history
        * Fix autocomplete in chrome: autocompleter() was called on
          e.keyCode = 229
      - Add /js/convos.nicklist.js
        * window.convos.nicklist = {...}
      - Add /js/convos.socket.js
        * window.convos.send(...)
        * window.convos.socket = ReconnectingWebSocket
    
      - Add $.fn.noCache({...})
      - Add "ios-input-focus" body class which is used to style elements
        when focusing input on IOs devices.
      - Add "same-nick" class which hide "same nick message elements"
        instead of using javascript
      - Remove "Chat" link in historic messages. Use the navbar instead.
      - Remove $("body").loadingIndicator(...)
      - Remove $("body").atBottom()
      - Remove window.sortedSet = function() { ... }
      - Remove Object.equals = function() { ... }
    
      TODO:
      - convos.manifest - Removed, since it was not maintained
    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    c7283eb View commit details
    Browse the repository at this point in the history
  2. Do not render navbar and friends when ?from=$ts or ?to=$ts

    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    5c9471e View commit details
    Browse the repository at this point in the history
  3. Fix t/chat.t

    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    20a1a3e View commit details
    Browse the repository at this point in the history
  4. Fix js bug for sending/receiving data and notification

      - Will remove "unread" class when clicking in notification-list
      - Fix clearing input field after sending message
      - Fix rendering nick list (on "nick-init" class)
    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    907e7a5 View commit details
    Browse the repository at this point in the history
  5. Revert "Do not render navbar and friends when ?from=$ts or ?to=$ts"

    This reverts commit 5c9471e.
    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    901b669 View commit details
    Browse the repository at this point in the history
  6. Fix loading new messages on websocket reconnect

    Jan Henning Thorsen committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    1df0335 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Change text for nicks in goto-anything

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    dc73615 View commit details
    Browse the repository at this point in the history
  2. Mark notification element as read on click

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    393aefc View commit details
    Browse the repository at this point in the history
  3. Fix removing loading indicator even if loading document from cache

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    3bf990e View commit details
    Browse the repository at this point in the history
  4. Fix autocomplete bug with appending existing value

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    55bfb23 View commit details
    Browse the repository at this point in the history
  5. Add autocomplete for nicks

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    ee743a6 View commit details
    Browse the repository at this point in the history
  6. Fix focus first form input

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    4c6c06a View commit details
    Browse the repository at this point in the history
  7. Fix adding a complete nick list

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    e2f644b View commit details
    Browse the repository at this point in the history
  8. Update carton

    marcusramberg committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    d05b83f View commit details
    Browse the repository at this point in the history
  9. Fix duplicate nicks in nick list

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    80d7963 View commit details
    Browse the repository at this point in the history
  10. Fix default Notification.permission value

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    0768e39 View commit details
    Browse the repository at this point in the history
  11. Fix closing notification in chromium

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    e925d9e View commit details
    Browse the repository at this point in the history
  12. Use https://metacpan.org/pod/App::git::ship to make cpan dist

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    366ff5b View commit details
    Browse the repository at this point in the history
  13. Cleaning up script/

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    9d8127b View commit details
    Browse the repository at this point in the history
  14. Fix saving commands to history

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    3541e26 View commit details
    Browse the repository at this point in the history
  15. Forgot to change history index after saving new command

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    3c8b8a4 View commit details
    Browse the repository at this point in the history
  16. Fix focus first input field

    Jan Henning Thorsen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    83cba11 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Add script for testing websocket events

    Jan Henning Thorsen committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    cb301b9 View commit details
    Browse the repository at this point in the history
  2. Fix nicklist behavior with more robust templates

    Jan Henning Thorsen committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    cb55c28 View commit details
    Browse the repository at this point in the history
  3. Fix connecting to websocket in private chat

    Jan Henning Thorsen committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    49bc2d0 View commit details
    Browse the repository at this point in the history
  4. Fix toCurrent() will not leak messages from other networks

    Jan Henning Thorsen committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    223b539 View commit details
    Browse the repository at this point in the history
  5. Fix handling invalid messages

      - Will not reconnect if server responds with an error
      - Will show server error on invalid message
      - Remove ReconnectingWebSocket.refresh()
    Jan Henning Thorsen committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    93688b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Fix infinite loop in ws-reconnecting by not doing ws = false

    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    d341e99 View commit details
    Browse the repository at this point in the history
  2. Fix hiding sidebar on iphone

    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    95289c5 View commit details
    Browse the repository at this point in the history
  3. Fix focus on input field on iphone

      - Add support for https://github.com/jhthorsen/mojolicious-plugin-surveil
        using CONVOS_SURVEIL=1.
    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    790203a View commit details
    Browse the repository at this point in the history
  4. Fix infinite getHistoricMessages()

    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    3b666da View commit details
    Browse the repository at this point in the history
  5. Only add pending message when saying something

    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    183db92 View commit details
    Browse the repository at this point in the history
  6. Fix marking all messages as fail

    Jan Henning Thorsen committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    bee37e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. "backend" will also default to production environment

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    a6700e3 View commit details
    Browse the repository at this point in the history
  2. Fix backend from keeping the hypnotoad socket

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    7f15b36 View commit details
    Browse the repository at this point in the history
  3. Need to enable input on open as well

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    15b68a5 View commit details
    Browse the repository at this point in the history
  4. Fix loading more messages

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    08e78df View commit details
    Browse the repository at this point in the history
  5. shift+enter will focus input unless input is already focused

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    6c1a987 View commit details
    Browse the repository at this point in the history
  6. Fix nick change and quit event

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    3cf67f0 View commit details
    Browse the repository at this point in the history
  7. Fix goto new conversation/channel

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    ae2ffe8 View commit details
    Browse the repository at this point in the history
  8. Fix /names in a channel with just you

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    e9e1bad View commit details
    Browse the repository at this point in the history
  9. Will not re-arrange conversation list on reconnect

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    7172b89 View commit details
    Browse the repository at this point in the history
  10. Fix scrollTo('bottom') on new message

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    42de025 View commit details
    Browse the repository at this point in the history
  11. Cannot add conversation before actually joined

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    30ed80a View commit details
    Browse the repository at this point in the history
  12. Add event for invalid channel name

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    06710d2 View commit details
    Browse the repository at this point in the history
  13. Bumped dependencies and vendor cache

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    896fb67 View commit details
    Browse the repository at this point in the history
  14. AssetPack 0.18 could not be installed

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    4c5f450 View commit details
    Browse the repository at this point in the history
  15. Can read hypnotoad config from environment variables

    Jan Henning Thorsen committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    0a29127 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Mojo::IRC 0.08 emitted irc_error before err_xxx events

    Jan Henning Thorsen committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    59936ad View commit details
    Browse the repository at this point in the history
  2. Fix t/chat.t after 06710d2

    Jan Henning Thorsen committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    d7b313e View commit details
    Browse the repository at this point in the history
  3. Do not reload conversation when removing inactive conversation

    Jan Henning Thorsen committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    c1e41a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Fix same-nick bug on scroll back

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    28d47a7 View commit details
    Browse the repository at this point in the history
  2. Fix same-nick bug on scroll back

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    faf7ca3 View commit details
    Browse the repository at this point in the history
  3. Avoid leaking nick events to other conversations

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    fff3352 View commit details
    Browse the repository at this point in the history
  4. Send /join when goto-anything creates new channel

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    c4db88f View commit details
    Browse the repository at this point in the history
  5. Fix showing "not connected" message

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    ce0c317 View commit details
    Browse the repository at this point in the history
  6. Only load new messages when socket is reconnected

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    46dce11 View commit details
    Browse the repository at this point in the history
  7. Need to use current_nick as nick in templates

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    51ed660 View commit details
    Browse the repository at this point in the history
  8. Need to replace %20 with space

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    1e2992d View commit details
    Browse the repository at this point in the history
  9. Need to match with lowercase as well when goto anything

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    3e07156 View commit details
    Browse the repository at this point in the history
  10. Changed the install URL to use https

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    417c0fa View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into feature/47-hypnotoad-environment

    Jan Henning Thorsen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    757ee75 View commit details
    Browse the repository at this point in the history