Related changes

From Hotline Wiki
Jump to navigationJump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 03:53, 4 March 2026
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

3 March 2026

N    22:08  Template:HotlineNav 10 changes history +926 [Lostarch (10×)]
     
22:08 (cur | prev) −5 Lostarch talk contribs
     
22:08 (cur | prev) +181 Lostarch talk contribs
     
21:49 (cur | prev) +39 Lostarch talk contribs
     
21:31 (cur | prev) −11 Lostarch talk contribs
     
21:22 (cur | prev) +43 Lostarch talk contribs
     
20:34 (cur | prev) +32 Lostarch talk contribs
     
20:32 (cur | prev) 0 Lostarch talk contribs
     
20:32 (cur | prev) +41 Lostarch talk contribs
     
20:19 (cur | prev) −83 Lostarch talk contribs
N    
20:18 (cur | prev) +689 Lostarch talk contribs (Created page with "<div style="float: right; width: 220px; margin: 0 0 1em 1em; border: 1px solid #aaa; background: #f9f9f9; padding: 0.5em; font-size: 90%; line-height: 1.5em;"> <center>'''Hotline Protocol v1.9'''</center> <hr /> * Documentation Home * Transaction IDs * Field Definitions * Access Bits * Logic Sequences * FILP/RFLT Specs * News Headers...")
N    21:54  HL Protocol:BridgeScript 4 changes history +7,215 [Lostarch (4×)]
     
21:54 (cur | prev) −3 Lostarch talk contribs (Python Bridge Script (v1.0))
     
21:54 (cur | prev) +580 Lostarch talk contribs
     
21:53 (cur | prev) −38 Lostarch talk contribs
N    
21:51 (cur | prev) +6,676 Lostarch talk contribs (Created page with "{{HotlineNav}} == Python Bridge Script (v1.0) == This script connects a Discord channel to a Hotline server chat using a Guest login. <syntaxhighlight lang="python"> #!/usr/bin/env python3 # coding=utf-8 import asyncio, re, socket, binascii, logging, threading, time, json, os, aiohttp, discord # --- Setup Logging --- logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') logger = logging.getLogger(__name__) class HotlineClient:...")
N    21:48  ProtocolHistory 2 changes history +2,445 [Lostarch (2×)]
     
21:48 (cur | prev) −1 Lostarch talk contribs
N    
21:48 (cur | prev) +2,446 Lostarch talk contribs (Created page with "{{Hotline_Nav}} == Protocol Evolution: 1.23 to 1.9 == The Hotline protocol underwent significant internal changes as it scaled from a small hobbyist tool to a professional-grade communication suite. === The 1.2x Era (Legacy Basics) === The 1.23 protocol was the "foundation." It established the core TRTP handshake and the concept of Big-Endian binary headers. * '''Features:''' Basic Chat (Trans 105), Messaging, and flat File lists. * '''Limitations:''' Very limited perm...")
N    20:34  HL ErrorCodes 2 changes history +2,542 [Lostarch (2×)]
     
20:34 (cur | prev) −1 Lostarch talk contribs
N    
20:33 (cur | prev) +2,543 Lostarch talk contribs (Created page with "{{Hotline_Nav}} == Error Codes == Error codes in the Hotline protocol are 4-byte (32-bit) integers. A value of '''0''' always indicates "No Error" (Success). === General Errors === These are commonly returned in the Transaction Header during basic operations. {| class="wikitable" ! Code (Dec) !! Constant !! Description |- | 0 || <nowiki>err_None</nowiki> || Success / No Error. |- | -1 || <nowiki>err_Generic</nowiki> || A non-specific error occurred. |- | 1 || <nowiki...")
N    20:31  Protocol Glossary 2 changes history +1,560 [Lostarch (2×)]
     
20:31 (cur | prev) −1 Lostarch talk contribs
N    
20:31 (cur | prev) +1,561 Lostarch talk contribs (Created page with "{{Hotline_Nav}} == Glossary of Terms == === Architecture & Networking === * '''Big-Endian (Network Byte Order):''' The byte-ordering used by the Hotline protocol where the most significant byte is stored at the smallest memory address. * '''Base Port:''' The primary TCP port configured for a server (default is often 5500). All other service ports (+1, +2, +3) are derived from this number. * '''Handshake (TRTP):''' The initial "Hotline Connection" packet (<code>54 52 54...")
N    20:23  HL Protocol 4 changes history +2,234 [Lostarch (4×)]
     
20:23 (cur | prev) −26 Lostarch talk contribs
     
20:23 (cur | prev) −1 Lostarch talk contribs
     
20:18 (cur | prev) −2,076 Lostarch talk contribs
N    
20:09 (cur | prev) +4,337 Lostarch talk contribs (Transactions)
     20:22  Transactions 3 changes history +3,842 [Lostarch (3×)]
     
20:22 (cur | prev) +1 Lostarch talk contribs
     
20:22 (cur | prev) +14 Lostarch talk contribs
     
20:09 (cur | prev) +3,827 Lostarch talk contribs
N    20:22  AccessPriviledges 2 changes history +2,957 [Lostarch (2×)]
     
20:22 (cur | prev) +14 Lostarch talk contribs
N    
20:10 (cur | prev) +2,943 Lostarch talk contribs (Created page with "== Access Privileges == Access privileges are represented as a 64-bit bitmap. Privileges are categorized as '''General''', '''Folder''', or '''Bundle'''. {| class="wikitable" ! Bit !! Name !! Constant !! Type |- | 0 || Delete File || <nowiki>myAcc_DeleteFile</nowiki> || folder |- | 1 || Upload File || <nowiki>myAcc_UploadFile</nowiki> || folder, general |- | 2 || Download File || <nowiki>myAcc_DownloadFile</nowiki> || folder, general |- | 3 || Rename File || <nowiki>myA...")
N    20:22  TransactionFields 2 changes history +2,440 [Lostarch (2×)]
     
20:22 (cur | prev) +14 Lostarch talk contribs
N    
20:11 (cur | prev) +2,426 Lostarch talk contribs (Created page with "== Transaction Fields == Hotline fields utilize three data types: '''Integer''', '''String''', and '''Binary'''. Integers are network-byte order (Big-Endian). {| class="wikitable" ! ID !! Constant !! Type !! Description |- | 100 || <nowiki>myField_ErrorText</nowiki> || || |- | 101 || <nowiki>myField_Data</nowiki> || Binary || Generic data/Chat text |- | 102 || <nowiki>myField_UserName</nowiki> || String || |- | 103 || <nowiki>myField_UserID</nowiki> || Integer || |- |...")
N    20:22  BinaryStructure 2 changes history +687 [Lostarch (2×)]
     
20:22 (cur | prev) +14 Lostarch talk contribs
N    
20:11 (cur | prev) +673 Lostarch talk contribs (Created page with "== Flat File Object (FILP) == Transactions 202, 203, 210, and 213 utilize the Flattened File Object. === Header === * '''Format:''' 'FILP' (0x46494C50) * '''Version:''' 1 (2 bytes) * '''Fork Count:''' 2 (Typically INFO and DATA) === Information Fork (INFO) === {| class="wikitable" ! Offset !! Size !! Description |- | 0 || 4 || Platform ('AMAC' or 'MWIN') |- | 4 || 4 || Type Signature |- | 8 || 4 || Creator Signature |- | 32 || 8 || Create Date |- | 40 || 8 || Modify Da...")
N    20:21  NewsStructure 2 changes history +1,180 [Lostarch (2×)]
     
20:21 (cur | prev) +14 Lostarch talk contribs
N    
20:12 (cur | prev) +1,166 Lostarch talk contribs (Created page with "== News Data Structures == === News Article List Data (Field 321) === This binary field contains the header and nested list of articles for a news category. {| class="wikitable" ! Description !! Size !! Note |- | ID || 4 || Category ID |- | Article count || 4 || Number of articles in list |- | Name size/data || Var || Category Name (1-byte size prefix) |- | Description size/data || Var || Category Description (1-byte size prefix) |} ==== Article Record (Repeatable) ===...")
N    20:21  TransactionSequence 2 changes history +605 [Lostarch (2×)]
     
20:21 (cur | prev) +14 Lostarch talk contribs
N    
20:13 (cur | prev) +591 Lostarch talk contribs (Created page with "== Transaction Sequences == === Login Sequence === # '''Login (107):''' Client sends credentials and Version (160). # '''Show Agreement (109):''' Server sends agreement text. # '''Agreed (121):''' Client acknowledges acceptance. # '''Get User Name List (300):''' Client requests the global user list. # '''Post-Login:''' Client requests File List (200) or News Categories (370). === Legacy Login (Version < 151) === If the server version is below 151, the Agreement phase i...")
N    20:21  TrackerInterface 2 changes history +604 [Lostarch (2×)]
     
20:21 (cur | prev) +14 Lostarch talk contribs
N    
20:13 (cur | prev) +590 Lostarch talk contribs (Created page with "== Tracker Interface == Communication with trackers uses the '''HTRK''' magic number. === Client Request === {| class="wikitable" ! Description !! Size !! Data |- | Magic number || 4 || 'HTRK' (0x4854524B) |- | Version || 2 || 1 (Old) or 2 (New) |} === Server List Record === Each server in the tracker's reply follows this format: {| class="wikitable" ! Description !! Size !! Note |- | IP address || 4 || |- | IP port number || 2 || Server Base Port |- | Number of users...")
N    20:21  HTTPTunneling 2 changes history +510 [Lostarch (2×)]
     
20:21 (cur | prev) +14 Lostarch talk contribs
N    
20:13 (cur | prev) +496 Lostarch talk contribs (Created page with "== HTTP Tunneling == Tunneling uses two persistent connections: '''POST''' for sending and '''GET''' for receiving. === Tunneling Header === Every transaction sent via the tunnel is preceded by this 8-byte header: {| class="wikitable" ! Description !! Size !! Data Code |- | Data code || 4 || Disconnect (0), Data (1), Padding (2) |- | Data size || 4 || Size of the following transaction |} === MIME Type === All HTTP requests for tunneling must use: <code>Content-Type: ho...")
N    20:21  GlobalServerTransactions 3 changes history +577 [Lostarch (3×)]
     
20:21 (cur | prev) −1 Lostarch talk contribs
     
20:20 (cur | prev) +16 Lostarch talk contribs
N    
20:14 (cur | prev) +562 Lostarch talk contribs (Created page with "== Global Server Transactions == Used for managing global server accounts and database queries. {| class="wikitable" ! ID !! Type !! Initiator !! Description |- | 1.2.1 || Server Login || Server || Initial login to global database |- | 1.2.2 || Update Info || Server || Updates alias, desc, user count |- | 1.2.3 || Delete Account || Client || Administrator only |- | 1.2.4 || Rate Server || Client || Submits server rating |- | 1.2.5 || Query DB || Client || Search string/...")
     20:19 Protection log Lostarch talk contribs protected Template:HotlineNav [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)