Commit Graph

152 Commits

Author SHA1 Message Date
Fang
f045a1035b Fixed decrement-underflow occurring when editing the first ever message. 2017-11-07 17:05:51 +01:00
Fang
9c57a67516 Expanded %app speech to be more than just a cord. 2017-11-06 17:21:50 +01:00
Fang
061d9326e1 Implemented a "public membership" list.
Users can add circles they've joined to this list. Others can query it.
This should allow for circle discovery functionality.
2017-11-06 14:19:22 +01:00
Fang
11a9f9151e Changed some internal %peer paths as required for 6e4b9fe6. 2017-11-03 20:32:16 +01:00
Fang
ba7b4c47e4 Changed ++ta-note to accept a tape. 2017-11-03 20:31:16 +01:00
Fang
6e4b9fe6b7 Updated circle query paths to be slightly more flexible in the data they subscribe to.
Internal %peer paths in the guardian got a bit messy.
2017-11-03 15:54:25 +01:00
Fang
58268b784c Fixed primary reproduction case for runtime error bug. 2017-11-02 20:22:15 +01:00
Fang
de061524cf Uncoupled presence from subscriptions.
To gain/remove a status in a circle, it now has to un/set by the reader.
2017-11-02 00:44:13 +01:00
Fang
3746ab02fb Trivial TODOs & cleanup. 2017-11-01 20:41:14 +01:00
Fang
e7de37b383 When dedicating story changes, only do so for the affected story. 2017-11-01 20:20:25 +01:00
Fang
8e86fbebea Now automatically kill subscriptions that are past their range. 2017-11-01 19:32:21 +01:00
Fang
e359bb4968 Changed /lib/talk to actually make us of the bowl as originally intended. 2017-11-01 19:05:38 +01:00
Fang
a284e31a4f All default mailboxes are now called %inbox, regardless of ship class. 2017-11-01 18:35:06 +01:00
Fang
140c847271 Updated /sur/talk.hoon to be more clear and consistent. 2017-10-31 19:56:56 +01:00
Fang
926b8a1f69 Explicitly mention runtime error cases. 2017-10-31 17:26:33 +01:00
Fang
387c097758 Continuation of fix in 45afbf90 2017-10-31 17:09:24 +01:00
Fang
45afbf900d Don't fail to send when one story in the audience doesn't exist.
Print to inbox instead of throwing stacktrace.
2017-10-30 15:23:17 +01:00
Fang
7fdcf344e3 Now using audience instead of (set circle) where appropriate. 2017-10-19 02:05:53 +02:00
Fang
082ebfc8ae Misc cleanup 2017-10-12 12:29:56 +02:00
Fang
4d7a4b94fe Now using =? where appropriate. 2017-10-10 16:44:37 +02:00
Fang
3248b0437d Moved deltas out of /sur, into /app. 2017-10-10 16:30:27 +02:00
Fang
611e2e60bf Sources now get properly removed from the circle's config. 2017-10-10 15:59:15 +02:00
Fang
0d72c1d2c4 Made range a first-class citizen of sources/subscriptions.
FIXME side-effect: agent can't unsub from sources with specified ranges.
2017-10-09 22:50:17 +02:00
Fang
911ee03354 "Fixed" another weird %ap-lame. 2017-10-09 13:00:46 +02:00
Fang
61ae8c747a Removed unnecessary printfs. 2017-10-09 11:57:36 +02:00
Fang
0a1bc4ee73 "Fixed" weird %ap-lame errors in new talk. 2017-10-08 15:20:02 +02:00
Fang
5c7e045495 Talk files now compile.
Guardian doesn't yet init properly.
2017-10-06 19:35:25 +02:00
Fang
5cf7e0971c Misc. cleanup, comments, ideas. 2017-10-06 13:29:15 +02:00
Fang
e30e2508ea Guardian now uses dap.bol instead of its hardcoded app name. 2017-10-05 19:18:22 +02:00
Fang
cdcdd82021 Sent messages now get their delivery state tracked locally.
(Interface for accessing this state yet to be exposed.)
2017-08-02 21:43:56 -07:00
Fang
79c82edae7 Slightly cleaner default-false loobean for inherited flag. 2017-07-31 12:09:44 -07:00
Fang
fc9386c533 Renamed some dif/delta* to det and some dif/rumor* to rum, to remove ambiguity. 2017-07-21 15:53:24 -07:00
Fang
f19891d488 Message diffs are now always about a single message, rather than being "maybe multiple messages but practically always just one". 2017-07-20 16:57:53 -07:00
Fang
bf5d81e00b Now sending message nrs along with message rumors themselves.
Separated full story state (++burden) from potentially partial story state (++package).
2017-07-19 19:19:03 -07:00
Fang
16e96a3c75 Updated TODO & REVIEW comments. 2017-07-18 17:22:45 -07:00
Fang
63609a4994 Now allow capitals & utf8 by default. 2017-07-18 17:08:08 -07:00
Fang
4664756dac Comments now properly refer to status instead of presence. 2017-07-17 14:41:57 -07:00
Fang
4860d51405 No longer uses incorrect message index when changing messages. 2017-07-12 15:32:07 -07:00
Fang
830200265c Circle names are now terms instead of knots. 2017-07-11 15:32:18 -07:00
Fang
e3467bfd66 Wrapper molds for nicknames and story names. 2017-07-11 15:12:29 -07:00
Fang
7b980e3a80 Renamed nak to binds. 2017-07-11 13:11:17 -07:00
Fang
54e865f27f Renamed inherited flag and made it default to false. 2017-07-10 18:41:50 -07:00
Fang
a43c99859b Merged ++statement into ++thought, removed tot face from ++telegram. 2017-07-10 17:23:12 -07:00
Fang
caac4c8913 Removed ++partner. Everything is now ++circles. 2017-07-10 17:21:58 -07:00
Fang
fa193ca559 Now have separate structures for inward & outward diffs (deltas vs diffs/rumors). 2017-07-07 17:21:40 -07:00
Fang
90c70cc916 Removed reactions. Now just crash instead of neatly informing the user. 2017-07-07 17:01:56 -07:00
Fang
ab7f7d47a5 Removed /friend query for now. 2017-07-07 16:21:13 -07:00
Fang
9075373db7 Removed outbox. 2017-07-06 20:01:08 -07:00
Fang
8ceb9312d1 Removed delivery state from telegram audiences. 2017-07-06 18:16:17 -07:00
Fang
7a91a9721d Replaced frequent use of ..arm with self. 2017-07-06 14:45:38 -07:00