Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-19 | Reorganize Preferences | Berke Viktor | |
2013-05-19 | Avoid useless strdup() and free() calls | Berke Viktor | |
2013-05-19 | Add default connect commands for networks with obscure login methods | Berke Viktor | |
Yeah, QuakeNet is an exception | |||
2013-05-19 | Cosmetics | Berke Viktor | |
2013-05-19 | Login type cleanup | Berke Viktor | |
2013-05-19 | Add custom login type to avoid collisions | Berke Viktor | |
2013-05-19 | Add variables for user credentials in connect commands | Berke Viktor | |
2013-05-19 | Simplify SASL auth string generation code | Berke Viktor | |
2013-05-18 | Translate search window tooltips | TingPing | |
2013-05-18 | Don't use popup when search is not found | TingPing | |
2013-05-18 | Fix text event for erroneous nicks | Berke Viktor | |
2013-05-18 | Add FurryLand | Berke Viktor | |
2013-05-18 | Fix prototype, return value is used by joindelay_tag | Berke Viktor | |
2013-05-17 | Add omsg user command | TingPing | |
2013-05-17 | Handle limited channel messages | TingPing | |
Maybe improved later to signify they are limited messages. closes #315 | |||
2013-05-17 | Increase default irc_join_delay to 5 | TingPing | |
2013-05-17 | Respect irc_join_delay if connect command set | TingPing | |
2013-05-17 | Omit CHALLENGE hashes in the server tab | Berke Viktor | |
2013-05-17 | Fix removing keys from favorites | Berke Viktor | |
2013-05-17 | Fix crash when using global username for QuakeNet | Berke Viktor | |
2013-05-17 | Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH | Berke Viktor | |
2013-05-16 | Merge pull request #594 from Tux/master | TingPing | |
Allow the special colors 32..41 in %Cfg,bg | |||
2013-05-16 | Merge pull request #581 from orium/numeric-session-with-open-query | TingPing | |
Session of numeric events passed to text_emit() for nicks with open query dialogs | |||
2013-05-16 | Merge pull request #586 from bviktor/authcleanup | TingPing | |
Login and network list cleanup | |||
2013-05-16 | Fix an issue where the lag meter would be stuck after a reconnect caused by a | Diogo Sousa | |
ping timeout. | |||
2013-05-16 | Have rawlog properly handle newlines | TingPing | |
This is most noticable with /cycle or the missing USER command on connect. | |||
2013-05-16 | Remove comment | Berke Viktor | |
2013-05-16 | Make sure the created favchannel instances have a NULL key when the ↵ | Berke Viktor | |
session's key is empty | |||
2013-05-15 | Omit filler keys if no channel's using them | Berke Viktor | |
2013-05-15 | Fix reconnect keys | Berke Viktor | |
2013-05-15 | Cosmetics | Berke Viktor | |
2013-05-15 | Fix autojoins for sessions | Berke Viktor | |
2013-05-15 | Change prototype | Berke Viktor | |
2013-05-14 | Fix command splitting when the channel list is too long | Berke Viktor | |
2013-05-14 | Fix warnings | Berke Viktor | |
2013-05-14 | Fix initial autojoins and some erroneous copies/frees | Berke Viktor | |
2013-05-13 | Allow the special colors 32..41 in %Cfg,bg | H.Merijn Brand | |
Text events allow %Cfg,bg as decribed in "Theming" on https://hexchat.readthedocs.org/en/latest/appearance.html?#theming That section describes mIRC colors 0-15 and local colors 16-31, but when selecting background colors, the 9 special internal colors are extremely useful, like %C20,33 will do bright red on the selected text background color. As the documentation is on-line, this patch has no doc-change. Ideally, the color-codes should show in the colored squares in the preferences color-dialog just as with colors 0-31 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | |||
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-13 | Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this ↵ | Diogo Sousa | |
allows for better error handling (in fact the error message of check_prefs_dir () whould make hexchat abort). | |||
2013-05-12 | Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning message | Richard Hitt | |
2013-05-12 | Forget to put an empty line after a function definition | Diogo Sousa | |
2013-05-12 | Removed unnecessary call to check_prefs_dir() in load_config(). | Diogo Sousa | |
This function is called in save_config(), where it is actually needed. | |||
2013-05-12 | Factored locale related code in main() to a new function. | Diogo Sousa | |
2013-05-12 | Now hexchat doesn't abnormally terminal when started as root. | Diogo Sousa | |
This fixes #589/#504. | |||
2013-05-12 | Remember selected tab | Berke Viktor | |
2013-05-12 | Fix warning | Berke Viktor | |
2013-05-12 | Add code for migrating existing configs | Berke Viktor | |
2013-05-12 | Cosmetics | Berke Viktor | |
2013-05-12 | Make the order consistent for load and save | Berke Viktor | |
2013-05-12 | Add auto-reconnect to preferences | TingPing | |