1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 09:46:38 +02:00

Commit Graph

  • 5f3dfc2960 Track +g on inspircd, fix saving/loading mode locks for generic modes Adam 2013-01-07 21:30:07 -05:00
  • dc9e81a6fc Fix deleting access by number Adam 2013-01-06 18:38:04 -05:00
  • ed719c80e7 Buggy compilers are buggy Adam 2013-01-06 16:13:35 -05:00
  • 77dc2e4746 And really check for them using ssl... Adam 2013-01-06 01:46:53 -05:00
  • c5f4c8d174 Fixed enforce ssl to not ban users if the channel is ssl only Adam 2013-01-06 01:19:25 -05:00
  • 6ba49642d0 Fix fmode handling on inspircd20 Adam 2013-01-06 00:48:50 -05:00
  • 9a2ef9dc00 Add sslonly, bans, and limit to /cs enforce Adam 2013-01-05 22:33:40 -05:00
  • 6ccf0a3428 Fixed os_dns not readding connected servers if configured Adam 2013-01-03 13:39:50 -05:00
  • 23e303aaa2 Move enforcer checks on nick and logout to nickserv.cpp Adam 2013-01-03 13:20:10 -05:00
  • 098157dca8 Don't delete users immediately when quit or killed, instead wait until message processing is done Adam 2013-01-03 11:41:32 -05:00
  • 827469600e Move nickserv validate stuff to an event in nickserv.cpp Adam 2013-01-02 13:59:33 -05:00
  • bf718e8698 Evidently not specifying NOT NULL is not enough to allow null timestamps Adam 2012-12-30 10:30:29 -05:00
  • 326f1a9c8b Cleanup after mode locks, badwords, akick, access, if destructed Adam 2012-12-29 20:29:41 -05:00
  • 793c438286 Remove clearuser references from configs Adam 2012-12-29 11:09:54 -05:00
  • 6b1f323bb5 Move some of CheckKick to the respective modules Adam 2012-12-28 15:59:33 -05:00
  • 761849083d Dumb iterators Adam 2012-12-28 13:00:36 -05:00
  • ae6ddf295a fixup part of 379b2c, dont use iterators after theyre erased Adam 2012-12-28 11:17:01 -05:00
  • b591e8cdc8 Use the same object for chanusercontainer and userchancontainer Adam 2012-12-28 10:37:54 -05:00
  • 379b2ccf92 The timestamp column in SQL should actually be null sometimes, and fixed some valgrind errors with db_sql_live Adam 2012-12-27 21:43:19 -05:00
  • 3fb4cf56b6 Merge pull request #4 from alexbarton/ngircd-fix-NJOIN Adam 2012-12-27 13:25:33 -08:00
  • fdc62daa8b ngircd protocol module: Fix NJOIN, actually join users to the channel Alexander Barton 2012-12-27 22:15:33 +01:00
  • 05094b0da5 When processing many modes don't enforce mlock until all are set Adam 2012-12-27 15:03:38 -05:00
  • 4ab8a70b21 Add an expiry option to /cs ban Adam 2012-12-27 11:06:00 -05:00
  • c88a3fffd5 Remove clearusers. There is still kick * for this. Adam 2012-12-27 09:50:44 -05:00
  • 7b1ae9602d Put appendtopic and topiclock into /cs topic Adam 2012-12-27 09:43:19 -05:00
  • c7a22dff87 Add register type to os_forbid to prevent users from registering nicks or channels Adam 2012-12-26 19:38:23 -05:00
  • 45ee7c12d0 Clean up the logic in adding extra library directories, adding to LDFLAGS isn't needed. Naram Qashat 2012-12-25 17:10:43 -05:00
  • 392b591d09 Allow modules loaded after startup to magically reobtain their database objects. Fix os_dns for sql(live) Adam 2012-12-25 15:52:58 -05:00
  • 556a4375e2 Cleanup after os_dns on unload Adam 2012-12-25 12:40:09 -05:00
  • eab583310d Don't check userlimit when servers first connect, servers wont have any users at that point anyway Adam 2012-12-25 01:23:10 -05:00
  • 077ae27369 Fix linking libraries so their rpath is set correctly and isn't stripped on install. Naram Qashat 2012-12-25 02:20:00 -05:00
  • d4e1c958e2 packet->answers isnt always empty initially, like with axfrs Adam 2012-12-25 01:09:03 -05:00
  • 33ae442aa1 We can svsjoin on plexus Adam 2012-12-24 18:15:38 -05:00
  • 8fb31b6441 Updated Changes and version.log to include Hybrid support changes. Viper 2012-12-23 23:46:32 +01:00
  • 969258352a Merge pull request #3 from Faw-kes/1.8 jan Milants 2012-12-23 14:34:54 -08:00
  • 1285c7f0ca Allow os_dns to manage multiple zones Adam 2012-12-23 15:30:08 -05:00
  • 8c72892de1 Made the overlay resize and the alert box reposition when the window is resized MatthewM 2012-12-23 14:56:02 -05:00
  • a6b09c1d9f Updated README Faw-kes 2012-12-23 18:29:28 +01:00
  • a9021f6284 Adding Hybrid 8.0 support since Hybrid 8.0 has some services support now. Removed experimental Hybrid 7.x support, because Hybrid 7 is now deprecated. Updated example.conf file. Faw-kes 2012-12-23 17:13:37 +01:00
  • dc751bd2f1 Combine all of the set modules now that having them split apart is almost completely pointless Adam 2012-12-22 14:49:48 -05:00
  • 0cde0aee34 Fixed memo mail messages, and allow %N to be in them. Bug #1462 Adam 2012-12-22 09:10:32 -05:00
  • 503bda5b28 Move the var to set the time out into the same javascript tag that is used for the modal as it's related MatthewM 2012-12-20 23:48:20 -05:00
  • a4d5c40d63 Added the overlay to the vHost request function MatthewM 2012-12-20 16:22:58 -05:00
  • 8e219bdd77 Moved the javascript to header.html from memos.html to make it easier to intergrate the overlay feedback and do tweaks MatthewM 2012-12-20 16:12:16 -05:00
  • 5acc93dd34 Made the table cells for the memo table have no spacing and color the read and unread memos different colors MatthewM 2012-12-20 01:19:04 -05:00
  • 276247b463 Add a command flag to require that a user is executing the command Adam 2012-12-19 16:03:53 -05:00
  • d277f49423 Minor style tweaks to make the links look more like a button MatthewM 2012-12-19 13:17:44 -05:00
  • 67bd2c6b2d Add version flags for debug, git, and Windows Adam 2012-12-19 09:21:25 -05:00
  • 784683a68d Having these references to bots bugged out older compilers, so simplify this by just moving pointers to the core Adam 2012-12-19 08:48:04 -05:00
  • 3b2094301d Fixed typo in b6407afa06 Adam 2012-12-18 10:35:11 -05:00
  • 6572754c10 Cleaned up the overlay layout, added some minor visual and js fixes MatthewM 2012-12-18 10:34:33 -05:00
  • f157ea3fdb Added a click reply function to the MemoServ memos page that autofills the senders name MatthewM 2012-12-18 10:04:26 -05:00
  • ddd7fe6f05 Bug that was experinced seems to be somewhat related to Windows 8 and maybe an extension on chrome. Reverting to previous commit MatthewM 2012-12-17 22:03:21 -05:00
  • 47a351acb2 Fixed a minor bug that overlapped the nav links and the content from .content in Chrome on Windows MatthewM 2012-12-17 19:26:07 -05:00
  • ff9f670871 Give the overlay window a rounded edge to make it look a bit nicer and fade the main content a little less MatthewM 2012-12-17 18:28:15 -05:00
  • fa33bb2842 Added french language support to some modules (patch provided by Coolsmile) DukePyrolator 2012-12-17 21:09:26 +01:00
  • f33f7d98c4 Added a modal window interface to MemoServs page that will automaticly fade out after a give time (currently 5s) MatthewM 2012-12-17 14:32:28 -05:00
  • cb9ab016f5 updated the Polish language file DukePyrolator 2012-12-16 09:43:45 +01:00
  • 83e42f2adc updated .gitignore DukePyrolator 2012-12-16 09:41:52 +01:00
  • 6b5f583ff3 Merge Adams commit to allow escaping of brackets MatthewM 2012-12-15 21:46:14 -05:00
  • c49f03f985 Allow escaping brackets in webpanel templates and redirect users to the homepage when their session is not found Adam 2012-12-15 23:51:25 -05:00
  • a049092526 Merge branch '1.9' into webcpanel MatthewM 2012-12-15 21:05:05 -05:00
  • 8e3ab0d10b Made all langauges default to the UTF-8 charset Adam 2012-12-15 21:35:38 -05:00
  • b6407afa06 Fix chghost/chgident/etc on inspircd20 Adam 2012-12-15 05:13:09 -05:00
  • fbd3cda320 Merge pull request #2 from czaks/conv-languages-to-utf-8/1.9 Adam 2012-12-15 01:15:03 -08:00
  • 05341828b5 Convert the language files to utf-8 encoding. Marcin Łabanowski 2012-12-15 09:39:12 +01:00
  • 280ba89b26 Fix the language files to state the correct charset. Marcin Łabanowski 2012-12-15 09:28:19 +01:00
  • dced01fc24 Added a large scroll box for the chanserv main page MatthewM 2012-12-15 01:14:52 -05:00
  • fe7fcc2dc3 Check for NOJOIN being < 0 but restricted on in db_old Adam 2012-12-15 02:44:53 -05:00
  • dcd34d3728 Move DNS handling to a module Adam 2012-12-15 01:33:31 -05:00
  • cdec0a3f96 Fixed some html errors in the last commit Adam 2012-12-14 16:47:45 -05:00
  • 1075f3b457 Allow opers to drop channels Added chanserv drop to web panel Allow long lists of akills to scroll MatthewM 2012-12-14 16:44:14 -05:00
  • c1077faa28 Optimize much of the database code and serialize code. Adam 2012-12-13 06:12:56 -05:00
  • 76ba147c22 Unregister operserv_akill page on unload in cpanel Adam 2012-12-12 02:28:19 -05:00
  • 1c1a216df1 Only allow non-user sources to register nonexistant channels Adam 2012-12-12 01:33:58 -05:00
  • 04f96a54b8 Some small improvements to last few commits, and fixed some problems with the template engine Adam 2012-12-12 01:30:50 -05:00
  • 5f72d1fda5 Squashed commit of the following: Adam 2012-12-12 01:04:08 -05:00
  • dfff54425b Fixed webpanel fail on nondebug builds Adam 2012-12-12 00:48:46 -05:00
  • 0edd26467e IsNickValid() now accepts '[' and ']' in the nickname DukePyrolator 2012-12-11 05:27:56 +01:00
  • e71c890cf5 added a missing permission for operserv/global to the Services Administrator block in example.conf DukePyrolator 2012-12-09 14:32:16 +01:00
  • eada35df36 fixed a problem with the webcpanel logout when using apache + mod_proxy DukePyrolator 2012-12-09 14:21:42 +01:00
  • 8d4a08ccc1 fixed a log message showing the wrong IP DukePyrolator 2012-12-09 14:19:30 +01:00
  • 9dec093676 Modified the Config scripts to ask the user explicitly for additional include and library directories. Naram Qashat 2012-12-07 03:02:15 -05:00
  • f711dd3460 ngircd protocol module: improved vhost support DukePyrolator 2012-12-05 06:18:36 +01:00
  • 7a865b6b28 Only bad-password users when the account theyre trying to identify for actually exists Adam 2012-12-02 04:31:50 -05:00
  • faaaae365a enc_sha256: the length of the digest is SHA256_DIGEST_SIZE, not SHA256_BLOCK_SIZE. also removed an unneeded trailing NULL byte. DukePyrolator 2012-12-02 09:16:40 +01:00
  • 705d1efeab Allow services to return more than one NS record Adam 2012-11-30 20:49:59 -05:00
  • c0f60d56a1 Change /os reload to not unnecessarially rebuild httpd servers. Change m_httpds Log methods to the module version. Adam 2012-11-30 20:44:21 -05:00
  • a4468dd56e Allow modules to use the encryption modules to encrypt arbitrary things. Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea. Adam 2012-11-30 02:49:09 -05:00
  • 337f361526 Fix warnings from classes with virtual functions not having virtual destructors Adam 2012-11-28 23:54:54 -05:00
  • 26a048e5c4 Rewrite/simplify some of m_httpd origin/1.9 Adam 2012-11-28 22:52:52 -05:00
  • ccd41e7efe Use signon for svid on bahamut, not timestamp Adam 2012-11-28 00:42:07 -05:00
  • a1a5ba0723 Use signon for svid on unreal, not timestamp Adam 2012-11-27 21:43:17 -05:00
  • 8a6962fc36 Keep track on what ircds we can svsjoin, add an svspart method Adam 2012-11-26 22:57:51 -05:00
  • f23bad140b Revert a small part of 90930619bc, evidently this was important Adam 2012-11-26 19:50:29 -05:00
  • 1bfafd9eb6 Fixed rehasing doing weird things to botmodes due to trying to set on nick not uid Adam 2012-11-26 04:30:30 -05:00
  • 1bdb756b25 Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick Adam 2012-11-25 22:37:54 -05:00
  • 80c573eed7 Merge remote branch 'cronus/1.9+unrealtokens' into 1.9 Adam 2012-11-25 21:47:10 -05:00
  • 78607ea60c Remove UnrealIRCd's TOKENS, they are kinda useless Cronus 2012-11-25 20:35:45 -06:00
  • 0110214abc Fix build the last arg on fantasy commands to chanserv Adam 2012-11-25 20:58:35 -05:00