Main public logs
From Hotline Wiki
Combined display of all available logs of Hotline Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:24, 3 March 2026 Lostarch talk protected Template:IconBox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:24, 3 March 2026 Lostarch talk created page Template:IconBox (Created page with "<div style="display: inline-block; width: 60px; text-align: center; border: 1px solid #ccc; margin: 2px; padding: 2px; border-radius: 4px; vertical-align: top; background: #f9f9f9;"> <html><img src="/icons/Icon_{{{1}}}.png" width="32"></html><br> <span style="font-size: 10px; font-weight: bold; color: #555;">{{{1}}}</span> </div><includeonly>Category:Hotline Icons</includeonly>")
- 21:23, 3 March 2026 Lostarch talk created page Icon Gallery (Created page with "{{Hotline_Nav}} = Hotline Protocol Icon Gallery = This page serves as a visual reference for the standard icon sets used across the Hotline Network. Icons are rendered directly from the server's <code>/icons/</code> directory. __TOC__ == Standard User Icons (128–220) == These are the classic "Blue" and "Red" user icons seen in most 1.2x and 1.5x clients. <div style="background: #fff; border: 1px dashed #ccc; padding: 10px; border-radius: 8px;"> {{IconBox|128}} {{Icon...")
- 21:20, 3 March 2026 Lostarch talk created page Category:Hotline Icons (Created page with "{{HotlineNav}} == Hotline Icon Set == This category contains all documented user and protocol icons for the Hotline Network. Icons are stored externally at <code>/icons/</code> and rendered via the IconBox Template. === Usage === To add an icon to a page, use: <code>{{IconBox|ID}}</code> Category:Hotline")
- 21:19, 3 March 2026 Lostarch talk protected Template:Icon [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:33, 3 March 2026 Lostarch talk created page HL ErrorCodes (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...")
- 20:31, 3 March 2026 Lostarch talk created page Protocol Glossary (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...")
- 20:19, 3 March 2026 Lostarch talk protected Template:HotlineNav [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:18, 3 March 2026 Lostarch talk created page Template:HotlineNav (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...")
- 20:14, 3 March 2026 Lostarch talk created page GlobalServerTransactions (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:13, 3 March 2026 Lostarch talk created page HTTPTunneling (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...")
- 20:13, 3 March 2026 Lostarch talk created page TrackerInterface (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...")
- 20:13, 3 March 2026 Lostarch talk created page TransactionSequence (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...")
- 20:12, 3 March 2026 Lostarch talk created page NewsStructure (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) ===...")
- 20:11, 3 March 2026 Lostarch talk created page BinaryStructure (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...")
- 20:11, 3 March 2026 Lostarch talk created page TransactionFields (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 || |- |...")
- 20:10, 3 March 2026 Lostarch talk deleted page AccessPrivledges (content was: "== 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...", and the only contributor was "Lostarch" (talk))
- 20:10, 3 March 2026 Lostarch talk created page AccessPriviledges (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...")
- 20:10, 3 March 2026 Lostarch talk created page AccessPrivledges (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...")
- 20:09, 3 March 2026 Lostarch talk created page HL Protocol (Transactions)
- 20:01, 3 March 2026 Lostarch talk created page Icons (Created page with "Placeholder for Icons, Icons history, and a list of icons.")
- 19:13, 3 March 2026 Lostarch talk created page Template:Icon (Created page with "<div style="display: inline-block; width: 60px; text-align: center; border: 1px solid #ccc; margin: 2px; padding: 5px; border-radius: 4px;"> [[File:Icon_{{{1}}}.png|32px]]<br><small>'''{{{1}}}'''</small> </div>")
- 18:44, 3 March 2026 Lostarch talk created page Hotsprings Protocol (Created page with "__TOC__ == Protocol Overview == The Hotline client provides end-user services (chat, messaging, file services), while the server facilitates communication between connected clients. The Tracker application stores and provides lists of available servers. All communication occurs via TCP/IP. === Port Assignments === IP port number, set in the Hotline client for a specific server, is called the '''base port number'''. Additional ports are determined relative to this: {|...")
- 20:47, 8 February 2026 User account MarquisLuxton3 talk was created
- 12:13, 8 February 2026 User account LucienneByars3 talk was created
- 10:18, 8 February 2026 User account Sylvia41V286 talk was created
- 12:03, 7 February 2026 User account MarylinCourtney talk was created
- 22:29, 6 February 2026 User account ThanhNeedham talk was created
- 15:35, 6 February 2026 User account Denny11E045379 talk was created
- 09:30, 6 February 2026 User account FallonSaucier64 talk was created
- 09:11, 6 February 2026 User account Shelly1109 talk was created
- 07:52, 6 February 2026 User account Elouise30J talk was created
- 18:07, 3 February 2026 Lostarch talk deleted page User:NereidaAshburn6
- 18:07, 3 February 2026 Lostarch talk deleted page User:LelaOsy9906
- 18:07, 3 February 2026 Lostarch talk deleted page User:LeesaLack3
- 18:07, 3 February 2026 Lostarch talk deleted page User:Kourtney3786
- 18:06, 3 February 2026 Lostarch talk deleted page User:KlausDigby62958
- 18:06, 3 February 2026 Lostarch talk deleted page User:Jon5268975
- 18:06, 3 February 2026 Lostarch talk deleted page User:Jeanette5207
- 18:06, 3 February 2026 Lostarch talk deleted page User:JanineHoolan92
- 18:06, 3 February 2026 Lostarch talk deleted page User:DelphiaHansford
- 18:06, 3 February 2026 Lostarch talk deleted page User:AhmadHansman60
- 18:04, 3 February 2026 Lostarch talk deleted page User:BonitaWhitlam74
- 18:04, 3 February 2026 Lostarch talk deleted page Plinko Game Digital : Tout Savoir Des Versions Gratuites, Jeu Réel, Avis Plinko, Bonus Pour Maximiser Les Gains
- 18:04, 3 February 2026 Lostarch talk deleted page Spinmama: Evaluación Total De Promociones, Alta, Apuestas, Eficiencia Y Interacción En Territorio Español
- 18:03, 3 February 2026 Lostarch talk deleted page Απόψεις της κοινότητας γύρω από το στοίχημα: Bonus, νέα και προβληματισμοί για το 2026
- 18:03, 3 February 2026 Lostarch talk deleted page User:JameyYoo71099634
- 18:03, 3 February 2026 Lostarch talk deleted page User:LauriMinnick
- 18:03, 3 February 2026 Lostarch talk deleted page User:GregSalyer43
- 17:57, 3 February 2026 Lostarch talk blocked Unknown user talk with an expiration time of indefinite (account creation disabled)