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

update #125

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

update #125

wants to merge 63 commits into from

Commits on Dec 4, 2018

  1. no demo page as index

    yamaha252 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    59f94fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f38852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda0765 View commit details
    Browse the repository at this point in the history
  4. package lock file to git

    yamaha252 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2ece694 View commit details
    Browse the repository at this point in the history
  5. dockerize

    yamaha252 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    56c7827 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. offline messaging

    who command to get online users
    all command to broadcast to all online users
    yamaha252 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    82b617f View commit details
    Browse the repository at this point in the history
  2. fix sender name

    yamaha252 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    6040fa4 View commit details
    Browse the repository at this point in the history
  3. do not send empty messages

    yamaha252 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    f84ddc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad3001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fd3850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    130865b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    69fe5a1 View commit details
    Browse the repository at this point in the history
  2. new styles for chat layout

    yamaha252 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    b711731 View commit details
    Browse the repository at this point in the history
  3. humanize user names

    yamaha252 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    3527c44 View commit details
    Browse the repository at this point in the history
  4. mark username in a message

    yamaha252 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7700b43 View commit details
    Browse the repository at this point in the history
  5. right font fot textarea

    yamaha252 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    fcedae5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    5af0a2e View commit details
    Browse the repository at this point in the history
  2. update readme

    yamaha252 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    0a3c1b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. fix cors

    yamaha252 committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    2e01218 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    5059117 View commit details
    Browse the repository at this point in the history
  2. refactoring styles for widget

    fix for old mobile devices
    yamaha252 committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    f8d4504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8244c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Changed dependencies and limit to old node

    Removed limit to old node/npm.
    Updated some dependencies based on pull request idoco#64
    maorcc authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    aed4ac3 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    maorcc authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    2e3c17a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. right z-index value

    yamaha252 committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ea6db31 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    71eab8e View commit details
    Browse the repository at this point in the history
  2. ban users

    yamaha252 committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c51df4a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Merge pull request #2 from maorcc/master

    Remove the old engines (node version) limitation
    yamaha252 authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    e7b5faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ba14de View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    3526404 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from windingtree/patch/botname-calls

    fix all, ban, unban commands for /<command>@botName calls
    yamaha252 authored Aug 12, 2019
    Configuration menu
    Copy the full SHA
    742d687 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. update

    Kintoyyy committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a2d700c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f179ad5 View commit details
    Browse the repository at this point in the history
  3. proper start command

    Kintoyyy authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0075aea View commit details
    Browse the repository at this point in the history
  4. update v0.0.2

    - aded github demo page
    - impove readme
    - addded externel button
    Kintoyyy committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a34dbc2 View commit details
    Browse the repository at this point in the history
  5. update page link

    Kintoyyy committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    22c1310 View commit details
    Browse the repository at this point in the history
  6. not needed

    Kintoyyy authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e0551f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fixed some bugs and added features

    - switched dark mode theme
    - added send button
    - configurable `/help` response for users
    - fixed readme instructions
    Kintoyyy committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7f55e2f View commit details
    Browse the repository at this point in the history
  2. nalimtan 💀

    Kintoyyy authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4908617 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix some bugs

    - improved the external button js
    - update the time format
    - fixed the useExternalButton customizations
    Kintoyyy committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    38744c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137acca View commit details
    Browse the repository at this point in the history
  3. patch for github page

    Kintoyyy committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    155bf1c View commit details
    Browse the repository at this point in the history
  4. fixed button css error

    Kintoyyy committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    78ae7e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fixed the /user bug

    Kintoyyy committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    635fc23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc5fcd View commit details
    Browse the repository at this point in the history
  3. omg typo

    Kintoyyy authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6a71657 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. migrating to vercel

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3cc7aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b100b1c View commit details
    Browse the repository at this point in the history
  3. Update settings.json

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    93fb8a4 View commit details
    Browse the repository at this point in the history
  4. vercel

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6b3d53f View commit details
    Browse the repository at this point in the history
  5. vercel testing

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    11b38ce View commit details
    Browse the repository at this point in the history
  6. added public folder

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    58bf962 View commit details
    Browse the repository at this point in the history
  7. final?

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    61c3a4c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from Kintoyyy/vercel

    final?
    Kintoyyy authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4d2f577 View commit details
    Browse the repository at this point in the history
  9. bug

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    49f3cbd View commit details
    Browse the repository at this point in the history
  10. my bad :<

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5198480 View commit details
    Browse the repository at this point in the history
  11. idk wat im doin

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c803f3e View commit details
    Browse the repository at this point in the history
  12. okay

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c4fb06b View commit details
    Browse the repository at this point in the history
  13. Merge branch 'vercel'

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    90bfe84 View commit details
    Browse the repository at this point in the history
  14. final

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a0da152 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'vercel'

    Kintoyyy committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    991c24f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. rebuild on render.com

    Kintoyyy committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f0a7617 View commit details
    Browse the repository at this point in the history
  2. timestamp bug patch

    Kintoyyy committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b57c182 View commit details
    Browse the repository at this point in the history