You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eta
c8d64e6cae
Avoid dropping messages with missing ciphertext on the floor
...
- When messages are lacking in ciphertext (it needs to be reencoded for
us), WA will send us a message stub (which we don't process, and need
to).
- This then leads to us getting an empty message content, eating it
to avoid saying something useless, storing the msgid, and then not
sending the real message content later!
- This fixes that by checking we're actually sending something before
storing.
(It's only a short-term fix really though.)
3 years ago
..
admin.rs
Add some rudimentary presence tracking options
4 years ago
comm.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
config.rs
Add some rudimentary presence tracking options
4 years ago
contact.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
contact_common.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
contact_factory.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
control.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
control_common.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
insp_s2s.rs
avoid colliding with the configured admin nick
3 years ago
insp_user.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
irc_s2c.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
irc_s2c_registration.rs
Somewhat hacky work on IRC s2c mode, allowing it to send/receive
3 years ago
irc_s2c_v3.rs
Initial (non-working) IRC server/s2c code
4 years ago
logging.rs
0.2.0-pre: upgrade to ww-rs-eta 0.5.0-pre1
4 years ago
main.rs
Reorganize ack and message processing out into their own submodules
3 years ago
models.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
modem.rs
0.2.0-pre: upgrade to ww-rs-eta 0.5.0-pre1
4 years ago
schema.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
sender_common.rs
Somewhat hacky work on IRC s2c mode, allowing it to send/receive
3 years ago
store.rs
Revamp contact nick handling (+ minor s2c changes)
3 years ago
util.rs
Use Unidecode library to handle non-Unicode nicks (0.2.0 bump)
3 years ago
whatsapp.rs
Avoid dropping messages with missing ciphertext on the floor
3 years ago
whatsapp_ack.rs
Drastically reduce connection state logging, queue offline messages
3 years ago
whatsapp_conn.rs
Drastically reduce connection state logging, queue offline messages
3 years ago
whatsapp_media.rs
Proper timestamp support, broken history fetching
4 years ago
whatsapp_msg.rs
Reorganize ack and message processing out into their own submodules
3 years ago