Yaaic
Yaaic copied to clipboard
Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
I'm connecting to a [ZNC](http://wiki.znc.in/ZNC) bouncer running on a server somewhere to access some irc networks. When I try to do anything that ultimately hits [this method](https://github.com/pocmo/Yaaic/blob/master/pircbot/src/main/java/org/yaaic/protocol/OutputThread.java#L59) (for example, `/nick`...
I think it would be very useful to be able to blacklist nick-highlight notifications from certain nicks (and perhaps a similar option to instead accept highlights only from a specified...
/part should leave current channel /part CHANNEL should leave specified channel Neither works when typed in the message field.
This is likely an education issue, but I figured I'd inquire here. When using ZNC everything connects fine, but it seems the only way I can change channels is to...
I see in my ARN list this error very frequency. Do you now where is the error? Thanks. ``` java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:346) at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:370) at org.yaaic.fragment.ConversationFragment.onCreateView(ConversationFragment.java) at com.appeiros.chatsfree.fragments.ChatConversationFragment.onCreateView(ChatConversationFragment.java) at android.support.v4.app.Fragment.performCreateView(Fragment.java)...
A potential fix for https://github.com/pocmo/Yaaic/issues/218 in the simplest way possible, moving things to a background thread at the last moment. Having looked around a little I think this is neater...
Via email: ``` Some of us are known by a few different names so how about alowing multiple highlight notifications tied to the alias list. Otherwise a good app. cheers...
If you are in a library you have to change all the switch/case statements to if/else blocks from ADT version 14.