VisionMessages.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /*
  2. * The contents of this file are subject to the Mozilla Public
  3. * License Version 1.1 (the "License"); you may not use this file
  4. * except in compliance with the License. You may obtain a copy of
  5. * the License at http://www.mozilla.org/MPL/
  6. *
  7. * Software distributed under the License is distributed on an "AS
  8. * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9. * implied. See the License for the specific language governing
  10. * rights and limitations under the License.
  11. *
  12. * The Original Code is Vision.
  13. *
  14. * The Initial Developer of the Original Code is The Vision Team.
  15. * Portions created by The Vision Team are
  16. * Copyright (C) 1999, 2000, 2001 The Vision Team. All Rights
  17. * Reserved.
  18. *
  19. * Contributor(s): Wade Majors <wade@ezri.org>
  20. * Rene Gollent
  21. * Todd Lair
  22. * Andrew Bazan
  23. */
  24. #ifndef _VISIONMESSAGES_H_
  25. #define _VISIONMESSAGES_H_
  26. const uint32 M_MENU_NUKE = 0x1010;
  27. const uint32 M_ACTIVATION_CHANGE = 0x1011;
  28. const uint32 M_NEW_CLIENT = 0x1012;
  29. const uint32 M_QUIT_CLIENT = 0x1013;
  30. const uint32 M_NEWS_CLIENT = 0x1014;
  31. const uint32 M_NICK_CLIENT = 0x1015;
  32. const uint32 M_ID_CHANGE = 0x1016;
  33. const uint32 M_NOTIFYLIST_ADD = 0x1017;
  34. const uint32 M_NOTIFYLIST_REMOVE = 0x1018;
  35. const uint32 M_NOTIFYLIST_CHANGE = 0x1019;
  36. const uint32 M_NOTIFYLIST_UPDATE = 0x1020;
  37. const uint32 M_NOTIFYLIST_RESIZE = 0x1021;
  38. const uint32 M_WINLIST_NOTIFY_BLINKER = 0x1022;
  39. // reserved = 0x1023;
  40. // reserved = 0x1024;
  41. const uint32 M_LIST_BEGIN = 0x1025;
  42. const uint32 M_LIST_EVENT = 0x1026;
  43. const uint32 M_LIST_DONE = 0x1027;
  44. const uint32 M_LIST_COMMAND = 0x1028;
  45. const uint32 M_LIST_SHUTDOWN = 0x1029;
  46. const uint32 M_LIST_FIND = 0x1030;
  47. const uint32 M_LIST_FAGAIN = 0x1031;
  48. const uint32 M_LIST_FILTER = 0x1032;
  49. const uint32 M_LIST_INVOKE = 0x1033;
  50. const uint32 M_LIST_UPDATE = 0x1034;
  51. const uint32 M_IS_IGNORED = 0x1035;
  52. const uint32 M_IGNORE_ADD = 0x1036;
  53. const uint32 M_IGNORE_LIST = 0x1037;
  54. const uint32 M_IGNORE_REMOVE = 0x1038;
  55. const uint32 M_EXCLUDE_ADD = 0x1039;
  56. const uint32 M_EXCLUDE_REMOVE = 0x1040;
  57. const uint32 M_STATE_CHANGE = 0x1041;
  58. const uint32 M_SERVER_STARTUP = 0x1042;
  59. const uint32 M_SERVER_CONNECTED = 0x1043;
  60. const uint32 M_RESIZE_VIEW = 0x1044;
  61. const uint32 M_ABOUT_SCROLL = 0x1045;
  62. const uint32 M_PREVIOUS_INPUT = 0x1046;
  63. const uint32 M_NEXT_INPUT = 0x1047;
  64. const uint32 M_UP_CLIENT = 0x1300;
  65. const uint32 M_DOWN_CLIENT = 0x1301;
  66. const uint32 M_SMART_UP_CLIENT = 0x1302;
  67. const uint32 M_SMART_DOWN_CLIENT = 0x1303;
  68. const uint32 M_NETWORK_CLIENT = 0x1304;
  69. const uint32 M_PREVIOUS_CLIENT = 0x1305;
  70. const uint32 M_COLLAPSE_NETWORK = 0x1306;
  71. const uint32 M_EXPAND_NETWORK = 0x1307;
  72. const uint32 M_NETWORK_UP = 0x1308;
  73. const uint32 M_NETWORK_DOWN = 0x1309;
  74. const uint32 M_SUBMIT = 0x1310;
  75. const uint32 M_DISPLAY = 0x1311;
  76. const uint32 M_SUBMIT_INPUT = 0x1312;
  77. const uint32 M_CHANNEL_MSG = 0x1313;
  78. const uint32 M_CHANGE_NICK = 0x1314;
  79. const uint32 M_CHANNEL_MODES = 0x1315;
  80. const uint32 M_LAG_CHANGED = 0x1316;
  81. const uint32 M_CLIENT_QUIT = 0x1317;
  82. const uint32 M_JOIN_CHANNEL = 0x1318;
  83. const uint32 M_MSG_WHOIS = 0x1400;
  84. const uint32 M_USER_QUIT = 0x1600;
  85. const uint32 M_USER_ADD = 0x1601;
  86. const uint32 M_CHANNEL_NAMES = 0x1602;
  87. const uint32 M_CHANNEL_TOPIC = 0x1603;
  88. const uint32 M_CHANNEL_MODE = 0x1604;
  89. const uint32 M_INPUT_FOCUS = 0x1605;
  90. const uint32 M_CHANNEL_GOT_KICKED = 0x1606;
  91. const uint32 M_LOOKUP_WEBSTER = 0x1607;
  92. const uint32 M_LOOKUP_GOOGLE = 0x1608;
  93. const uint32 M_LOOKUP_ACRONYM = 0x1609;
  94. const uint32 M_CHANNEL_OPTIONS_SHOW = 0x1610;
  95. const uint32 M_CHANNEL_OPTIONS_CLOSE = 0x1611;
  96. const uint32 M_SERVER_SEND = 0x1701;
  97. const uint32 M_SERVER_SHUTDOWN = 0x1702;
  98. const uint32 M_CLIENT_SHUTDOWN = 0x1703;
  99. const uint32 M_IGNORED_PRIVMSG = 0x1704;
  100. const uint32 M_OPEN_MSGAGENT = 0x1705;
  101. const uint32 M_SLASH_RECONNECT = 0x1708;
  102. const uint32 M_REJOIN = 0x1709;
  103. const uint32 M_GET_ESTABLISH_DATA = 0x1710;
  104. const uint32 M_SET_ENDPOINT = 0x1711;
  105. const uint32 M_GET_RECONNECT_STATUS = 0x1712;
  106. const uint32 M_NOT_CONNECTING = 0x1713;
  107. const uint32 M_CONNECTED = 0x1714;
  108. const uint32 M_INC_RECONNECT = 0x1715;
  109. const uint32 M_DISPLAY_ALL = 0x1716;
  110. const uint32 M_SET_IP = 0x1717;
  111. const uint32 M_GET_IP = 0x1718;
  112. const uint32 M_SERVER_DISCONNECT = 0x1719;
  113. const uint32 M_PARSE_LINE = 0x1720;
  114. const uint32 M_LAG_CHECK = 0x1721;
  115. const uint32 M_REJOIN_ALL = 0x1722;
  116. const uint32 M_SEND_RAW = 0x1723;
  117. const uint32 M_CHAT_ACCEPT = 0x1724;
  118. const uint32 M_CHAT_ACTION = 0x1725;
  119. const uint32 M_REGISTER_LOGGER = 0x1726;
  120. const uint32 M_UNREGISTER_LOGGER = 0x1727;
  121. const uint32 M_CLIENT_LOG = 0x1728;
  122. const uint32 M_SERVER_THREAD_VALID = 0x1729;
  123. const uint32 M_GET_SENDER_DATA = 0x1730;
  124. const uint32 M_DCC_COMPLETE = 0x1800;
  125. const uint32 M_DCC_FILE_WIN_DONE = 0x1801;
  126. const uint32 M_DCC_FILE_WIN = 0x1802;
  127. const uint32 M_ADD_RESUME_DATA = 0x1803;
  128. const uint32 M_DCC_MESSENGER = 0x1804;
  129. const uint32 M_DCC_ACCEPT = 0x1805;
  130. const uint32 M_CHOSE_FILE = 0x1806;
  131. const uint32 M_ABOUT_CLOSE = 0x1807;
  132. const uint32 M_DCC_STOP_BUTTON = 0x1808;
  133. const uint32 M_DCC_UPDATE_STATUS = 0x1809;
  134. const uint32 M_DCC_GET_CONNECT_DATA = 0x1810;
  135. const uint32 M_DCC_GET_RESUME_POS = 0x1811;
  136. const uint32 M_DCC_UPDATE_TRANSFERRED = 0x1812;
  137. const uint32 M_DCC_UPDATE_AVERAGE = 0x1813;
  138. const uint32 M_DCC_FINISH = 0x1814;
  139. const uint32 M_THEME_FOREGROUND_CHANGE = 0x1900;
  140. const uint32 M_THEME_BACKGROUND_CHANGE = 0x1901;
  141. const uint32 M_THEME_FONT_CHANGE = 0x1902;
  142. const uint32 M_CW_UPDATE_STATUS = 0x2000;
  143. const uint32 M_OBITUARY = 0x2001;
  144. const uint32 M_CW_ALTW = 0x2002;
  145. const uint32 M_CW_ALTW_RESET = 0x2003;
  146. const uint32 M_CW_ALTP = 0x2004;
  147. const uint32 M_OPEN_TERM = 0x2005;
  148. const uint32 M_MAKE_NEW_NETWORK = 0x2006;
  149. const uint32 M_STATUS_CLEAR = 0x2007;
  150. const uint32 M_STATUS_ADDITEMS = 0x2008;
  151. // names view
  152. const uint32 M_NAMES_POPUP_MODE = 0x2100;
  153. const uint32 M_NAMES_POPUP_CTCP = 0x2101;
  154. const uint32 M_NAMES_POPUP_WHOIS = 0x2102;
  155. const uint32 M_NAMES_POPUP_KICK = 0x2103;
  156. const uint32 M_NAMES_POPUP_DCCCHAT = 0x2104;
  157. const uint32 M_NAMES_POPUP_DCCSEND = 0x2105;
  158. const uint32 M_NAMES_POPUP_NOTIFY = 0x2106;
  159. // network prefs
  160. const uint32 M_SERVER_ADD_ITEM = 0x2200;
  161. const uint32 M_SERVER_EDIT_ITEM = 0x2201;
  162. const uint32 M_SERVER_REMOVE_ITEM = 0x2202;
  163. const uint32 M_SERVER_RECV_DATA = 0x2203;
  164. const uint32 M_SERVER_ITEM_SELECTED = 0x2204;
  165. const uint32 M_SERVER_DATA_CHANGED = 0x2205;
  166. const uint32 M_SERVER_NAME_CHANGED = 0x2206;
  167. const uint32 M_SERVER_PORT_CHANGED = 0x2207;
  168. const uint32 M_SERVER_DONE = 0x2208;
  169. const uint32 M_SERVER_CANCEL = 0x2209;
  170. const uint32 M_SERVER_STATE = 0x2210;
  171. const uint32 M_NETWORK_DEFAULTS = 0x2211;
  172. const uint32 M_CHOOSE_NETWORK = 0x2212;
  173. const uint32 M_ADD_NEW_NETWORK = 0x2213;
  174. const uint32 M_DUPE_CURRENT_NETWORK = 0x2214;
  175. const uint32 M_REMOVE_CURRENT_NETWORK = 0x2215;
  176. const uint32 M_SERVER_DIALOG = 0x2216;
  177. const uint32 M_NET_CHECK_LAG = 0x2217;
  178. const uint32 M_CONNECT_ON_STARTUP = 0x2218;
  179. const uint32 M_REMOVE_NICK = 0x2219;
  180. const uint32 M_ADD_NICK = 0x2220;
  181. const uint32 M_NICK_ADDED = 0x2221;
  182. const uint32 M_NICK_UP = 0x2222;
  183. const uint32 M_NICK_DOWN = 0x2223;
  184. const uint32 M_NICK_SELECTED = 0x2224;
  185. const uint32 M_USE_NICK_DEFAULTS = 0x2225;
  186. const uint32 M_SETUP_CHOOSE_NETWORK = 0x2226;
  187. const uint32 M_SETUP_CLOSE = 0x2227;
  188. const uint32 M_SETUP_SHOW = 0x2228;
  189. const uint32 M_NETWORK_SHOW = 0x2229;
  190. const uint32 M_NETWORK_CLOSE = 0x2230;
  191. const uint32 M_PREFS_SHOW = 0x2231;
  192. const uint32 M_PREFS_CLOSE = 0x2232;
  193. const uint32 M_CONNECT_NETWORK = 0x2233;
  194. const uint32 M_SERVER_USEPASS = 0x2234;
  195. const uint32 M_NETPREFS_TEXT_INVOKE = 0x2235;
  196. // general prefs
  197. const uint32 M_APPWINDOWPREFS_SETTING_CHANGED = 0x2300;
  198. const uint32 M_APPWINDOWPREFS_ENCODING_CHANGED = 0x2301;
  199. const uint32 M_REVERT_COLOR_SELECTIONS = 0x2302;
  200. const uint32 M_COMMAND_MODIFIED = 0x2303;
  201. const uint32 M_BLOCK_SIZE_CHANGED = 0x2304;
  202. const uint32 M_DEFAULT_PATH_CHANGED = 0x2305;
  203. const uint32 M_AUTO_ACCEPT_CHANGED = 0x2306;
  204. const uint32 M_DCC_MIN_PORT_CHANGED = 0x2307;
  205. const uint32 M_DCC_MAX_PORT_CHANGED = 0x2308;
  206. const uint32 M_EVENT_MODIFIED = 0x2309;
  207. const uint32 M_FONT_ELEMENT_CHANGE = 0x2310;
  208. const uint32 M_FONT_CHANGE = 0x2311;
  209. const uint32 M_FONT_SIZE_CHANGE = 0x2312;
  210. const uint32 M_GENERALPREFS_SELECTION_CHANGED = 0x2313;
  211. const uint32 M_PREFLOG_CHECKBOX_CHANGED = 0x2314;
  212. const uint32 M_PREFLOG_LOGPATH_CHANGED = 0x2315;
  213. const uint32 M_PREFLOG_TS_FORMAT_CHANGED = 0x2316;
  214. const uint32 M_DCC_PRIVATE_CHANGED = 0x2317;
  215. const uint32 M_PREFLOG_DELETE_LOGS = 0x2318;
  216. // misc
  217. const uint32 M_PROMPT_DONE = 0x2400;
  218. const uint32 M_PROMPT_CANCEL = 0x2401;
  219. const uint32 M_OFFVIEW_SELECTION = 0x2405;
  220. const uint32 M_LOAD_URL = 0x2406;
  221. #endif // _VISIONMESSAGES_H_