Commit Graph

596 Commits

Author SHA1 Message Date
Kay Marquardt (Gnadelwartz) ca9ea1bf31 init: fix msgs 2021-01-27 13:35:31 +01:00
Kay Marquardt (Gnadelwartz) b45efa3726 init: basic config for new conf file 2021-01-27 12:39:04 +01:00
Kay Marquardt (Gnadelwartz) 079eb1c289 fix running commands.sh in subshell 2021-01-27 11:54:48 +01:00
Kay Marquardt (Gnadelwartz) 8c85c81f94 commands: fork commands.sh 2021-01-26 21:05:27 +01:00
Kay Marquardt (Gnadelwartz) b441384d4a iBUTTON: fix comamnds and mycommands processing 2021-01-26 14:34:25 +01:00
Kay Marquardt (Gnadelwartz) 08a05242f9 init: offer copy config only for new installations 2021-01-26 13:02:04 +01:00
Kay Marquardt (Gnadelwartz) bc414eef5a init: offer copy mycommands files 2021-01-26 12:57:27 +01:00
Kay Marquardt (Gnadelwartz) 461e748c92 iBUTTON: infrastructe seems to work 2021-01-24 13:04:20 +01:00
Kay Marquardt (Gnadelwartz) 1fe22a0345 modules: button url not starting with hhttp is sent as data 2021-01-24 12:30:56 +01:00
Kay Marquardt (Gnadelwartz) d9b3342c3c iBUTTONS: initial code for processing CallbackQuery buttons 2021-01-24 10:28:04 +01:00
Kay Marquardt (Gnadelwartz) f995eeea13 move JsonEscape up before sourcing other files 2021-01-23 14:06:55 +01:00
Kay Marquardt (Gnadelwartz) 78e4551107 fix set CHAT[ID] to new id on chat migration 2021-01-23 13:58:45 +01:00
Kay Marquardt (Gnadelwartz) 41e956d517 remove obsolete JsonGetXxx functions 2021-01-23 09:53:50 +01:00
Kay Marquardt (Gnadelwartz) 749eee74a4 dev: adjust make-standalone 2021-01-20 19:50:19 +01:00
Kay Marquardt (Gnadelwartz) 127cc85a2a load modules before commands.sh 2021-01-20 18:20:03 +01:00
Kay Marquardt (Gnadelwartz) 427f670a02 bashbot.sh: fix UPD array access to use "real" strings 2021-01-19 17:47:15 +01:00
Kay Marquardt (Gnadelwartz) 62378f7cf6 replace old JsoenGetXxx functions with direct UPD access 2021-01-19 17:24:53 +01:00
Kay Marquardt (Gnadelwartz) fe1fb75748 make _round_float more LANG independent (C not installed) 2021-01-18 21:09:30 +01:00
Kay Marquardt (Gnadelwartz) 5f21fcb0dc Bashbot Version 1.30 2021-01-17 09:57:08 +01:00
Kay Marquardt (Gnadelwartz) 3266427bcc getJson: remove unneeded extra logging 2021-01-17 09:55:13 +01:00
Kay Marquardt (Gnadelwartz) d8453aad36 init: change bahsbot path in rc-file also 2021-01-16 12:59:11 +01:00
Kay Marquardt (Gnadelwartz) 172a9e5461 sed/grep no redirect from file 2021-01-16 11:20:29 +01:00
Kay Marquardt (Gnadelwartz) ef972c5714 bashbot: use Json2Array UPD for response also 2021-01-15 19:26:04 +01:00
Kay Marquardt (Gnadelwartz) 277178389a some minor improvments 2021-01-15 19:05:53 +01:00
Kay Marquardt (Gnadelwartz) 0794506753 bashbot.sh: jsonDecode: use printf 2021-01-15 13:09:32 +01:00
Kay Marquardt (Gnadelwartz) 8ae30faffc modules: fix new_chat_invite 2021-01-14 22:56:43 +01:00
Kay Marquardt (Gnadelwartz) 29fa5cfcca move detect_curl to common functions 2021-01-14 22:15:32 +01:00
Kay Marquardt (Gnadelwartz) 5f602a9a14 fix typos in changes 2021-01-14 19:49:01 +01:00
Kay Marquardt (Gnadelwartz) 71daed3487 modules: sendMessage: fix curl detection 2021-01-14 18:31:39 +01:00
Kay Marquardt (Gnadelwartz) daeffb30e8 modules: chatMember: new invite, pin unpin unpinAll, delete_chat_photo 2021-01-14 18:06:24 +01:00
Kay Marquardt (Gnadelwartz) f573d63c55 remove URLs used once 2021-01-14 17:47:06 +01:00
Kay Marquardt (Gnadelwartz) d521d35815 init: bashbot.rc: adjust botname 2021-01-10 19:21:18 +01:00
Kay Marquardt (Gnadelwartz) c6c30a4b9d init: finalize adjust user 2021-01-10 18:39:43 +01:00
Kay Marquardt (Gnadelwartz) bd664dacfe init: rework adjust user 2021-01-10 18:23:37 +01:00
Kay Marquardt (Gnadelwartz) 88a24cb2a3 doc: move bashbot.ascii 2021-01-09 22:25:15 +01:00
Kay Marquardt (Gnadelwartz) de24dede53 mycommands: factor out config and messages 2021-01-09 07:46:46 +01:00
Kay Marquardt (Gnadelwartz) 37e4539ef8 dev: move ascii art to bin/ 2021-01-08 22:32:05 +01:00
Kay Marquardt (Gnadelwartz) 4a9d1f0a29 README: bashbot ascii art 2021-01-08 22:12:03 +01:00
Kay Marquardt (Gnadelwartz) cb81f7c8e0 internal: some cleanup 2021-01-06 15:33:07 +01:00
Kay Marquardt (Gnadelwartz) bbc679463a internal: printf date is 100 times faster 2021-01-06 08:48:25 +01:00
Kay Marquardt (Gnadelwartz) dd19f0f34e modules: send_file support for URL 2021-01-05 22:01:32 +01:00
Kay Marquardt (Gnadelwartz) 4582efd556 coding-style: positonal parameters $1 - \9 has precedence over verything 2021-01-05 16:17:34 +01:00
Kay Marquardt (Gnadelwartz) 641727dc99 fix missing ${xxx} warnings 2021-01-04 23:08:09 +01:00
Kay Marquardt (Gnadelwartz) d310805a98 replace R090909 -> o9o9o9 , better readable 2021-01-04 16:10:43 +01:00
Kay Marquardt (Gnadelwartz) 0798f1ae00 bashbot.sh implement new a-z soluition 2021-01-04 16:03:53 +01:00
Kay Marquardt (Gnadelwartz) 11daa4890d Bashbot Version 1.21 (cleanup release) 2021-01-03 22:39:36 +01:00
Kay Marquardt (Gnadelwartz) dad68a95d0 credits to dcoomber 2021-01-02 10:18:58 +01:00
Kay Marquardt 5415f28a38
Merge pull request #169 from @dcoomber
Merge devlop with master
2021-01-02 08:58:31 +01:00
dcoomber 072dfa4213 Standardised usage of Linux and Unix 2021-01-02 07:17:02 +02:00
Kay Marquardt (Gnadelwartz) d1e9ccb652 ups, fix log_message first \n 2021-01-02 01:03:07 +01:00