Skip to content

Morny 2.0.0-alpha20*(XINZHENG)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Eyre-S Eyre-S released this 08 Aug 15:16
· 4 commits to 2.0.0 since this release
7cf06a5
  • Separated project to subprojects

    • morny-system-lib that includes Telegram related bot framework classes
    • morny-coeur that includes all Morny's features implementation codes
  • Add module morny.cron

    • Add command /create_cron_message, currently can only do a parsing CRON.
  • Cha /on command now can triggered by just o in private chat. (not command /o, just plain text o)

  • Del old ServerModuleLoader implementation

    • Add a new module loader that will read file morny-modules.list to load modules
  • Add exception catch for every module events. Now module's exceptions will not directly crash the whole event thread which caused unexpected Coeur fatal exception.

    • Fix MedicationTimer's onExit event handler will failed when MedicationTimer is not enabled.
  • Delete coeur startup params -ob and --outdated-block

  • Add coeur startup params --skip-login, now not implemented yet.