Jfreegman
522aabd4e4
Refactor and clean up file transfers
...
(No longer rely on undefined core filenumber property for indexing)
2015-03-29 18:33:51 -04:00
Jfreegman
ae87b2eb2d
begin port to new API
2015-03-25 22:56:45 -04:00
Loui Chang
53e4b2c971
Add support for custom timestamps in chat and logs.
...
Internal representations of the time_format setting are replaced by timestamp format strings.
time_format is only used in the setup.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2015-02-23 00:46:33 -05:00
Loui Chang
38a0f6fae4
Make little action indicators on each output line configurable.
...
Also added a new DISCONNECTION line info type.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2015-02-13 02:09:40 -05:00
Loui Chang
5cbbb62ce2
Fix whitespace
...
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2015-02-09 23:33:49 -05:00
Jfreegman
76c21c8b34
implement group titles
2014-11-14 22:15:59 -05:00
Jfreegman
adb36a39bb
minor visual adjustment
2014-11-05 18:46:18 -05:00
Zetok Zalbavar
a32cd1c19b
Change action messages indicator
2014-10-09 21:36:42 +01:00
Jfreegman
e6b18231c0
add ability to toggle groupchat peerlist with ctrl-b
2014-10-08 02:45:08 -04:00
Jfreegman
b46a77f977
forced end of page is not working out
2014-10-01 15:01:23 -04:00
Jfreegman
33cfca7ecc
bug fixes and code cleanup
2014-09-28 17:49:48 -04:00
Jfreegman
cee9e624b8
more UI changes
2014-09-25 15:23:50 -04:00
Jfreegman
2e65ee3609
a few UI changes
2014-09-25 04:31:45 -04:00
Jfreegman
3a176e1cab
move to page end after pressing return
2014-09-25 00:42:08 -04:00
Jfreegman
133c0e8d63
rename reserved identifiers per C standard
2014-09-22 21:24:45 -04:00
Jfreegman
c07c0028bb
increase line_info msg buffer size so won't cut off long log lines
2014-09-22 13:49:09 -04:00
Jfreegman
dc3b2e04ab
load chatlog history when opening a chatwindow
2014-09-22 04:29:28 -04:00
Jfreegman
13c5de5531
increase time between message send retries
2014-09-10 16:18:37 -04:00
Jfreegman
09f90d095b
properly flag lines with unread mark
2014-09-07 22:28:54 -04:00
Jfreegman
3ca22aa714
fix
2014-09-07 21:43:16 -04:00
Jfreegman
8dd25e1f0b
code cleanup, add delay for unread message notification
2014-09-07 15:08:01 -04:00
Jfreegman
5b9bd603ea
implement read receipts
2014-09-07 02:43:53 -04:00
Jfreegman
3c2c1f15ce
message sending queue for fake offline messaging
2014-09-06 13:18:42 -04:00
Andriy Voskoboinyk
667410e879
fix another potential memory leak
2014-09-05 13:17:10 +03:00
Jfreegman
3cbe61e111
fix a few formatting bugs and simplify code a bit
2014-08-02 15:35:57 -04:00
mannol
46975bf38b
Updated with latest core
2014-08-02 02:10:21 +02:00
mannol
8f3989000d
Box notifications are like ready
2014-08-02 00:37:02 +02:00
Jfreegman
15e91cfa99
formatting, use case-insensitive string compare, use defines for keycodes
2014-07-28 21:47:35 -04:00
matt
a0cde4ae8c
Merge remote-tracking branch 'origin/master' into keybinds
2014-07-28 14:06:54 +01:00
mannol1
02708534c0
Merge pull request #200 from mannol1/master
...
Core adjustments
2014-07-28 01:35:58 +02:00
matt
8dcba3219d
Merge remote-tracking branch 'origin/master' into keybinds
2014-07-28 00:32:05 +01:00
matt
9f01a45b1f
Keybind defaults moved to settings.c; conf keybinds not reading correctly yet
2014-07-28 00:06:25 +01:00
Jfreegman
77e152ad36
fix security flaw where untrusted input wasn't being sanitized
2014-07-26 21:22:55 -04:00
mannol
18a6f621f0
Started adding support for popup notifications and adjustments to new core
2014-07-27 01:49:59 +02:00
Jfreegman
b68deef6db
allow line_info_add to take formatted strings with variable # of args
2014-07-24 23:03:55 -04:00
mannol
933d46553f
Added sounds
2014-07-21 01:12:13 +02:00
Jfreegman
9fa5a3fdb6
fix window cleanup bugs & give prompt its own cleanup func
2014-07-08 19:24:44 -04:00
Jfreegman
a009fbf20c
use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang
2014-07-06 22:16:20 -04:00
Jfreegman
8b6a5813e6
fix line_info_reset_start() bugs, a few other small fixes/cleanup
2014-07-06 01:48:50 -04:00
Jfreegman
10d0e99d72
core api const-correctness update
2014-07-02 17:30:31 -04:00
Jfreegman
a2e6a25fc8
make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling)
2014-06-28 18:40:22 -04:00
Jfreegman
ef097757f3
general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings
2014-06-24 17:47:35 -04:00
Jfreegman
3e797db16e
various fixes
2014-06-20 14:27:33 -04:00
Jfreegman
85af9f55ba
improve key bindings (I think?)
2014-06-18 20:07:34 -04:00
Jfreegman
ca98b49813
fix scrolling bug
2014-06-18 18:29:07 -04:00
Jfreegman
58a131426a
better handling of fatal errors
2014-06-18 15:54:05 -04:00
Jfreegman
2c4f0d593d
fix len values
2014-06-14 14:09:20 -04:00
Jfreegman
1b5da956e5
more fixes
2014-06-14 03:00:04 -04:00
Jfreegman
ce2d371c4b
more fixes for line printing/scrolling
2014-06-14 01:45:51 -04:00
Jfreegman
a0ef4d752f
small fix
2014-06-13 17:37:11 -04:00