kiooeht / pesterchum

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Other
18 stars 8 forks source link

Userlist search box + Hyperlink improvements #12

Closed oakwhiz closed 12 years ago

oakwhiz commented 12 years ago

There is now a search box in the userlist. Simply open the userlist and start typing to narrow down a specific user.

FTP and magnet links now work, and hyperlinks must be preceded by a whitespace character for them to be detected.

kiooeht commented 12 years ago

Do you mind redoing/fixing up these commits to remove the line endings problems? They make it hard to know what actually got changed along with making the history a bit ugly. Look into git auto line ending config stuff if you haven't already, it helps a lot.

If you could do that, it would be awesome, and I'd be happy to pull this in.

oakwhiz commented 12 years ago

I fixed the commits that had CRLF line endings, however, this caused all previous commits to suddenly appear in the pull request... I'm new to Git so I'm not sure if this is undesirable or how to fix it.

oakwhiz commented 12 years ago

I know that git rebase can be used to squash the old commits but I really don't know what I'm doing here.