]> jfr.im git - irc/quakenet/qwebirc.git/log
irc/quakenet/qwebirc.git
13 years agoFix boolean options deserialisation issue.
Chris Porter [Fri, 1 Oct 2010 18:07:56 +0000 (19:07 +0100)] 
Fix boolean options deserialisation issue.

13 years agoConnect pane layout now done in html.
Chris Porter [Sun, 15 Aug 2010 20:17:09 +0000 (21:17 +0100)] 
Connect pane layout now done in html.
TODO: redo custom network auth support.

14 years agoSeems as if some people haven't figured out how to activate debugging mode yet -...
Chris Porter [Tue, 8 Jun 2010 22:00:41 +0000 (23:00 +0100)] 
Seems as if some people haven't figured out how to activate debugging mode yet -> add a README.

14 years agoAdd profiling arguments to run.py.
Chris Porter [Sun, 6 Jun 2010 20:59:23 +0000 (21:59 +0100)] 
Add profiling arguments to run.py.

14 years agoUse potential proxy ip in feedback engine.
Chris Porter [Sun, 6 Jun 2010 20:36:51 +0000 (21:36 +0100)] 
Use potential proxy ip in feedback engine.

14 years agoAnother attempt at stopping that 'reactor not installed' problem with run.py.
Chris Porter [Sun, 6 Jun 2010 20:34:55 +0000 (21:34 +0100)] 
Another attempt at stopping that 'reactor not installed' problem with run.py.

14 years agoSwitch to using SRV records.
Chris Porter [Sun, 6 Jun 2010 19:57:55 +0000 (20:57 +0100)] 
Switch to using SRV records.

14 years agoAdd option to use a custom resolver for IRC connection DNS lookups.
Chris Porter [Sun, 6 Jun 2010 19:29:07 +0000 (20:29 +0100)] 
Add option to use a custom resolver for IRC connection DNS lookups.

14 years agoFix tab wrapping when there are many tabs.
Chris Porter [Sun, 6 Jun 2010 17:27:09 +0000 (18:27 +0100)] 
Fix tab wrapping when there are many tabs.

14 years agoAdd nick query click option (off by default).
Chris Porter [Wed, 2 Jun 2010 11:29:35 +0000 (12:29 +0100)] 
Add nick query click option (off by default).

14 years agoAttempt #2 at not focusing while iframed.
Chris Porter [Sat, 24 Apr 2010 15:56:36 +0000 (16:56 +0100)] 
Attempt #2 at not focusing while iframed.

14 years agoDon't steal focus if we're inside an iframe.
Chris Porter [Sat, 24 Apr 2010 15:47:06 +0000 (16:47 +0100)] 
Don't steal focus if we're inside an iframe.

14 years agoUpdate CTCP copyright notice and fix CLIENTINFO to include WEBSITE.
Chris Porter [Sat, 24 Apr 2010 15:40:58 +0000 (16:40 +0100)] 
Update CTCP copyright notice and fix CLIENTINFO to include WEBSITE.

14 years agoAdd menu item support for crazy non-standard operator modes.
Chris Porter [Sat, 24 Apr 2010 15:39:58 +0000 (16:39 +0100)] 
Add menu item support for crazy non-standard operator modes.

14 years agoComplete support for CHANMODES and PREFIX.
Chris Porter [Sat, 24 Apr 2010 15:18:38 +0000 (16:18 +0100)] 
Complete support for CHANMODES and PREFIX.
Thanks to Bazerka for finding the problem areas.

14 years agoAdd extra newlines to pre-YUI'ed output as YUI requires them.
Chris Porter [Sat, 24 Apr 2010 03:43:26 +0000 (04:43 +0100)] 
Add extra newlines to pre-YUI'ed output as YUI requires them.

14 years agoSome tweaks to wording in embedded wizard.
Chris Porter [Sat, 24 Apr 2010 03:38:56 +0000 (04:38 +0100)] 
Some tweaks to wording in embedded wizard.
Allow look and feel to be turned off in embedded wizard.
All checkboxes/radio buttons are now labels.

14 years agoAdd a trivial checksum to prevent strange issues from typing errors in uio URL option.
Chris Porter [Sat, 24 Apr 2010 03:06:36 +0000 (04:06 +0100)] 
Add a trivial checksum to prevent strange issues from typing errors in uio URL option.

14 years agoMove wizard buttons and alter title.
Chris Porter [Sat, 24 Apr 2010 02:30:20 +0000 (03:30 +0100)] 
Move wizard buttons and alter title.

14 years agoAdd dynamic setting of UI options in URL.
Chris Porter [Sat, 24 Apr 2010 02:28:21 +0000 (03:28 +0100)] 
Add dynamic setting of UI options in URL.

14 years agoFixes issue #127, seems I never implemented this!
Chris Porter [Sat, 24 Apr 2010 00:56:36 +0000 (01:56 +0100)] 
Fixes issue #127, seems I never implemented this!

14 years agoAdd ratbox/charybdis/ircd-seven WHOISSECURE to whois output.
Tom Wesley [Sun, 21 Mar 2010 20:09:21 +0000 (20:09 +0000)] 
Add ratbox/charybdis/ircd-seven WHOISSECURE to whois output.

14 years agoBump version to 0.90.
Chris Porter [Sun, 14 Mar 2010 01:31:18 +0000 (01:31 +0000)] 
Bump version to 0.90.

14 years agoFixes issue 126 (broken notifications in IE).
Chris Porter [Sun, 14 Mar 2010 01:25:39 +0000 (01:25 +0000)] 
Fixes issue 126 (broken notifications in IE).

14 years agoAdd configuration of dynamic and static base URLs.
Chris Porter [Tue, 2 Mar 2010 02:43:49 +0000 (02:43 +0000)] 
Add configuration of dynamic and static base URLs.

14 years agoEncode json more compactly.
Chris Porter [Mon, 1 Mar 2010 02:28:21 +0000 (02:28 +0000)] 
Encode json more compactly.

Optimise json by attempting in the following order:
- using C simplejson module (faster than baseline by 3x)
- using python's built in json module (faster than baseline by 2x)

if both fail use pure Python embedded simplejson (baseline).

14 years agoRemove uglyui/mochaui/swmui from pages.py.
Chris Porter [Mon, 1 Mar 2010 01:01:18 +0000 (01:01 +0000)] 
Remove uglyui/mochaui/swmui from pages.py.

14 years agoAdd support for chained SSL certificates.
Chris Porter [Wed, 24 Feb 2010 02:54:48 +0000 (02:54 +0000)] 
Add support for chained SSL certificates.

14 years agoFix syslog on Windows.
Chris Porter [Wed, 24 Feb 2010 00:22:15 +0000 (00:22 +0000)] 
Fix syslog on Windows.

14 years agoFix many typos in dependency checking.
Chris Porter [Sat, 2 Jan 2010 16:55:02 +0000 (16:55 +0000)] 
Fix many typos in dependency checking.

14 years agoClarify the values expected for WEBIRC_MODE.
Bazerka [Sat, 2 Jan 2010 14:01:55 +0000 (14:01 +0000)] 
Clarify the values expected for WEBIRC_MODE.

14 years agoFix pagegen bug (strange exceptions thrown from non-existent hg).
Chris Porter [Mon, 30 Nov 2009 00:57:04 +0000 (00:57 +0000)] 
Fix pagegen bug (strange exceptions thrown from non-existent hg).

14 years agoExecutable bit on run.py got lost somehow.
Chris Porter [Mon, 23 Nov 2009 22:44:37 +0000 (22:44 +0000)] 
Executable bit on run.py got lost somehow.

14 years agoMerge.
Chris Porter [Tue, 10 Nov 2009 04:33:16 +0000 (04:33 +0000)] 
Merge.

14 years agoSwitch debug signal to SIGUSR2 as SIGUSR1 is used by twisted for log rotation.
Chris Porter [Tue, 10 Nov 2009 04:13:02 +0000 (04:13 +0000)] 
Switch debug signal to SIGUSR2 as SIGUSR1 is used by twisted for log rotation.

14 years agoAdd basic syslog support.
Chris Porter [Tue, 10 Nov 2009 04:10:22 +0000 (04:10 +0000)] 
Add basic syslog support.

14 years agoAdd SecretAgent's name/email to AUTHORS.
Chris Porter [Mon, 12 Oct 2009 23:21:55 +0000 (00:21 +0100)] 
Add SecretAgent's name/email to AUTHORS.

14 years agoFix that awful green for tab join/part activity.
Chris Porter [Mon, 12 Oct 2009 00:26:01 +0000 (01:26 +0100)] 
Fix that awful green for tab join/part activity.

14 years agoDetails -> details, add SecretAgent to AUTHORS.
Chris Porter [Mon, 12 Oct 2009 00:04:22 +0000 (01:04 +0100)] 
Details -> details, add SecretAgent to AUTHORS.

14 years agoSlight change to alert dialog sent to non-opped users when trying to change topic.
secretagent [Mon, 3 Aug 2009 01:20:15 +0000 (21:20 -0400)] 
Slight change to alert dialog sent to non-opped users when trying to change topic.

14 years agoErr, no more commits when tired. Actually push menu icon changes this time.
secretagent [Sun, 2 Aug 2009 04:34:25 +0000 (00:34 -0400)] 
Err, no more commits when tired. Actually push menu icon changes this time.

14 years agoSmall UI tweak. Add menu triangle to icon, and rename 'Connect' to 'Connection Detail...
secretagent [Sun, 2 Aug 2009 04:31:51 +0000 (00:31 -0400)] 
Small UI tweak. Add menu triangle to icon, and rename 'Connect' to 'Connection Details' ..for now.

14 years agoProperly display RPL_WHOISWEBIRC (325 - nef ircu/ircd-dn)
secretagent [Sun, 2 Aug 2009 04:02:37 +0000 (00:02 -0400)] 
Properly display RPL_WHOISWEBIRC (325 - nef ircu/ircd-dn)

14 years agoAdminEngine now uses getClientIP (fixes proxy support).
Chris Porter [Fri, 31 Jul 2009 00:11:32 +0000 (01:11 +0100)] 
AdminEngine now uses getClientIP (fixes proxy support).

14 years agoAdd HTTP X-Forwarded-For support (fixes issue 30).
Chris Porter [Fri, 31 Jul 2009 00:09:45 +0000 (01:09 +0100)] 
Add HTTP X-Forwarded-For support (fixes issue 30).

14 years agoAdd pidfile option to run.py.
Chris Porter [Thu, 30 Jul 2009 22:59:18 +0000 (23:59 +0100)] 
Add pidfile option to run.py.

14 years agoConfig file typo fix.
Chris Porter [Thu, 30 Jul 2009 22:15:14 +0000 (23:15 +0100)] 
Config file typo fix.

14 years agoMerge in stable.
Chris Porter [Thu, 30 Jul 2009 20:06:03 +0000 (21:06 +0100)] 
Merge in stable.

14 years agoAdd CTCP website support.
Chris Porter [Thu, 30 Jul 2009 18:11:59 +0000 (19:11 +0100)] 
Add CTCP website support.

14 years agoFix colours of last position bar and hilights in tags.
Chris Porter [Thu, 30 Jul 2009 18:00:45 +0000 (19:00 +0100)] 
Fix colours of last position bar and hilights in tags.

14 years agoMerge default into stable.
Chris Porter [Thu, 30 Jul 2009 01:57:34 +0000 (02:57 +0100)] 
Merge default into stable.

14 years agoMerge colours into default.
Chris Porter [Thu, 30 Jul 2009 01:56:53 +0000 (02:56 +0100)] 
Merge colours into default.

14 years agoAdd onbeforeunload confirmation dialog.
Chris Porter [Sun, 26 Jul 2009 22:21:52 +0000 (23:21 +0100)] 
Add onbeforeunload confirmation dialog.

14 years agoIE6 support for hue slider.
Chris Porter [Sun, 26 Jul 2009 04:03:11 +0000 (05:03 +0100)] 
IE6 support for hue slider.

14 years agoFix silly typo and add TextOption back.
Chris Porter [Sun, 26 Jul 2009 03:58:15 +0000 (04:58 +0100)] 
Fix silly typo and add TextOption back.

14 years agoMerge in default.
Chris Porter [Sun, 26 Jul 2009 03:43:56 +0000 (04:43 +0100)] 
Merge in default.

14 years agoAdd hue slider to options.
Chris Porter [Sun, 26 Jul 2009 03:40:31 +0000 (04:40 +0100)] 
Add hue slider to options.

14 years agoFixes issue 71 (hilights not working with special characters).
Chris Porter [Sun, 26 Jul 2009 01:25:14 +0000 (02:25 +0100)] 
Fixes issue 71 (hilights not working with special characters).

14 years agoFixes issue 38 (autoscroll breaks on lines that display a horizontal scrollbar).
Chris Porter [Sun, 26 Jul 2009 00:09:14 +0000 (01:09 +0100)] 
Fixes issue 38 (autoscroll breaks on lines that display a horizontal scrollbar).

14 years agoFixes issue 68 (proper command queuing).
Chris Porter [Sat, 25 Jul 2009 23:18:27 +0000 (00:18 +0100)] 
Fixes issue 68 (proper command queuing).

14 years agoFixes issue 58 (attempt synchronous disconnect on page close.
Chris Porter [Sat, 25 Jul 2009 23:01:41 +0000 (00:01 +0100)] 
Fixes issue 58 (attempt synchronous disconnect on page close.

14 years agoFixes issue 61 (channel topic changing now requires a double click).
Chris Porter [Sat, 25 Jul 2009 23:00:03 +0000 (00:00 +0100)] 
Fixes issue 61 (channel topic changing now requires a double click).

14 years agoFix issue 76 (/clear breaks window switching).
Chris Porter [Sat, 25 Jul 2009 22:41:54 +0000 (23:41 +0100)] 
Fix issue 76 (/clear breaks window switching).

15 years agoMerge.
Chris Porter [Sat, 25 Jul 2009 03:30:53 +0000 (04:30 +0100)] 
Merge.

15 years agoPut Verdana behind monospace in QUI css.
Chris Porter [Sat, 25 Jul 2009 03:27:58 +0000 (04:27 +0100)] 
Put Verdana behind monospace in QUI css.

15 years agoAdd experimental support for modifiable stylesheets.
Chris Porter [Sat, 25 Jul 2009 03:10:37 +0000 (04:10 +0100)] 
Add experimental support for modifiable stylesheets.

15 years agoAdd tomaw to AUTHORS.
Chris Porter [Fri, 24 Jul 2009 23:52:24 +0000 (00:52 +0100)] 
Add tomaw to AUTHORS.

15 years agoPatch from tomaw adding an option to hide JOIN/PART/QUIT messages.
Chris Porter [Fri, 24 Jul 2009 23:51:35 +0000 (00:51 +0100)] 
Patch from tomaw adding an option to hide JOIN/PART/QUIT messages.

15 years agoProperly declare local variable
SebDE [Sun, 5 Jul 2009 15:07:23 +0000 (17:07 +0200)] 
Properly declare local variable

15 years agoTab completion in queries, fixes issue #45
SebDE [Sun, 5 Jul 2009 14:37:55 +0000 (16:37 +0200)] 
Tab completion in queries, fixes issue #45

15 years agoFix formatting of 324/329 numerics: Don't show the unformatted messages
soczol [Sun, 5 Jul 2009 10:47:48 +0000 (12:47 +0200)] 
Fix formatting of 324/329 numerics: Don't show the unformatted messages

15 years agoAdd soczol to AUTHORS.
Chris Porter [Fri, 3 Jul 2009 12:49:47 +0000 (13:49 +0100)] 
Add soczol to AUTHORS.

15 years agoAdd option to bind qwebirc to an IP instead of listening on all IP's.
soczol [Fri, 3 Jul 2009 12:37:58 +0000 (14:37 +0200)] 
Add option to bind qwebirc to an IP instead of listening on all IP's.

15 years agoMerge default into stable.
Chris Porter [Thu, 2 Jul 2009 14:23:41 +0000 (15:23 +0100)] 
Merge default into stable.

15 years agoFix TIME typo, thanks thecainer.
Chris Porter [Thu, 2 Jul 2009 14:15:06 +0000 (15:15 +0100)] 
Fix TIME typo, thanks thecainer.

15 years agoFix last position bar position in Firefox 3 and IE6-8, also disable option for Konqueror.
Chris Porter [Wed, 24 Jun 2009 02:38:35 +0000 (03:38 +0100)] 
Fix last position bar position in Firefox 3 and IE6-8, also disable option for Konqueror.

15 years agoAdd nick colouring (resolves issue 44).
Chris Porter [Tue, 23 Jun 2009 01:00:05 +0000 (02:00 +0100)] 
Add nick colouring (resolves issue 44).

15 years agoBelt and braces against flashing overload, also fix a bug in auth in conventional...
Chris Porter [Mon, 22 Jun 2009 21:06:45 +0000 (22:06 +0100)] 
Belt and braces against flashing overload, also fix a bug in auth in conventional mode.

15 years agoMerge freenodelogin branch into default branch.
Chris Porter [Mon, 22 Jun 2009 21:02:39 +0000 (22:02 +0100)] 
Merge freenodelogin branch into default branch.

15 years agoYet another merge.
Chris Porter [Mon, 22 Jun 2009 02:30:14 +0000 (03:30 +0100)] 
Yet another merge.

15 years agoHexadecimal fail.
Chris Porter [Mon, 22 Jun 2009 02:29:59 +0000 (03:29 +0100)] 
Hexadecimal fail.

15 years agoMerge.
Chris Porter [Mon, 22 Jun 2009 02:24:16 +0000 (03:24 +0100)] 
Merge.

15 years agoFix flashing when window active bug.
Chris Porter [Mon, 22 Jun 2009 02:24:03 +0000 (03:24 +0100)] 
Fix flashing when window active bug.

15 years agoTime is missing as an import in compile.py.
Chris Porter [Mon, 22 Jun 2009 02:18:07 +0000 (03:18 +0100)] 
Time is missing as an import in compile.py.

15 years agoFix several login bugs, add bouncer auth mode.
Chris Porter [Mon, 22 Jun 2009 02:17:30 +0000 (03:17 +0100)] 
Fix several login bugs, add bouncer auth mode.

15 years agoMerge.
Chris Porter [Mon, 22 Jun 2009 01:42:21 +0000 (02:42 +0100)] 
Merge.

15 years agoAdd a new ident mode that passses in the nickname, and tidy up config file to get...
Chris Porter [Mon, 22 Jun 2009 01:36:26 +0000 (02:36 +0100)] 
Add a new ident mode that passses in the nickname, and tidy up config file to get rid of Nones.

15 years agoFixes issue 28 (parsing of 'channel modes are'/'channel created at' numerics).
Chris Porter [Mon, 22 Jun 2009 01:07:36 +0000 (02:07 +0100)] 
Fixes issue 28 (parsing of 'channel modes are'/'channel created at' numerics).

15 years agoRefactor and optimise last position line when it stays in the same place.
Chris Porter [Mon, 22 Jun 2009 00:56:38 +0000 (01:56 +0100)] 
Refactor and optimise last position line when it stays in the same place.

15 years agoRefactor window blur/focus code in order to allow windows to receive notification...
Chris Porter [Mon, 22 Jun 2009 00:36:18 +0000 (01:36 +0100)] 
Refactor window blur/focus code in order to allow windows to receive notification of window... blur/focus, allowing the next position line to move when someone alt+tabs.

15 years agoAdd last position indicator (fixes issue 16).
Chris Porter [Mon, 22 Jun 2009 00:15:25 +0000 (01:15 +0100)] 
Add last position indicator (fixes issue 16).

15 years agoChange window type numbers to use individual bits.
Chris Porter [Sun, 21 Jun 2009 23:57:36 +0000 (00:57 +0100)] 
Change window type numbers to use individual bits.

15 years agoFirst stage of username/password stuff for hyperion.
Chris Porter [Sun, 21 Jun 2009 23:46:41 +0000 (00:46 +0100)] 
First stage of username/password stuff for hyperion.

15 years agoDon't show multiple 'maximum retries exceeded' dialogs.
Chris Porter [Sun, 21 Jun 2009 23:45:03 +0000 (00:45 +0100)] 
Don't show multiple 'maximum retries exceeded' dialogs.

15 years agoImprove URL detection regex.
Chris Porter [Sun, 21 Jun 2009 23:32:46 +0000 (00:32 +0100)] 
Improve URL detection regex.

15 years agoAdd a generic text field for whois, and add numeric 320 as a generic field.
Chris Porter [Sun, 21 Jun 2009 21:56:08 +0000 (22:56 +0100)] 
Add a generic text field for whois, and add numeric 320 as a generic field.

15 years agoBump version number to 0.85.
Chris Porter [Sun, 21 Jun 2009 17:52:42 +0000 (18:52 +0100)] 
Bump version number to 0.85.

15 years agoChange cursor for topic from an edit caret to the default cursor.
Chris Porter [Sun, 21 Jun 2009 17:52:17 +0000 (18:52 +0100)] 
Change cursor for topic from an edit caret to the default cursor.

15 years agoFix issue 5 (send button for mobile phones).
Chris Porter [Sun, 21 Jun 2009 17:51:48 +0000 (18:51 +0100)] 
Fix issue 5 (send button for mobile phones).

15 years agoMake our nick in our own messages bold.
Chris Porter [Sun, 21 Jun 2009 17:10:27 +0000 (18:10 +0100)] 
Make our nick in our own messages bold.