Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-05 | Auto delete inactive peers in the group chat. | irungentoo | |
2013-11-04 | Send ping packets in group chats every 30 seconds. | irungentoo | |
2013-10-25 | All modules using unix_time should run unix_time_update() | irungentoo | |
2013-10-24 | Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.* | Coren[m] | |
unix_time(): - returns local value for current epoch - value is updated explicitly with unix_time_update() called at new_DHT()/doMessenger()/do_DHT() is_timeout(): - uses the local value for current epoch id_cpy()/id_eq() => id_copy()/id_equal(): - centralized duplicate definitions - replaced (most) memcpy()/memcmp() of (*, *, CLIENT_ID_SIZE) with id_copy()/id_equal() | |||
2013-10-17 | Fixed minor typo. | Bahkuh | |
2013-09-21 | moved stuff that belongs into ping.[ch] there | Coren[m] | |
DHT.*, ping.*: - moved stuff from struct DHT into struct PING: toping, last_toping - moved functions add_toping(), do_toping() - made id_closest() publicly accessible - send_ping_request(): killed (Net_Crypto *c) parameter in favor of copying it into (PING *) on new_ping() group_chats.c: - killed local 1:1 copy in favor of DHT.c::id_closest() | |||
2013-09-17 | astyled everything. | irungentoo | |
2013-09-16 | Functions to get name of peer in group chat added. | irungentoo | |
Group message callback modified. | |||
2013-09-12 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] | |
Conflicts resolved: toxcore/Messenger.c toxcore/network.h | |||
2013-09-11 | Integration of group chats into messenger in progress. | irungentoo | |
2013-09-11 | Some small work on group chats done. | irungentoo | |
2013-09-11 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] | |
2013-09-10 | Fixed building with NaCl. | irungentoo | |
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
2013-09-09 | group_chats.c: | Coren[m] | |
- *->net->sock to *->net (like everywhere else :)) | |||
2013-09-09 | move group chats to /toxcore | irungentoo | |