Commit Graph

  • 0f6c1f9e16 Look, an invisible pink unicorn! psychon 2010-04-23 16:38:03 +00:00
  • 1148cd9a29 Look, an invisible pink unicorn! psychon 2010-04-23 16:38:03 +00:00
  • fe6a930a01 Add ./configure --enable-run-from-source psychon 2010-04-23 16:27:21 +00:00
  • 6dc5d7e0a9 Add ./configure --enable-run-from-source psychon 2010-04-23 16:27:21 +00:00
  • 16ad0950ea Add support for an optional user-specified quit message to the DISCONNECT command that would be used instead of the message specified in the config file. Patch by reed! Thanks! cflakes 2010-04-23 09:09:07 +00:00
  • fd2677611a Add support for an optional user-specified quit message to the DISCONNECT command that would be used instead of the message specified in the config file. Patch by reed! Thanks! cflakes 2010-04-23 09:09:07 +00:00
  • 46b70f654d Move the HTTP/IRC switching to CIncomingConnection psychon 2010-04-15 18:20:12 +00:00
  • 6824e3e269 Move the HTTP/IRC switching to CIncomingConnection psychon 2010-04-15 18:20:12 +00:00
  • eb44919005 Move CListener and CRealListener into their own files psychon 2010-04-15 16:52:30 +00:00
  • ab849bb922 Move CListener and CRealListener into their own files psychon 2010-04-15 16:52:30 +00:00
  • 92cce35f90 Move discon_kick, blockuser and lastseen out of extra/ psychon 2010-04-15 15:52:50 +00:00
  • fe7fb71fa1 Move discon_kick, blockuser and lastseen out of extra/ psychon 2010-04-15 15:52:50 +00:00
  • a489a3f8ff Move imapauth and email to extra/, remove webchat psychon 2010-04-15 15:36:50 +00:00
  • 3025196759 Move imapauth and email to extra/, remove webchat psychon 2010-04-15 15:36:50 +00:00
  • 62a46f6fca Cleanup: Remove unused/dead "WebLogoutCounters" code from User.h. cflakes 2010-04-15 14:58:00 +00:00
  • 8131ec6dd4 Cleanup: Remove unused/dead "WebLogoutCounters" code from User.h. cflakes 2010-04-15 14:58:00 +00:00
  • fcdaa4b308 Remove some superfluous WebRequiresLogin and WebRequiresAdmin implementations from modules. Thanks to psychon for noticing. cflakes 2010-04-15 14:56:44 +00:00
  • 2993b6ad2e Remove some superfluous WebRequiresLogin and WebRequiresAdmin implementations from modules. Thanks to psychon for noticing. cflakes 2010-04-15 14:56:44 +00:00
  • 3225e8fbdf Move the dangerous shell module to "extra". cflakes 2010-04-15 14:46:14 +00:00
  • 4d51601552 Move the dangerous shell module to "extra". cflakes 2010-04-15 14:46:14 +00:00
  • 057da383ea Web-enabled the stickychan module. You can now stick+unstick channels from the web. cflakes 2010-04-15 14:10:56 +00:00
  • b2817cf9bc Web-enabled the stickychan module. You can now stick+unstick channels from the web. cflakes 2010-04-15 14:10:56 +00:00
  • 56fb03622b WebMods: minor fix to the looks of the default skin's login box. cflakes 2010-04-15 12:31:31 +00:00
  • 8dc8a92933 WebMods: minor fix to the looks of the default skin's login box. cflakes 2010-04-15 12:31:31 +00:00
  • edc102268b WebMods: Remove totally obsolete MSIE JS variable. cflakes 2010-04-15 12:23:04 +00:00
  • 20d25db6e5 WebMods: Remove totally obsolete MSIE JS variable. cflakes 2010-04-15 12:23:04 +00:00
  • cea6ad3469 WebMods: Added a message to the home/index page that informs the user if no Web-enabled modules have been loaded. cflakes 2010-04-15 12:02:41 +00:00
  • a9ffdbeaf4 WebMods: Added a message to the home/index page that informs the user if no Web-enabled modules have been loaded. cflakes 2010-04-15 12:02:41 +00:00
  • 80724ce64c Do not keep nickserv passwords lingering around as module arguments. Instead, save them as NV. This also prevents them from showing up in webadmin. cflakes 2010-04-15 11:20:16 +00:00
  • 1cbb6a393d Do not keep nickserv passwords lingering around as module arguments. Instead, save them as NV. This also prevents them from showing up in webadmin. cflakes 2010-04-15 11:20:16 +00:00
  • 4bc058109b Minor "all vs both" addport help fix. cflakes 2010-04-14 19:04:21 +00:00
  • 0d5b862dda Minor "all vs both" addport help fix. cflakes 2010-04-14 19:04:21 +00:00
  • 254024ce05 WebMods: Ice skin: Fixed menu and successbar/errorbar. cflakes 2010-04-14 18:58:32 +00:00
  • 06ac9680da WebMods: Ice skin: Fixed menu and successbar/errorbar. cflakes 2010-04-14 18:58:32 +00:00
  • 892b85fae9 First round of updates to the ice skin. Yummy. cflakes 2010-04-14 07:50:23 +00:00
  • 51d05c39ee First round of updates to the ice skin. Yummy. cflakes 2010-04-14 07:50:23 +00:00
  • 813c611d9e Added BrianC to the authors file. He contributed various patches already. :) cflakes 2010-04-13 22:35:34 +00:00
  • c113470c77 Added BrianC to the authors file. He contributed various patches already. :) cflakes 2010-04-13 22:35:34 +00:00
  • 140e8103b0 Small fix to default skin's tables. Very long words in td cells are still not being wrapped, but that's not something browsers support right now, so users will have to deal with it. cflakes 2010-04-13 22:22:00 +00:00
  • 76ac281f96 Small fix to default skin's tables. Very long words in td cells are still not being wrapped, but that's not something browsers support right now, so users will have to deal with it. cflakes 2010-04-13 22:22:00 +00:00
  • 28740dea1c Make the default skin 100px wider. This adds extra space for the menu and takes away a little space from the content so the menu never overlaps the content... cflakes 2010-04-13 21:21:32 +00:00
  • 3a5203c918 Make the default skin 100px wider. This adds extra space for the menu and takes away a little space from the content so the menu never overlaps the content... cflakes 2010-04-13 21:21:32 +00:00
  • 30d996dae8 WebMods: Finally fixed the default theme. Looks pretty nice now. cflakes 2010-04-13 20:25:44 +00:00
  • fb8b32e614 WebMods: Finally fixed the default theme. Looks pretty nice now. cflakes 2010-04-13 20:25:44 +00:00
  • 7748713afd Added ability to change the TimezoneOffset setting from the admin module. Patch by BrianC, thanks! cflakes 2010-04-12 15:31:42 +00:00
  • 2896ae6d74 Added ability to change the TimezoneOffset setting from the admin module. Patch by BrianC, thanks! cflakes 2010-04-12 15:31:42 +00:00
  • e77adef048 Update to latest Csocket psychon 2010-04-11 19:00:30 +00:00
  • 48a0ecd653 Update to latest Csocket psychon 2010-04-11 19:00:30 +00:00
  • 48148d6a30 partyline: Fix desync with {add,del}fixchan psychon 2010-04-11 11:43:09 +00:00
  • 4c698aa622 partyline: Fix desync with {add,del}fixchan psychon 2010-04-11 11:43:09 +00:00
  • f8d0174054 Add a getter for CUser::m_bIRCAway psychon 2010-04-11 11:29:55 +00:00
  • 639eb30580 Add a getter for CUser::m_bIRCAway psychon 2010-04-11 11:29:55 +00:00
  • ae5d15af46 Update AUTHORS psychon 2010-04-11 09:01:30 +00:00
  • 0a5f73c650 Update AUTHORS psychon 2010-04-11 09:01:30 +00:00
  • 78044a7e06 partyline: Minor fix to loading saved channel topics psychon 2010-04-11 08:58:15 +00:00
  • 1bc56a6748 partyline: Minor fix to loading saved channel topics psychon 2010-04-11 08:58:15 +00:00
  • f823e8cdde Some more skin fixes. Default's menu is still ugly, and the Ice skin is as well. Soon. cflakes 2010-04-08 16:42:37 +00:00
  • b9576f0ed1 Some more skin fixes. Default's menu is still ugly, and the Ice skin is as well. Soon. cflakes 2010-04-08 16:42:37 +00:00
  • 2443c22a83 Add {List,Add,Del}Port to *status psychon 2010-04-08 16:04:56 +00:00
  • 400ce30051 Add {List,Add,Del}Port to *status psychon 2010-04-08 16:04:56 +00:00
  • 4f2c782c86 partyline: Save channel topics across restarts psychon 2010-04-08 15:56:19 +00:00
  • da41b236b7 partyline: Save channel topics across restarts psychon 2010-04-08 15:56:19 +00:00
  • 57cfa9502f Re-intend stuff I was previously to lazy to psychon 2010-04-07 19:28:39 +00:00
  • 8317d19e52 Re-intend stuff I was previously to lazy to psychon 2010-04-07 19:28:39 +00:00
  • 226d8db5da aclocal says I suck psychon 2010-04-07 17:03:09 +00:00
  • 2d12d1a547 aclocal says I suck psychon 2010-04-07 17:03:09 +00:00
  • 16464664e8 Fail less badly if perl isn't found psychon 2010-04-07 16:55:27 +00:00
  • ed3c02ce8d Fail less badly if perl isn't found psychon 2010-04-07 16:55:27 +00:00
  • 521695fbd9 Fail less badly if openssl isn't found psychon 2010-04-07 16:30:55 +00:00
  • 386cc21e00 Fail less badly if openssl isn't found psychon 2010-04-07 16:30:55 +00:00
  • f023242555 Switch to using $SSL instead of $NOSSL in configure psychon 2010-04-07 16:13:17 +00:00
  • ad892aa764 Switch to using $SSL instead of $NOSSL in configure psychon 2010-04-07 16:13:17 +00:00
  • 0c64f53bc9 Make query to *raw send the command to IRC instead of to the client psychon 2010-04-07 16:04:52 +00:00
  • 8cebad9a42 Make query to *raw send the command to IRC instead of to the client psychon 2010-04-07 16:04:52 +00:00
  • 7298f9c2dc Minor fixes to the templates silverleo 2010-04-06 20:00:21 +00:00
  • a65637edd4 Minor fixes to the templates silverleo 2010-04-06 20:00:21 +00:00
  • 01aacc1c33 Another round of visual updates to dark-clouds. cflakes 2010-04-05 16:39:00 +00:00
  • 1e64d348ce Another round of visual updates to dark-clouds. cflakes 2010-04-05 16:39:00 +00:00
  • 36fa066eee Add number of configured channels to lastseen web page output. cflakes 2010-04-05 16:38:32 +00:00
  • 8e15e85919 Add number of configured channels to lastseen web page output. cflakes 2010-04-05 16:38:32 +00:00
  • 5a2844f920 Install webskins to the right directory and fix some spelling psychon 2010-04-05 15:36:19 +00:00
  • a185b523f7 Install webskins to the right directory and fix some spelling psychon 2010-04-05 15:36:19 +00:00
  • 50dea12a2e Webadmin now finally displays "failed to load module" messages, thanks to the WebMods framework. Yay! cflakes 2010-04-05 15:18:02 +00:00
  • 4d5ade7c8f Webadmin now finally displays "failed to load module" messages, thanks to the WebMods framework. Yay! cflakes 2010-04-05 15:18:02 +00:00
  • 49df8dc27d Clarify the meaning of returning false from OnWebRequest. cflakes 2010-04-05 15:17:23 +00:00
  • 9ea1d2cf8e Clarify the meaning of returning false from OnWebRequest. cflakes 2010-04-05 15:17:23 +00:00
  • 9735d5dcaa Fix dark-clouds' error and success bars' looks. cflakes 2010-04-05 15:16:53 +00:00
  • c655135ac4 Fix dark-clouds' error and success bars' looks. cflakes 2010-04-05 15:16:53 +00:00
  • c2fecba9f7 Some more beauty fixes for dark-clouds. :) cflakes 2010-04-05 14:13:38 +00:00
  • 6a51f30039 Some more beauty fixes for dark-clouds. :) cflakes 2010-04-05 14:13:38 +00:00
  • 26be9023ff Fixing some invalid XHTML markup. cflakes 2010-04-05 11:17:24 +00:00
  • 3dc1afb189 Fixing some invalid XHTML markup. cflakes 2010-04-05 11:17:24 +00:00
  • 9b9fd6699a Cosmetic fix for the debug output psychon 2010-04-04 18:54:44 +00:00
  • 0c7b2f96d2 Cosmetic fix for the debug output psychon 2010-04-04 18:54:44 +00:00
  • 21c30c84d5 Following revision 1880 the lastseen web page should only be visible for admin users. Thanks to psychon for noticing! :) cflakes 2010-04-04 18:35:59 +00:00
  • 2361421c43 Following revision 1880 the lastseen web page should only be visible for admin users. Thanks to psychon for noticing! :) cflakes 2010-04-04 18:35:59 +00:00
  • 3a41bc388f WebMod-enabled the lastseen module. Especially useful for setups with many users, makes finding inactive accounts easy. cflakes 2010-04-04 16:58:47 +00:00
  • ad456c2669 WebMod-enabled the lastseen module. Especially useful for setups with many users, makes finding inactive accounts easy. cflakes 2010-04-04 16:58:47 +00:00
  • 9a82f7e3cd Remove obsolete (since now automatic) ESC=HTML flags. cflakes 2010-04-04 16:22:58 +00:00
  • 1f3816a2e5 Remove obsolete (since now automatic) ESC=HTML flags. cflakes 2010-04-04 16:22:58 +00:00