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

68 Commits

Author SHA1 Message Date
Sebastian Kaspari
710c7749f1 Ignore server response 332 and 333 2010-03-20 23:12:17 +01:00
Sebastian Kaspari
6da41e633a Small adjustments to the irc event messages 2010-03-20 22:06:49 +01:00
Sebastian Kaspari
5ff4c85226 Remove colors/formatting from topic 2010-03-20 22:02:04 +01:00
Sebastian Kaspari
9b6f97844a highlight message (red) if current nickname is used 2010-03-20 19:36:41 +01:00
Sebastian Kaspari
b94f7cc789 Removed response code from server response messages 2010-03-20 18:31:43 +01:00
Sebastian Kaspari
2dd47f3bb8 Hide server response 353 and 366 2010-03-20 18:12:30 +01:00
Sebastian Kaspari
d5d294a5aa Imports 2010-03-20 15:56:43 +01:00
Sebastian Kaspari
cb7473b93c Use UTF-8 as default charset 2010-03-20 15:47:57 +01:00
Sebastian Kaspari
d0cbb77f5f Show server responses but skip some messages 2010-03-18 21:33:20 +01:00
Sebastian Kaspari
61d1713a56 Show own invites in selected conversation 2010-03-18 19:53:20 +01:00
Sebastian Kaspari
91536b1609 Implemented IRC events: onSetPrivate() onRemovePrivate() 2010-03-18 19:49:52 +01:00
Sebastian Kaspari
f40480d773 Implemented IRC events: onSetModerated() onRemoveModerated() 2010-03-18 19:48:11 +01:00
Sebastian Kaspari
75fb9c419c Implemented IRC events: onSetInviteOnly() onRemoveInviteOnly() 2010-03-18 19:46:09 +01:00
Sebastian Kaspari
50af2687ae Implemented IRC events: onSetNoExternalMessages() onRemoveNoExternalMessages() 2010-03-18 19:43:54 +01:00
Sebastian Kaspari
8d8e3691a4 Implemented IRC events: onSetTopicProtection() onRemoveTopicProtection() 2010-03-18 19:41:38 +01:00
Sebastian Kaspari
438a7e5d3e Implemented IRC events: onSetChannelBan() onRemoveChannelBan() 2010-03-18 19:38:55 +01:00
Sebastian Kaspari
5629f2f308 Show unknown lines on the server info window 2010-03-17 23:50:31 +01:00
Sebastian Kaspari
da1a11fca0 Disabled debugging of IRC events (logging to debug log) 2010-03-17 19:38:58 +01:00
Sebastian Kaspari
876b96c358 Implemented IRC events: onSetChannelLimit() onRemoveChannelLimit() 2010-03-15 23:52:32 +01:00
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
aca93e39e2 Changed error message (connect) 2010-03-14 12:00:45 +01:00
Sebastian Kaspari
fa3584e596 Add connect error message to server info window 2010-03-14 11:58:46 +01:00
Sebastian Kaspari
0a0190c219 Handle exceptions on connect 2010-03-14 11:53:54 +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
16a89c9417 Use server password on connect if defined 2010-03-13 16:46:32 +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