Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Ticket #2 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

message documentation - 0x4c

Reported by: clearscreen Owned by: clearscreen
Priority: major Milestone: Mangler 1.2
Component: documentation Version: 0.0
Keywords: Cc:

Description (last modified by clearscreen) (diff)

Identify 0x4C packet structure. It is used for setting and receiving server settings/properties.

Change History

Changed 2 years ago by clearscreen

  • description modified (diff)

Changed 2 years ago by clearscreen

  • status changed from new to accepted

Changed 2 years ago by ekilfoil

  • milestone Mangler 1.0 deleted

Changed 2 years ago by ekilfoil

  • component changed from libventrilo3 to documentation

Changed 2 years ago by ekilfoil

  • status changed from accepted to assigned
  • milestone set to Mangler 1.1

Changed 2 years ago by FWishbringer

What little I've been able to dig up from other's work on the 'net.

0x4c messages

buf[6]=2 {

buf[8]=2 {

buf[16] = 0x30 Server: Chat Filter Set Global
buf[16] = 0x31 Server: Chat Filter Set Per Channel
buf[16] = 0x32 Server: Chat Filter Unknown

}
buf[8]=3 {

buf[16] = 0x30 Server: Channel Ordering Set Alphabetical
buf[16] = 0x31 Server: Channel Ordering Set Manual
buf[16] = 0x32 Server: Channel Ordering Invalid Value

}
buf[8]=5 {

buf[16] = 0x30 Server: MOTD Display Always Set ON
buf[16] = 0x31 Server: MOTD Display Always Set OFF
buf[16] = 0x32 Server: MOTD Display Always Invalid Value

}

}

Changed 2 years ago by ekilfoil

  • status changed from assigned to closed
  • resolution set to fixed

all (?) subtypes identified in wiki

Note: See TracTickets for help on using tickets.