BuckarooBanzay
|
dff068d75b
|
docs
|
2023-03-29 14:49:09 +02:00 |
|
BuckarooBanzay
|
8ce3dc2ecf
|
maillist refactoring
|
2023-03-29 14:49:09 +02:00 |
|
BuckarooBanzay
|
a690fc721d
|
contacts refactoring
|
2023-03-29 14:49:09 +02:00 |
|
BuckarooBanzay
|
b414ace620
|
status refactoring
|
2023-03-29 14:49:08 +02:00 |
|
BuckarooBanzay
|
706b870b7d
|
error -> err
|
2023-03-29 14:49:08 +02:00 |
|
BuckarooBanzay
|
a4aebbd2dc
|
remove unused channel.lua
|
2023-03-29 14:49:08 +02:00 |
|
BuckarooBanzay
|
de7c64a181
|
show_compose cleanup
|
2023-03-29 14:49:07 +02:00 |
|
BuckarooBanzay
|
1a0f0d02ff
|
refactor ui components
|
2023-03-29 14:49:07 +02:00 |
|
BuckarooBanzay
|
9b2883030a
|
storage format docs
|
2023-03-29 14:49:07 +02:00 |
|
BuckarooBanzay
|
894e5df4b1
|
storage rewrite wip
|
2023-03-29 14:49:07 +02:00 |
|
Athozus
|
e08238f50e
|
Check maillists not added in contacts
|
2023-03-29 14:49:06 +02:00 |
|
Athozus
|
f93be5818a
|
Fix removing elements from tables
|
2023-03-29 14:49:06 +02:00 |
|
Athozus
|
4b2a943799
|
Do not add maillist as a new contact when sending a mail
|
2023-03-29 14:49:06 +02:00 |
|
Athozus
|
615a102d85
|
Use funcs
|
2023-03-29 14:49:05 +02:00 |
|
Athozus
|
b840f7bce8
|
Fix table insertions at first index when no needed
|
2023-03-29 14:49:05 +02:00 |
|
SX
|
af3208bad4
|
Fix luacheck
|
2023-03-29 14:49:05 +02:00 |
|
Athozus
|
c4dd235782
|
Significantly improve maillist behaviour
Replace maillist by its players when sending a message
List of players separated by ,
Avoid doublons when editing more than 2 times a maillist
|
2023-03-29 14:49:05 +02:00 |
|
Athozus
|
1e6e06e56f
|
Whitespace line (api.lua)
|
2023-03-29 14:49:04 +02:00 |
|
Athozus
|
cf4de2cffd
|
Whitespace line (init.lua)
|
2023-03-29 14:49:04 +02:00 |
|
Athozus
|
6b3a7c514b
|
Whitespace line in gui.lua
|
2023-03-29 14:49:04 +02:00 |
|
Athozus
|
0836429903
|
Unused loop values in migrate.lua
|
2023-03-29 14:49:03 +02:00 |
|
Athozus
|
75e547fc45
|
Fix luacheck (too long lines) in storage.lua
|
2023-03-29 14:49:03 +02:00 |
|
Athozus
|
c0c3692c2b
|
Fix luacheck warnings in gui.lua
|
2023-03-29 14:49:03 +02:00 |
|
Athozus
|
8d9c1aa43f
|
Fix luacheck warnings in migrate.lua
|
2023-03-29 14:49:03 +02:00 |
|
Athozus
|
6605b1db47
|
Fix luacheck on storage.lua
|
2023-03-29 14:49:02 +02:00 |
|
BuckarooBanzay
|
b95602a328
|
add check for an ancient issue with missing to field
|
2023-03-29 14:49:02 +02:00 |
|
BuckarooBanzay
|
d9fcd65066
|
luacheck on PR
|
2023-03-29 14:49:02 +02:00 |
|
BuckarooBanzay
|
09e2d0e661
|
re-add mtt if
|
2023-03-29 14:49:01 +02:00 |
|
Athozus
|
a2b74be394
|
Use builtin split func in storage.lua
|
2023-03-29 14:49:01 +02:00 |
|
Athozus
|
30a11784a9
|
Use builtin split func
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
|
2023-03-29 14:49:01 +02:00 |
|
Athozus
|
03191fa406
|
Replace mail.split by builtin func
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
|
2023-03-29 14:49:01 +02:00 |
|
Athozus
|
a2930517da
|
Better compatibility for messages storage
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
|
2023-03-29 14:49:00 +02:00 |
|
Athozus
|
6858425bd9
|
Fix mtt issue
|
2023-03-29 14:49:00 +02:00 |
|
Athozus
|
c942dc1a84
|
Fix bcc forgotten in mail.send()
|
2023-03-29 14:49:00 +02:00 |
|
Athozus
|
425ad39547
|
Better syntax in storage.lua
|
2023-03-29 14:48:59 +02:00 |
|
Athozus
|
8a4290849f
|
Fix mtt crash
|
2023-03-29 14:48:59 +02:00 |
|
Athozus
|
40381c1175
|
Add message check
|
2023-03-29 14:48:59 +02:00 |
|
Athozus
|
88d8f8fe3e
|
Better log messages
|
2023-03-29 14:48:59 +02:00 |
|
Athozus
|
69bb0fb53e
|
Send msg table with string keys in mtt
|
2023-03-29 14:48:58 +02:00 |
|
Athozus
|
0ce6a2d099
|
Fix migrate.lua non-declared variable
|
2023-03-29 14:48:58 +02:00 |
|
Athozus
|
b8533f14ff
|
Add 10 seconds security to mtt.lua
|
2023-03-29 14:48:58 +02:00 |
|
Athozus
|
c7692b1ff1
|
Fix mtt.lua
Due to old function getMessages(), replaced by getPlayerInboxMessages()
|
2023-03-29 14:48:57 +02:00 |
|
Athozus
|
0333ba7fe7
|
Set up database version v3 and its migration from v2
+ Check versions to choose v1->v2 or v2->v3
|
2023-03-29 14:48:57 +02:00 |
|
Athozus
|
41aa75d8fe
|
Fix many issues related to maillists
Notably : edit, delete, selection, creation, registration of players
|
2023-03-29 14:48:57 +02:00 |
|
Athozus
|
7247e6bb5c
|
Fix selected indexes for inbox/sent
Now separated, fixed show_message() func selection of id from table dcl/read btn
|
2023-03-29 14:48:57 +02:00 |
|
Athozus
|
1412f0e3e0
|
Avoid multiples occurences of the same messages due to player both in maillist and receivers
|
2023-03-29 14:48:56 +02:00 |
|
Athozus
|
c9635d7190
|
Fix repetition of code causing a crash
|
2023-03-29 14:48:56 +02:00 |
|
Athozus
|
2443cc5dec
|
Add ability to use maillist in messages and receive messages from them
|
2023-03-29 14:48:56 +02:00 |
|
Athozus
|
85a5e525be
|
Add ability to add multiples players and choose their default status (to/cc/bcc)
|
2023-03-29 14:48:55 +02:00 |
|
Athozus
|
698e8617c7
|
Add ability to choose default status (to/cc/bcc)
Signed-off-by: Athozus <athozus@gmail.com>
|
2023-03-29 14:48:55 +02:00 |
|