1. 12 Apr, 2019 1 commit
  2. 09 Apr, 2019 2 commits
    • Andrew Price's avatar
      Remove some obsolete timestamp assignments · 02023ddd
      Andrew Price authored
      02023ddd
    • Andrew Price's avatar
      Timestamp fixes · b36f27e2
      Andrew Price authored
      Assign a timestamp to messages on creation and apply a timestamp to each
      incoming message as we don't trust the client's timestamp anyway. This
      avoids playing whack-a-mole trying to propagate the correct timestamp in
      different situations.
      
      Fixes #33
      b36f27e2
  3. 08 Apr, 2019 3 commits
  4. 07 Apr, 2019 3 commits
  5. 06 Apr, 2019 2 commits
    • Andrew Price's avatar
      Give onoff mwjs objects a timestamp · 3d5db0e9
      Andrew Price authored
      function handler(ev)
      {
      	switch (ev.type) {
              case "mw_logon":
              case "mw_logoff":
              case "talker_join":
              case "talker_leave":
                      onoff = ev.data;
      		t = new Date(onoff.unixtime * 1000);
      		mw.print("onoff event at: " + t);
      		break;
      	}
      	return true;
      }
      mw.onevent.push(handler);
      3d5db0e9
    • Andrew Price's avatar
      Logon/join/leave/logoff improvements · 3222e3af
      Andrew Price authored
      Don't send separate messages to announce these events, have mw display
      them on receipt of onoff events, if scripted handlers allow it to.
      3222e3af
  6. 04 Apr, 2019 1 commit
  7. 01 Apr, 2019 3 commits
  8. 29 Mar, 2019 4 commits
  9. 28 Mar, 2019 3 commits
  10. 18 Feb, 2019 1 commit
  11. 17 Feb, 2019 2 commits
  12. 07 Dec, 2018 1 commit
  13. 06 Dec, 2018 2 commits
  14. 22 Nov, 2018 1 commit
  15. 19 Nov, 2018 2 commits
  16. 17 Nov, 2018 1 commit
  17. 16 Nov, 2018 2 commits
  18. 11 Nov, 2018 1 commit
  19. 10 Nov, 2018 3 commits
  20. 08 Nov, 2018 1 commit
    • Andrew Price's avatar
      Update to duktape 2.3.0 · 04d73cba
      Andrew Price authored
      Configured with
      
      -UDUK_USE_DUKTAPE_BUILTIN \
      -DDUK_USE_INTERRUPT_COUNTER \
      -DDUK_USE_EXEC_TIMEOUT_CHECK=check_exec_timeout
      04d73cba
  21. 06 Nov, 2018 1 commit