summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-08-28update gitignorehasufell
2013-08-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
\"$@\" got malformed and interpreted by the Makefile
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
2013-08-27Merge pull request #728 from hasufell/masterTingPing
build system improvements
2013-08-27BUILD: use a blacklist rather than a whitelist for python versionshasufell
2013-08-26Merge pull request #729 from hasufell/mimeTingPing
fix htm desktop file
2013-08-27STYLE: tabs, not whitespaceshasufell
2013-08-27BUILD: consistently use PKG_CONFIGhasufell
2013-08-26STYLE: add missing commahasufell
2013-08-26fix desktop filehasufell
2013-08-26BUILD: use pkg-config to detect pythonhasufell
2013-08-26Fix /exec -o on WindowsTingPing
2013-08-26Add desktop and mimetype file for the Theme ManagerTingPing
2013-08-26Handle incoming messages from yourselfTingPing
These are common for users of bouncers, private messages still need to be handled.
2013-08-26Sysinfo: Add announce optionTingPing
2013-08-26Sysinfo: Fix gentoo detectionhasufell
2013-08-25Update CLEAR and MSG help messageTingPing
2013-08-25Update help for close commandTingPing
2013-08-21Add TinyCrab to network listTingPing
Closes #723
2013-08-20Handle lists in MONITOR repliesTingPing
2013-08-17Make formatting more consistentTingPing
#719
2013-08-17Merge pull request #719 from Farow/pullTingPing
Improve cursor behavior
2013-08-16Improve cursor behaviorFarow
- The cursor doesn't turn into a hand for non-url parts of a word - Removal of unneeded variable str
2013-08-15Merge pull request #718 from Farow/pullTingPing
Channel url improvements
2013-08-15Add ObsidianIRC networkTingPing
#412
2013-08-13Allow multiple channels in url, fix nick reFarow
- Multiple channels have to be separated by a comma - Fix #nick becoming a url for nick instead of #nick
2013-08-12Fixed munging of whitespace in sysinfo's matching functionsJoshua Theze
Closes #712
2013-08-13Channel url and cursor fixFarow
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url
2013-08-10Merge branch 'pluginreload'TingPing
2013-08-10And free connect command..TingPing
2013-08-10Merge pull request #713 from Farow/masterTingPing
Make the channel key input larger
2013-08-10Only replace variables in connect commandsTingPing
2013-08-10Update channel key inputFarow
- allow up to 23 characters - make the input bigger
2013-08-08Still include old freenode hostname in servlistTingPing
2013-08-07Alphabetical order..TingPing
2013-08-07Format Channel URLsTingPing
closes #706
2013-08-06Save notify list on close of friends listTingPing
for #570
2013-08-05Bind esc to close in chanlistTingPing
2013-08-05Destroy utility windows with their parents.TingPing
2013-08-04Add .patch to gitignoreTingPing
2013-08-04Remove VS Redistributable update version from installer linkEustachy Kapusta
2013-08-04Update text on reload buttonTingPing
2013-08-04Add label for website in about dialogTingPing
2013-08-04Add reload command for plugins and add to guiTingPing
2013-08-03Use built-in gtk_about_dialogTingPing
2013-08-02Merge pull request #677 from hasufell/masterTingPing
CONFIGURE: add "--enable-minimal-flags"
2013-08-02Merge pull request #700 from orium/url-chan-prefixTingPing
Server aware nickname and channel matching
2013-08-02Fixed memory leak.Diogo Sousa