Yaaic icon indicating copy to clipboard operation
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.

Results 102 Yaaic issues
Sort by recently updated
recently updated
newest added

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`...

Bug
Contribution

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...

Feature

/part should leave current channel /part CHANNEL should leave specified channel Neither works when typed in the message field.

Bug

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...

Feature

Could you please add ZNC support?

Feature

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)...

Bug

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...

Feature

If you are in a library you have to change all the switch/case statements to if/else blocks from ADT version 14.

Some dialogs seems to use outdated themes.

Bug
Design / UI