comparison libpurple/protocols/irc/parse.c @ 31822:6c660dc7cb6a

Moved the conversation attributes API and the IRC periodic WHO updates to i.p.p.next.minor, where they belong. applied changes from 3de680fff7ddd1b00149657afb7f6cd833000a90 through 7ee5e1d431651ed2b1a54bc942d63f35580af55c applied changes from e7c103fdfbc59bb2ca41a3c8813c4ff2847a673f through 22937ab220c41cd0c4a3f9e21e3db687db80da75 applied changes from 22937ab220c41cd0c4a3f9e21e3db687db80da75 through cba010d1c097d4e6599f08276ed9d894710c1074 applied changes from a694289accbec14c593b3636ef1f626fd8279805 through 8a43e3ddd7adacb208afe2d7ee3ea983c95901be
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 21 Feb 2011 23:08:47 +0000
parents a8cc50c2279f
children d72d728226dc
comparison
equal deleted inserted replaced
31821:17a4b32f4d46 31822:6c660dc7cb6a
63 { "317", "nnvv", irc_msg_whois }, /* Whois idle */ 63 { "317", "nnvv", irc_msg_whois }, /* Whois idle */
64 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */ 64 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */
65 { "319", "nn:", irc_msg_whois }, /* Whois channels */ 65 { "319", "nn:", irc_msg_whois }, /* Whois channels */
66 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */ 66 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */
67 { "314", "nnnvv:", irc_msg_whois }, /* Whowas user */ 67 { "314", "nnnvv:", irc_msg_whois }, /* Whowas user */
68 { "315", "nt:", irc_msg_who }, /* end of WHO channel */
68 { "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */ 69 { "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */
69 { "321", "*", irc_msg_list }, /* Start of list */ 70 { "321", "*", irc_msg_list }, /* Start of list */
70 { "322", "ncv:", irc_msg_list }, /* List. */ 71 { "322", "ncv:", irc_msg_list }, /* List. */
71 { "323", ":", irc_msg_list }, /* End of list. */ 72 { "323", ":", irc_msg_list }, /* End of list. */
72 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */ 73 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */
73 { "331", "nc:", irc_msg_topic }, /* No channel topic */ 74 { "331", "nc:", irc_msg_topic }, /* No channel topic */
74 { "332", "nc:", irc_msg_topic }, /* Channel topic */ 75 { "332", "nc:", irc_msg_topic }, /* Channel topic */
75 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */ 76 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */
77 { "352", "nvcvnvvv:", irc_msg_who },/* Channel WHO */
76 { "353", "nvc:", irc_msg_names }, /* Names list */ 78 { "353", "nvc:", irc_msg_names }, /* Names list */
77 { "366", "nc:", irc_msg_names }, /* End of names */ 79 { "366", "nc:", irc_msg_names }, /* End of names */
78 { "367", "ncnnv", irc_msg_ban }, /* Ban list */ 80 { "367", "ncnnv", irc_msg_ban }, /* Ban list */
79 { "368", "nc:", irc_msg_ban }, /* End of ban list */ 81 { "368", "nc:", irc_msg_ban }, /* End of ban list */
80 { "372", "n:", irc_msg_motd }, /* MOTD */ 82 { "372", "n:", irc_msg_motd }, /* MOTD */