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

86 Commits

Author SHA1 Message Date
Sebastian Kaspari
5ea7d49c34 I18N: All handlers now read their string from resources 2010-09-05 16:25:18 +02:00
Sebastian Kaspari
84fedf8be2 I18N: EchoHandler 2010-09-05 16:24:41 +02:00
Sebastian Kaspari
25cfb5a980 I18N: DevoiceHandler# 2010-09-05 16:24:20 +02:00
Sebastian Kaspari
ba16f15079 I18N: DeopHandler 2010-09-05 16:24:08 +02:00
Sebastian Kaspari
9e33ec9b01 I18N: DCCHandler 2010-09-05 16:13:06 +02:00
Sebastian Kaspari
2a55b81049 I18N: CloseHandler 2010-09-05 16:12:48 +02:00
Sebastian Kaspari
72301331f2 I18N: Added all command descriptions to the strings ressource 2010-09-05 16:05:51 +02:00
Sebastian Kaspari
5e78c020a1 I18N: Added stubs for translation 2010-09-05 15:56:58 +02:00
Sebastian Kaspari
4d3a7c2ecc CommandParser: synchronize access to getInstance() 2010-04-25 12:42:34 +02:00
Sebastian Kaspari
bee09fcbed CommandParser: Added isValidCommand() to validate client and server commands 2010-04-25 12:19:35 +02:00
Sebastian Kaspari
ef2b59cf05 CommandParser: Added missing comma 2010-04-21 22:14:49 +02:00
Sebastian Kaspari
d47fc7488c CommandParser: Added /oper to the server commands whitelist 2010-04-21 22:07:05 +02:00
Sebastian Kaspari
97ed792355 Added command: /amsg <message> (Send a message to all channels on the server) 2010-04-20 23:27:54 +02:00
Sebastian Kaspari
657d21c6cd Added command: /quote <line> (alias: /raw <line>) 2010-04-20 22:18:53 +02:00
Sebastian Kaspari
1a8978cfb1 MsgHandler: Add message to conversation if exists 2010-04-20 21:01:46 +02:00
Sebastian Kaspari
c432530ce0 Implemented command: /msg <target> <message> 2010-04-20 20:49:51 +02:00
Sebastian Kaspari
9de6e775ed typo 2010-04-19 09:42:33 +02:00
Sebastian Kaspari
04a5973ce0 Refactoring of HelpHandler 2010-04-19 09:42:13 +02:00
Sebastian Kaspari
daed3c3499 HelpHandler: usage, short syntax 2010-04-18 22:58:13 +02:00
kell
f67594d85d can now print the usage of a command 2010-04-18 14:06:47 +02:00
Sebastian Kaspari
17c11c2c9a Added services to server command whitelist 2010-04-17 16:39:31 +02:00
Sebastian Kaspari
fdbd8a06ca Fixed wrong broadcast on using /query 2010-04-14 20:28:13 +02:00
Sebastian Kaspari
3546a58b3f Implemented command handler: /whois <nickname> 2010-04-12 22:25:26 +02:00
Sebastian Kaspari
1dea85c545 Implemented command handler: /away [<reason>] 2010-04-12 22:20:26 +02:00
Sebastian Kaspari
6e735f17b8 Help Handler: Added licence header 2010-04-06 22:12:10 +02:00
Sebastian Kaspari
e33cfd18d5 Some cleanup in org.yaaic.command.handler.* 2010-04-06 22:09:07 +02:00
Sebastian Kaspari
d53dacfc32 Removed private description and moved to getDescription() 2010-04-06 20:53:17 +02:00
Sebastian Kaspari
cae886fd99 CommandParser: isClientCommand() short syntax 2010-04-06 20:44:22 +02:00
Sebastian Kaspari
d40e081c3d Interate directly over keySet 2010-04-06 20:38:54 +02:00
Sebastian Kaspari
a6c6ada378 Some code cleanup 2010-04-06 20:38:31 +02:00
Sebastian Kaspari
28d20d8499 BaseHandler: Removed unused private field 2010-04-06 20:34:27 +02:00
Sebastian Kaspari
d5c1daaa3e Merge branch 'master' of git://github.com/kell/Yaaic into integration 2010-04-06 20:33:40 +02:00
kell
6df2fe5333 alias handling added 2010-04-06 20:26:42 +02:00
kell
d1deb56bb6 show aliases too 2010-04-06 20:23:54 +02:00
Sebastian Kaspari
b597e149ff Merge branch 'integration' of github.com:pocmo/Yaaic into integration
Conflicts:
	src/org/jibble/pircbot/IdentServer.java
	src/org/jibble/pircbot/InputThread.java
	src/org/jibble/pircbot/OutputThread.java
	src/org/jibble/pircbot/PircBot.java
2010-04-06 00:48:35 +02:00
Sebastian Kaspari
60f4412096 Merge branch 'master' into optimization
Conflicts:
	src/org/yaaic/activity/ConversationActivity.java
	src/org/yaaic/irc/IRCService.java
2010-03-29 22:04:38 +02:00
Sebastian Kaspari
239a8c0c2d Merge branch 'master' of git://github.com/kell/Yaaic into integration 2010-03-26 19:31:28 +01:00
kell
98019b363f Merge branch 'master' of git://github.com/pocmo/Yaaic 2010-03-26 19:30:02 +01:00
Sebastian Kaspari
2cf955ab8a QueryHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:28 +01:00
Sebastian Kaspari
7827554659 NoticeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:00 +01:00
Sebastian Kaspari
9e38863944 MeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:07:31 +01:00
Sebastian Kaspari
e4db5e012f EchoHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:06:59 +01:00
kell
6d01720ca6 added getDescription and help command 2010-03-26 19:05:37 +01:00
Sebastian Kaspari
4c5ba9a620 NamesHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:03:43 +01:00
Sebastian Kaspari
9efeb5b8af CommandParser: Implemented server commands whitelist 2010-03-24 21:17:12 +01:00
Sebastian Kaspari
507b3b422b CommandParser: Splitted handling of client/server/unknown commands 2010-03-24 21:06:23 +01:00
Sebastian Kaspari
c66eeecb0b CommandParser and CommandHandlers: Use Broadcast helper methods 2010-03-24 19:31:59 +01:00
Sebastian Kaspari
04e496dc98 NamesHandler: cache field lookup 2010-03-21 16:36:44 +01:00
Sebastian Kaspari
9a89262714 Removed tags 2010-03-21 15:52:57 +01:00
Sebastian Kaspari
8f6f7c7c74 /mode can be used when no channel is selected 2010-03-18 00:25:29 +01:00