aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* backward compatibility with recent crypto changesMario2021-02-181-0/+3
* remove loggingMario2021-02-171-1/+0
* fix php8 issue in include/oembed and unencapsulate for zot_refresh()Mario2021-02-171-0/+2
* revert debug codeMario2021-02-151-4/+0
* composer update smartyMario2021-02-151-1/+6
* port Lib/Crypto from zapMario2021-02-091-55/+56
* minor queue adjustmentsMario2020-11-131-2/+2
* use logger for loggingMario2020-10-141-1/+1
* more loggingMario2020-10-141-4/+7
* In find_best_identity() only look for zot and zot6 network types. Otherwise w...Mario2020-10-141-12/+4
* fix more php warnings and remove temporary loggingMario2020-10-121-4/+0
* if we receive an item with a zot xchan as author or owner rewrite them to the...Mario2020-10-121-0/+60
* construct hubloc_id_url for imported legacy zot hublocsMario2020-07-241-1/+4
* fix onepollMario2020-04-211-1/+1
* cheat with guid_sig to reflect transition to zot6 and re-enable transition of...Mario2020-04-011-1/+1
* do not use channel_portable_id in process_channel_sync_delivery(). we should ...Mario2020-03-251-4/+4
* do not sync with incompatible hubsMario2020-03-241-1/+10
* use xchan_guid_sig instead of channel_guid_sig since it slightly differs depe...Mario2020-03-121-5/+3
* first batch of zot6 transition patches. basic communication with transitioned...Mario2020-03-121-35/+35
* Implement DAV calendars sync with clonesMax Kostikov2020-02-241-0/+3
* Revert "Use argv() instead URI parsing"Max Kostikov2020-02-201-0/+3
* Allow addons to process forum posts published through mentionsMax Kostikov2019-10-051-6/+3
* Zot -> Zot6 translation issue, liking a "new friend" activityzotlabs2019-09-031-1/+0
* illegal offset warning (prevents encrypted signatures from being used for enc...zotlabs2019-08-131-1/+1
* Merge branch 'httpsig' into 'dev'Mario2019-06-271-3/+2
|\
| * http signature consolidationzotlabs2019-06-261-3/+2
* | port delete fixes from zapMario Vavti2019-06-121-10/+13
* | more work on event item deletionMario Vavti2019-06-121-0/+19
|/
* adjust birthday handling according to community decision and slightly change ...Mario Vavti2019-05-261-1/+1
* found another case where channel_r_photos could get referencedzotlabs2019-05-041-1/+1
* hubloc confusion during magic auth where hublocs with more than one network m...zotlabs2019-04-241-0/+22
* Add comment on required changes in upcoming releasesMax Kostikov2019-04-121-31/+47
* messagefilter enhancements, fix edge case in unsupported advisory privacyzotlabs2019-03-181-2/+6
* Use sender hashDM42.Net (Matt Dent)2019-03-011-1/+1
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-11/+11
* do not return if delivery report could not bedecryptedMario Vavti2019-01-161-17/+32
* move order by and rewrite similar in update_queue_item()DM42.Net (Matt Dent)2019-01-131-1/+1
* outq_created not outq_scheduledDM42.Net (Matt Dent)2019-01-131-1/+1
* FIX: aggregated query error in MYSQLDM42.Net (Matt Dent)2019-01-131-1/+1
* FIX: memory exhaustion on zot message pickup with large message queueM. Dent2019-01-121-2/+18
* regression: mail from dev to core not deliveringzotlabs2018-12-171-0/+2
* datetime_convert wrong argszotlabs2018-11-151-1/+1
* delivery report issuezotlabs2018-11-151-2/+3
* fixes to old z6 deliveryzotlabs2018-11-141-4/+3
* more loggingzotlabs2018-11-141-0/+2
* more loggingzotlabs2018-11-141-0/+1
* check keyidzotlabs2018-11-141-1/+1
* filter by networkzotlabs2018-11-141-2/+2
* dreport updateszotlabs2018-11-121-4/+6
* strpos needs to test with ===0 not ==0M.Dent2018-11-011-3/+3