1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Commit Graph

45 Commits

Author SHA1 Message Date
Sebastian Kaspari
b201a93adc Implemented IRC events: onSetSecret() onRemoveSecret() 2010-03-15 23:48:44 +01:00
Sebastian Kaspari
89ebe3e284 reply on ctcp finger 2010-03-14 23:34:51 +01:00
Sebastian Kaspari
45a2ca0849 Implemented channel events: onSetChannelKey() onRemoveChannelKey() 2010-03-14 22:22:51 +01:00
Sebastian Kaspari
cc8c7d0546 Typo: oped/deoped should be opped/deopped 2010-03-14 15:44:21 +01:00
Sebastian Kaspari
c21fd58cf3 Show message on disconnect and update server status 2010-03-14 12:42:29 +01:00
Sebastian Kaspari
2d585d6a72 Also update query if a user exists 2010-03-14 01:06:06 +01:00
Sebastian Kaspari
7376ba7856 Implemented onServerResponse() (default: disabled), disabled onUnknown as well by default 2010-03-13 21:55:21 +01:00
Sebastian Kaspari
d321e2930f Post unknown messages to the server info window 2010-03-13 21:16:32 +01:00
Sebastian Kaspari
1bce5e1fc9 Added 2010 ;) 2010-03-13 16:52:20 +01:00
Sebastian Kaspari
80a5e56294 Use realname of identity (Workaround for PircBot handling version as real name) 2010-03-13 15:17:32 +01:00
Sebastian Kaspari
01f03747b0 Use nickname and ident of the identity 2010-03-13 14:58:01 +01:00
Sebastian Kaspari
0a5ded2e99 identation 2010-03-12 20:35:25 +01:00
Sebastian Kaspari
54c968f302 Added reason to quit message 2010-03-11 22:58:01 +01:00
Sebastian Kaspari
e7a903851e Remove channel views on part 2010-03-11 01:10:21 +01:00
Sebastian Kaspari
b87501622c Renamed Broadcast constants from CHANNEL_* to CONVERSATION_* 2010-03-11 00:25:53 +01:00
Sebastian Kaspari
66d3b2682b Show message on connect 2010-03-10 23:57:31 +01:00
Sebastian Kaspari
dda143186b Implemented onNotice() event 2010-03-10 23:06:40 +01:00
Sebastian Kaspari
94f624360d Open a new query if it doesnt exist on "external" action (/me) 2010-03-10 21:46:12 +01:00
Sebastian Kaspari
2f97adaf30 Handle "external" actions (/me) in queries 2010-03-10 21:40:49 +01:00
Sebastian Kaspari
09cb4af8f3 Yaaic now handles private queries :) 2010-03-10 21:34:20 +01:00
Sebastian Kaspari
3104603543 IRCConnection now uses conversations instead of channels 2010-03-10 21:12:07 +01:00
Sebastian Kaspari
3b8f6ee494 Remember channel's topic and print on /topic 2010-03-09 23:35:40 +01:00
Sebastian Kaspari
218b2a8ed5 Implemented onQuit() event for other users 2010-03-09 22:42:12 +01:00
Sebastian Kaspari
dee13c82bf Implemented onNickChange IRC event 2010-03-09 21:58:05 +01:00
Sebastian Kaspari
a84a8ef51c imports 2010-03-08 19:55:32 +01:00
Sebastian Kaspari
808f56d978 Strip mIRC colors and formatting from messages 2010-03-06 21:05:23 +01:00
Sebastian Kaspari
082bc6f5bd Added colors to some IRC events 2010-03-06 20:58:53 +01:00
Sebastian Kaspari
7c3394d7e2 Disabled onMode() as it will double events (e.g. onOp() and onMode() will be called) 2010-03-06 19:19:19 +01:00
Sebastian Kaspari
84d43391c9 Added icons to some irc events 2010-03-06 19:15:27 +01:00
Sebastian Kaspari
ddf80644bd Use message objects instead of strings 2010-03-06 17:52:22 +01:00
Sebastian Kaspari
38fe74fcc9 Send server id on CHANNEL broadcasts 2010-03-05 19:47:55 +01:00
Sebastian Kaspari
5fe3e01f30 Add channel name to CHANNEL_NEW and CHANNEL_REMOVE broadcasts 2010-03-05 14:25:33 +01:00
Sebastian Kaspari
3b991b3733 Show channel name in debug toast 2010-03-02 20:34:05 +01:00
Sebastian Kaspari
c2755bd40c (IRCConnection) Implemented: onDeop() onDevoice() onInvite() onVoice() 2010-03-02 20:31:54 +01:00
Sebastian Kaspari
a361f957db Send channel name as extra on CHANNEL_MESSAGE broadcast 2010-03-02 20:28:32 +01:00
Sebastian Kaspari
db3554de49 Implemented IRCConnection.onTopic() 2010-03-02 19:59:37 +01:00
Sebastian Kaspari
9d1410b8e2 Implemented IRCConnection.onPart() 2010-03-02 19:54:34 +01:00
Sebastian Kaspari
8432a6ad4d Implemented IRCConnection.onOp() 2010-03-02 19:52:49 +01:00
Sebastian Kaspari
de26ddb967 Implemented IRCConnection.onMode() 2010-03-02 19:48:59 +01:00
Sebastian Kaspari
a7999d549a Implemented IRCConnection.onMessage() 2010-03-02 19:48:12 +01:00
Sebastian Kaspari
db5ac3a467 Implemented IRCConnection.onKick() 2010-03-02 19:47:43 +01:00
Sebastian Kaspari
9d90a2d40e Implemented IRCConnection.onJoin() 2010-03-02 19:43:27 +01:00
Sebastian Kaspari
7445f51422 Implemented IRCConnection.onAction() 2010-03-02 19:40:05 +01:00
Sebastian Kaspari
25875a5101 Added methods for irc events 2010-03-02 18:42:44 +01:00
Sebastian Kaspari
1eee92fc30 Refactored nearly everything 2009-12-17 21:27:57 +01:00