comparison doc/html/CMakeLists.txt @ 574:18e80ec38ac7

Irccd: get rid of user/channel separation, closes #734 Do not make separate events on messages, notices and modes. This was currently added because the original libircclient made these distinctions between the both. In the IRC specification, the channel represents both a nickname and a real channel. Delete: - onChannelMode, - onChannelNotice, - onQuery, - onQueryCommand. Add: - Server.isSelf(target).
author David Demelier <markand@malikania.fr>
date Wed, 29 Nov 2017 14:44:36 +0100
parents 928a40398dec
children 0902cacbd31d
comparison
equal deleted inserted replaced
573:067240931226 574:18e80ec38ac7
66 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.remove.md 66 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.remove.md
67 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.list.md 67 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.list.md
68 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.find.md 68 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.find.md
69 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.add.md 69 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.add.md
70 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.me.md 70 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.me.md
71 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.cmode.md
72 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.mode.md 71 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.mode.md
73 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.part.md 72 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.part.md
74 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.message.md 73 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.message.md
75 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.topic.md 74 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.topic.md
76 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.whois.md 75 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.whois.md
77 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.nick.md 76 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.nick.md
78 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.constructor.md 77 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.constructor.md
79 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.join.md 78 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.join.md
80 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.invite.md 79 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.invite.md
81 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.cnotice.md
82 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.info.md 80 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.info.md
81 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.isSelf.md
83 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.notice.md 82 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.notice.md
84 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.kick.md 83 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.kick.md
85 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.toString.md 84 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.toString.md
86 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.names.md 85 ${html_SOURCE_DIR}/api/module/Irccd.Server/Irccd.Server.prototype.names.md
87 ${html_SOURCE_DIR}/api/module/Irccd.System/index.md 86 ${html_SOURCE_DIR}/api/module/Irccd.System/index.md
114 ${html_SOURCE_DIR}/api/module/Irccd.Util/Irccd.Util.splituser.md 113 ${html_SOURCE_DIR}/api/module/Irccd.Util/Irccd.Util.splituser.md
115 ${html_SOURCE_DIR}/api/index.md 114 ${html_SOURCE_DIR}/api/index.md
116 ${html_SOURCE_DIR}/api/event/onWhois.md 115 ${html_SOURCE_DIR}/api/event/onWhois.md
117 ${html_SOURCE_DIR}/api/event/onMessage.md 116 ${html_SOURCE_DIR}/api/event/onMessage.md
118 ${html_SOURCE_DIR}/api/event/onPart.md 117 ${html_SOURCE_DIR}/api/event/onPart.md
119 ${html_SOURCE_DIR}/api/event/onQueryCommand.md
120 ${html_SOURCE_DIR}/api/event/onMode.md 118 ${html_SOURCE_DIR}/api/event/onMode.md
121 ${html_SOURCE_DIR}/api/event/onNotice.md 119 ${html_SOURCE_DIR}/api/event/onNotice.md
122 ${html_SOURCE_DIR}/api/event/onLoad.md 120 ${html_SOURCE_DIR}/api/event/onLoad.md
123 ${html_SOURCE_DIR}/api/event/onInvite.md 121 ${html_SOURCE_DIR}/api/event/onInvite.md
124 ${html_SOURCE_DIR}/api/event/onChannelNotice.md
125 ${html_SOURCE_DIR}/api/event/onCommand.md 122 ${html_SOURCE_DIR}/api/event/onCommand.md
126 ${html_SOURCE_DIR}/api/event/onKick.md 123 ${html_SOURCE_DIR}/api/event/onKick.md
127 ${html_SOURCE_DIR}/api/event/onReload.md 124 ${html_SOURCE_DIR}/api/event/onReload.md
128 ${html_SOURCE_DIR}/api/event/onChannelMode.md
129 ${html_SOURCE_DIR}/api/event/onTopic.md 125 ${html_SOURCE_DIR}/api/event/onTopic.md
130 ${html_SOURCE_DIR}/api/event/onConnect.md 126 ${html_SOURCE_DIR}/api/event/onConnect.md
131 ${html_SOURCE_DIR}/api/event/onJoin.md 127 ${html_SOURCE_DIR}/api/event/onJoin.md
132 ${html_SOURCE_DIR}/api/event/onMe.md 128 ${html_SOURCE_DIR}/api/event/onMe.md
133 ${html_SOURCE_DIR}/api/event/onNick.md 129 ${html_SOURCE_DIR}/api/event/onNick.md
134 ${html_SOURCE_DIR}/api/event/onNames.md 130 ${html_SOURCE_DIR}/api/event/onNames.md
135 ${html_SOURCE_DIR}/api/event/onUnload.md 131 ${html_SOURCE_DIR}/api/event/onUnload.md
136 ${html_SOURCE_DIR}/api/event/onQuery.md
137 ${html_SOURCE_DIR}/build/build-from-sources.md 132 ${html_SOURCE_DIR}/build/build-from-sources.md
138 ${html_SOURCE_DIR}/build/build-options.md 133 ${html_SOURCE_DIR}/build/build-options.md
139 ${html_SOURCE_DIR}/dev/plugin-javascript-introduction.md 134 ${html_SOURCE_DIR}/dev/plugin-javascript-introduction.md
140 ${html_SOURCE_DIR}/dev/socket-commands.md 135 ${html_SOURCE_DIR}/dev/socket-commands.md
141 ${html_SOURCE_DIR}/dev/socket-protocol.md 136 ${html_SOURCE_DIR}/dev/socket-protocol.md