Difference between revisions of "LodgeIt!"

From Archiveteam
Jump to navigation Jump to search
(LodgeIt!)
 
(Cleanup (default IRC channel will be dealt with soon))
 
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = LodgeIt!
| title = LodgeIt!
| logo =
| image =
| description = Opensource Pastebin
| URL = https://paste.openstack.org
| URL = https://paste.openstack.org
| project_status = {{online}}
| project_status = {{online}}
| archiving_status = {{nosavedyet}}
| archiving_status = {{nosavedyet}}
| source =
| tracker =
| irc =
| irc_network = hackint
| lead =
}}
}}
<!--someone pls help me fix the EFnet issue-->


LodgeIt! is a pastebin. Its robots.txt disallows all user-agents.
LodgeIt! is a pastebin. Its robots.txt disallows all user-agents.


It is mostly incremental (from 1 to 810184, as of now) and the URL for viewing a pastebin is https://paste.openstack.org/show/number/. There are however some outliers, which are probably best discovered by looking at the paste replies.
Public pastes have a numeric incremental ID (from 1 to 810184, as of 2021-10-25), and the URL for viewing a paste is <code>https://paste.openstack.org/show/IDENTIFIER/</code> and raw content at <code>/raw/IDENTIFIER</code>. Private pastes have random-looking 20-character alphanumeric IDs instead.


== Paste replies ==
== Paste replies ==
On https://paste.openstack.org/show/1/, you can see a <code> the following pastes replied to this paste: #2, #Zh6UGVXhZjbhtZ9AfoYF, #A3NRUsGW2XIXn5y7FRE6, #VTqxxFtkisngRscgGf5l, #Qqu4xN4KMVUZZgG887HY, #807160</code>. This can be used to discover non-incremental pastes.
Pastes on LodgeIt! can be replied to by other pastes. For example, https://paste.openstack.org/show/1/ has the message <code>the following pastes replied to this paste: #2, #Zh6UGVXhZjbhtZ9AfoYF, #A3NRUsGW2XIXn5y7FRE6, #VTqxxFtkisngRscgGf5l, #Qqu4xN4KMVUZZgG887HY, #807160</code>. This can be used to discover (some) pseudo-private pastes.


There is a raw viewer available at /raw/number.
== Source code ==
The source code is publicly available at https://opendev.org/opendev/lodgeit (previously at http://www.pocoo.org/hg/lodgeit-main). It's intended to be open-source, but the license marking is ambiguous and therefore insufficient.

Latest revision as of 02:17, 25 October 2021

LodgeIt!
URL https://paste.openstack.org
Status Online!
Archiving status Not saved yet
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

LodgeIt! is a pastebin. Its robots.txt disallows all user-agents.

Public pastes have a numeric incremental ID (from 1 to 810184, as of 2021-10-25), and the URL for viewing a paste is https://paste.openstack.org/show/IDENTIFIER/ and raw content at /raw/IDENTIFIER. Private pastes have random-looking 20-character alphanumeric IDs instead.

Paste replies

Pastes on LodgeIt! can be replied to by other pastes. For example, https://paste.openstack.org/show/1/ has the message the following pastes replied to this paste: #2, #Zh6UGVXhZjbhtZ9AfoYF, #A3NRUsGW2XIXn5y7FRE6, #VTqxxFtkisngRscgGf5l, #Qqu4xN4KMVUZZgG887HY, #807160. This can be used to discover (some) pseudo-private pastes.

Source code

The source code is publicly available at https://opendev.org/opendev/lodgeit (previously at http://www.pocoo.org/hg/lodgeit-main). It's intended to be open-source, but the license marking is ambiguous and therefore insufficient.