Commit Graph

407 Commits

Author SHA1 Message Date
Sebastian Kaspari daed3c3499 HelpHandler: usage, short syntax 2010-04-18 22:58:13 +02:00
Sebastian Kaspari 826f06fb01 AddServerActivity: Fixed username regex - allow "-" in nicknames 2010-04-18 22:45:53 +02:00
kell f67594d85d can now print the usage of a command 2010-04-18 14:06:47 +02:00
Sebastian Kaspari 4cd613debf IRCService: stop foreground if service is stopping 2010-04-17 23:35:53 +02:00
Sebastian Kaspari 215a7bb062 ServersActivity: call checkServiceStatus() in onPause() 2010-04-17 23:35:20 +02:00
Sebastian Kaspari 7e8fc26791 IRCConnection: Rejoin channels on reconnect 2010-04-17 23:16:17 +02:00
Sebastian Kaspari acc22fe296 Clear conversations on reconnect 2010-04-17 23:15:17 +02:00
Sebastian Kaspari 8766f785a0 ConversationActivity: Only show reconnect popup if automatic reconnect is disabled 2010-04-17 23:08:47 +02:00
Sebastian Kaspari 5dd6982314 IRCConnection: Reconnect to server if reconnect is enabled 2010-04-17 23:07:01 +02:00
Sebastian Kaspari b05154137f Moved IRCBinder.connect() to IRCService.connect() 2010-04-17 23:06:22 +02:00
Sebastian Kaspari e15c5d6c19 Settings: isReconnectEnabled() 2010-04-17 22:56:51 +02:00
Sebastian Kaspari 0e56390452 IRCService: Create Settings object in onCreate() 2010-04-17 22:53:40 +02:00
Sebastian Kaspari 43a6682803 IRCConnection: onJoin() - ignore case of nickname 2010-04-17 22:50:30 +02:00
Sebastian Kaspari 7936a5bec3 typo 2010-04-17 22:48:49 +02:00
Sebastian Kaspari 482a0bc7b5 PircBot Patch: Fixed parsing NICK messages without hostmasks - fixes issue 8 2010-04-17 22:46:46 +02:00
Sebastian Kaspari 17c11c2c9a Added services to server command whitelist 2010-04-17 16:39:31 +02:00
Sebastian Kaspari e09b601d0c Disable settings in service 2010-04-16 00:02:33 +02:00
Sebastian Kaspari be554f726a Make Settings accessible via service 2010-04-15 23:53:07 +02:00
Sebastian Kaspari 85dc0847e3 ServersActivity: Hide background icon if there are servers in the list 2010-04-15 23:50:35 +02:00
Sebastian Kaspari 75feb90a95 ConversationActivity: clear conversations if server is in PRE_CONNECTING state 2010-04-15 21:00:39 +02:00
Sebastian Kaspari 59674e25d1 Removed damned windows carriage returns (\r) 2010-04-14 21:41:55 +02:00
Sebastian Kaspari 648ffc8eda Scrollback: Go only back if there's at least one message 2010-04-14 20:46:13 +02:00
Sebastian Kaspari fdbd8a06ca Fixed wrong broadcast on using /query 2010-04-14 20:28:13 +02:00
Sebastian Kaspari 77c3a2423f MessageListAdapter: Fixed wrong message order on addBulkMessages - and clearBuffer() after adding (ConversationActivity) 2010-04-14 20:17:36 +02:00
Sebastian Kaspari 512ddacaf5 Merge branch 'ssl_support' 2010-04-14 19:58:41 +02:00
Sebastian Kaspari aa77fb8587 ConversationActivity: Join channel in onResume() and not in onActivityResult() - Fixes issue 6 2010-04-14 19:56:46 +02:00
Sebastian Kaspari ec9b00fd22 Pircbot Patch: We are not connected to server if there's nothing to read from the server 2010-04-14 19:24:39 +02:00
Sebastian Kaspari c3fe7963a2 IRCService: some refactoring, some documentation 2010-04-14 19:13:32 +02:00
Sebastian Kaspari 3200d6403b PircBot Patch: Use org.yaaic.ssl.NaiveTrustManager for SSL connections 2010-04-14 00:49:15 +02:00
Sebastian Kaspari 3871d38f14 org.yaaic.ssl.NaiveTrustManager - TrustManager for SSL Connections (Accepts every certificate) 2010-04-14 00:48:40 +02:00
Sebastian Kaspari 6d9c3c53f1 Database: Cast "0"/"1" to boolean 2010-04-14 00:34:11 +02:00
Sebastian Kaspari 569d06e457 AddServerActivity: Save useSSL() state in database 2010-04-14 00:26:06 +02:00
Sebastian Kaspari c4a5ffe27b PircBot Patch: Use SSLSocketFactory to create socket if SSL should be used 2010-04-14 00:21:32 +02:00
Sebastian Kaspari 4677317507 PircBot Patch: Added setUseSSL() 2010-04-14 00:21:00 +02:00
Sebastian Kaspari ae08daf81a IRCBinder: use setUseSSL() on connection 2010-04-14 00:13:40 +02:00
Sebastian Kaspari 7d550ba183 Smaller background icon - non transcluent 2010-04-13 22:56:22 +02:00
Sebastian Kaspari d36ec2673e Discovered recursion \o/ 2010-04-13 22:52:41 +02:00
Sebastian Kaspari bac22d9abc IRCService: stopForegroundCompat(): Set foreground false 2010-04-13 22:04:46 +02:00
Sebastian Kaspari cb14889941 ConversationActivity: Rejoin channels on reconnect 2010-04-13 22:03:22 +02:00
Sebastian Kaspari a05d8ee08b IRCConnection: autoJoinChannels is now an ArrayList<String> 2010-04-13 22:03:01 +02:00
Sebastian Kaspari 03fb5b882c Server: getCurrentChannelNames() no returns ArrayList<String> 2010-04-13 22:02:31 +02:00
Sebastian Kaspari f37407e2d2 DeckAdapter: clearConversations() 2010-04-13 21:56:10 +02:00
Sebastian Kaspari 1f7d496f77 Clear conversations on reconnect 2010-04-13 21:55:47 +02:00
Sebastian Kaspari f3a3afcd13 Server: getCurrentChannelNames() 2010-04-13 21:55:25 +02:00
Sebastian Kaspari 4062f0b16e IRCService: onDestroy(): Only stopForeground if service is in foreground.. 2010-04-13 21:28:13 +02:00
Sebastian Kaspari e330a57367 Ooops, compare strings with equals() and not == 2010-04-13 20:56:11 +02:00
Sebastian Kaspari 64b121e448 ServersActivity: Only connect to server if status is DISCONNECTED 2010-04-13 20:31:16 +02:00
Sebastian Kaspari 28705f5f7e AddServerActivity: Read and write useSSL 2010-04-13 19:25:09 +02:00
Sebastian Kaspari d8386ba3cd Database: populateServer() sets SSL usage 2010-04-13 19:21:15 +02:00
Sebastian Kaspari 15863cabd1 Server: setUseSSL(), useSSL() 2010-04-13 19:19:08 +02:00